/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6em;
}

* {
  margin: 0;
  padding: 0;
}

#h_wrap {
  position: relative;

}

header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f7ddd9;
  padding: 2rem 0;

}

header h1 {
  width: 60%;
}

header h1 img {
  display: block;
  width: 21%;
  padding-left: 11.7%;

}

header nav {
  width: 40%;
}

header nav ul {
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

header nav ul li {
  font-size: 1.4rem;

}

header nav ul li:nth-of-type(4) {
  padding-right: 10%;

}

header nav ul li a {
  display: block;
  color: #65391f;

}

#lineaction01 {
  padding: 10px;
  width: 30px;
  height: 28px;
  background-color: #f7ddd9;
  display: none;

}

#lineaction01 a,
#lineaction01 a span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

#lineaction01 a {
  position: relative;
  width: 30px;
  height: 28px;

}

#lineaction01 a span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #65391f;
  /* border-radius: 4px; */

}

#lineaction01 a span:nth-of-type(1) {
  top: 0;
}

#lineaction01 a span:nth-of-type(2) {
  top: 13px;
}

#lineaction01 a span:nth-of-type(3) {
  bottom: 0;
}

#lineaction01 a:hover span:nth-of-type(1) {
  /* transform: translateY(15px) rotate(-45deg); */
  transform: translateY(13px) rotate(-45deg);
}

#lineaction01 a:hover span:nth-of-type(2) {
  opacity: 0;
}

#lineaction01 a:hover span:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}


#contents {
  width: 100%;
}

#visual {
  /* background-image: url(images/top_img_03.png); */
  background-image: url(images/topimg.png);
  position: relative;
  padding-top: 51.24%;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

#top_title {
  width: 50%;
  display: none;

}

#top_title h1 p {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0.3rem 0.3rem 0.5rem #65391f, -0.3rem -0.3rem 0.5rem #65391f;
}

#top_title h1 p span {
  font-size: 4rem;

}





#d_position {
  width: 100%;
  position: relative;

  /* align-items: center; */
}

.d_width {
  width: 80%;
  margin: 0 auto;
  margin-top: 16.5rem;
  display: flex;
  flex-wrap: wrap;
}

.doctor_img {
  width: 45%;
  text-align: right;
}

.doctor_img img {
  padding-left: 15%;
}

.doctor_cp {
  width: 55%;
  line-height: 1.3;
}

.doctor_cp h2 {
  color: #ed8093;
  font-size: 2.4rem;
  padding: 10% 0 0 5%;
}

.doctor_cp p {
  width: 60%;
  padding: 3% 0 0 5%;
}

.doctor_cp p span {
  padding-left: 5px;
  font-size: 1.8rem;
}


#d_position::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 50%;
  z-index: -9;
  background-image: url(images/背景.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */

}


.p_wrap {
  background-color: #f8f3f2;
  color: #65391f;
  /* width: 73.2%; */
  /* margin: 0 auto; */
  text-align: center;
  line-height: 2em;
  padding-bottom: 7.5rem;
}

.p_wrap span {
  font-family: "FOT-ロダン ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


.p_wrap h2 p {
  font-size: 1.8rem;
  padding: 14rem 0 3rem 0;
}

.p_wrap h2 p::before {
  content: "＼ ";
  font-size: 3rem;

}

.p_wrap h2 p::after {
  content: " ／";
  font-size: 3rem;

}

.p_wrap h2 p span {
  font-size: 3.6rem;
  color: #ed8093;
  padding: 0 1rem;

}

.p_wrap img {
  width: 20%;
}

.p_wrap .teiki_kakomi {
  display: inline-block;
  font-size: 2.4rem;
  border: 1px solid #65391f;
  padding: 1rem 3rem;
  margin: 0.6em 0 1em 0;
}

.p_wrap .price {
  font-size: 1.8rem;
}

.p_wrap .price span {
  font-size: 4.8rem;
  padding: 0.5rem;
  color: #ed8093;
}

.p_wrap .p_button a {
  display: inline-block;
  font-size: 3rem;
  background-color: #ed8093;
  color: #fff;
  padding: 24px 145px;
  margin: 0.5em 0;

}

#wakan {
  overflow: hidden;

}

#img_green {
  position: relative;
  width: 100%;
  padding-top: 21.96%;
  background-image: url(images/Vegetable_back3.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;


}

#img_green .yosan_img_2 img {
  display: none;
}


#img_green h2 p {
  color: #fff;
  font-size: 3rem;
  text-shadow: 0.3rem 0.3rem 0.5rem #525252, -0.3rem -0.3rem 0.5rem #525252;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}

#img_green h2 p span {
  font-size: 4.8rem;
}

.yosan_img {
  text-align: center;

}

.yosan_img img {
  /* display: block; */
  width: 38.8%;
  padding: 2rem 0;

}

.plus_img {
  text-align: center;

}

.plus_img img {
  width: 6.6%;

}

#wakan2 {
  width: 73.2%;
  margin: 0 auto;

}

#wakan2 h3 p {
  color: #65391f;
  text-align: center;
  font-size: 3rem;

}

#wakan2 h3 p:first-of-type {
  padding: 7.2rem 0 1.8rem 0;

}

#wakan2 h3 p span {
  color: #ed8093;
  font-size: 4rem;

}

#wakan_img {
  background-image: url(images/wakan.png);
  padding-top: 61.8%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;

}

.carrot,
.ginger {
  color: #fff;
  font-size: 2rem;
  text-shadow: 0.3rem 0.3rem 1rem #65391f, -0.3rem -0.3rem 1rem #65391f;
  line-height: 3rem;

}

.carrot {
  position: absolute;
  left: 8%;
  bottom: 25.88%;

}

.ginger {
  position: absolute;
  top: 22%;
  right: 8%;

}


.carrot span,
.ginger span {
  font-size: 3rem;

}

#baby_wrap {
  width: 51.24%;
  box-shadow: 1rem 1.5rem #eaafa9;
  margin: 12rem auto;

}

#baby_img {
  background-image: url(images/baby.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 61.71%;
  position: relative;


}

#baby_img h2 p {
  color: #65391f;
  font-size: 3rem;
  line-height: 1.7em;

}

#baby_img h2 p:nth-of-type(1) {
  padding-left: 3rem;

}

#baby_img h2 p span {
  color: #ed8093;
  font-size: 4rem;

}

#baby_img h2 p:nth-of-type(1)::before {
  content: "＼ ";
  font-size: 3rem;

}

#baby_img h2 p:nth-of-type(1)::after {
  content: " ／";
  font-size: 3rem;

}

#baby_img h2 p:nth-of-type(2) span::before {
  content: "『 ";
  font-size: 4rem;

}

#baby_img h2 p:nth-of-type(2) span::after {
  content: " 』";
  font-size: 4rem;

}

#baby_img ul {
  padding: 2rem 3rem;

}

#baby_img ul li {
  font-size: 2rem;
  line-height: 1.5em;
  color: #525252;

}

#baby_img ul li span {
  color: #eaafa9;
}

#baby_cap {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9;

}

#color {
  background-color: #f8f3f2;
  padding-top: 10rem;

}

#price_wrap {
  width: 51.24%;
  margin: 0 auto;

}

#price_img {
  background-image: url(images/史上初.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 65.71%;
}

#price_img_m1,
#price_img_m2 {
  display: none;
}


#c_wrap {
  width: 73.2%;
  margin: 0 auto;
  position: relative;

}

#c_img {
  background-image: url(images/お客様の声.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 95.01%;

}

#c_img h2 {
  display: inline-block;
  font-size: 2.4rem;
  color: #65391f;
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 9;

}

/* form */

.form_wrap {
  width: 73.2%;
  margin: 16.5rem auto;
  text-align: center;
  border: 0.3rem solid #ed8093;
  box-sizing: border-box;
}

.form_wrap h2 {
  font-size: 2.4rem;
  width: 100%;
  color: #fff;
  font-weight: bold;
  background-color: #ed8093;
  padding: 2rem 0;

}

.form_wrap form {
  width: 80%;
  margin: 0 auto;
  text-align: center;

}

.form_wrap form table {
  width: 100%;
  margin: 5rem auto 1rem;
}

.form_wrap form table tbody tr th {
  width: 30%;
  text-align: left;
  padding: 0 1rem 3rem 0;
  box-sizing: border-box;

}

.form_wrap form table tbody tr th label {
  display: block;
  padding: 1rem;

}

.form_wrap form table tbody tr td {
  width: 70%;
  box-sizing: border-box;

}

.form_wrap form table tbody tr td input {
  width: 100%;
  padding: 1rem 0;
}

div input {
  color: #fff;
  background-color: #e7e7e7;
  border: none;
}

.form_wrap form tr th sup {
  font-size: 1rem;
  color: #eaafa9;
  display: inline-block;
  padding-left: 3%;
}

#soushin input {
  background-color: #fff;
  color: #ed8093;
  padding: 1rem 2rem;
  border: 2px solid #ed8093;
  margin-top: 2rem;
  margin-bottom: 3rem;
}




footer {
  background-color: #eaafa9;
  text-align: center;
  padding: 2em;
  position: relative;

}

footer small {
  color: #65391f;

}

#top_back {
  position: absolute;
  bottom: 3rem;
  right: 6rem;
}

#top_back a {
  display: block;
}


@media screen and (max-width:1080px) {

  .doctor_cp p {
    width: 80%;

  }

  .doctor_cp h2 {
    padding-top: 15%;
  }

  .p_wrap div img {
    width: 20%;
  }

  #img_green h2 p {
    font-size: 2.4rem;

  }

  #img_green h2 p span {
    font-size: 3.6rem;

  }

  #wakan_img {
    margin-top: 4rem;
  }

  #baby_wrap {
    width: 60%;
  }

  #baby_cap h2 p {
    font-size: 2.4rem;
  }

  #baby_cap h2 p span {
    font-size: 3.6rem;
  }

  #c_img h2 {
    width: 60%;
    display: block;
    font-size: 2.4rem;
  }


}



@media screen and (max-width:768px) {
  header {
    position: relative;
    padding: 1rem;
  }

  header h1 {
    width: 50%;
  }

  header h1 img {
    display: block;
    width: 25%;
    padding-left: 11.7%;

  }

  header nav {
    width: 50%;
    text-align: right;
  }

  #lineaction01 {
    display: inline-block;
    padding-right: 11.7%;
  }

  header nav ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    /* transition: all 800ms ease 200ms; */
  }


  header nav ul li {
    background-color: #f7ddd9;
    text-align: center;
    width: 100%;
    overflow: hidden;
    /* transition: all 800ms ease 200ms; */
  }


  header nav ul li:nth-of-type(4) {
    padding-right: 0;

  }

  header nav ul li a {
    padding: 2em 0;
  }

  header nav ul.open {
    display: block;

  }

  .doctor_img img {
    padding-left: 0;
  }

  .d_width {
    width: 100%;
  }

  .doctor_img {
    width: 50%;
  }

  .doctor_cp {
    width: 50%;
  }

  .p_wrap div img {
    width: 40%;
  }

  #img_green h2 p {
    padding-left: 2%;
    width: 60%;
    font-size: 2.4rem;
  }

  #wakan2 {
    width: 90%;
    margin: 0 auto;
  }

  #wakan_img {
    background-image: url(images/wakan.png);
    padding-top: 61.8%;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }

  #baby_wrap {
    width: 80%;
  }

  #price_wrap {
    width: 80%;
  }

  #c_wrap {
    width: 100%;
  }

  #top_back img {
    width: 80%;
  }

  .form_wrap form {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .form_wrap form tr {
    font-size: 1.4rem;
  }

  .form_wrap form tr th sup {
    font-size: 1.2rem;
  }




}

@media screen and (max-width:480px) {
  header h1 img {
    width: 40%;
  }

  #visual {
    background-image: url(images/topimg_m.png);
    padding-top: 66.5%;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }

  #wrap {
    position: relative;
    /* height: 1612.66px; */
    height: 1565px;

  }

  #box1 {
    position: absolute;
    bottom: 0;
    background-color: #f8f3f2;
  }

  #box2 {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .doctor_img {
    width: 100%;
    text-align: center;
  }

  .doctor_cp {
    width: 100%;
    text-align: center;
  }

  .doctor_cp h2 {
    margin-top: 4rem;
    padding: 0;
  }

  .doctor_cp>p {
    margin: 2rem auto;
    line-height: 1.5;
    padding: 0;
  }

  .doctor_cp p:nth-of-type(2) {
    margin: 2rem auto 6rem;

  }


  .doctor_cp p span {
    padding-left: 0;
  }

  #d_position::before {
    display: none;
  }

  .p_wrap h2 p {
    padding: 5rem 0 2rem 0;
  }

  .p_wrap div img {
    width: 60%;
  }

  .p_wrap .teiki_kakomi {
    font-size: 2rem;
    padding: 0.6rem 1.5rem;
    margin-bottom: 2.3rem;

  }

  .p_wrap .p_button a {
    font-size: 2.4rem;
    padding: 1.3rem 10rem;
    margin: 1em 0 0.5em 0;
  }

  #img_green {
    background-image: url(images/Vegetable_ｍ.jpg);
    padding-top: 71.34%;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }

  #img_green h2 p {
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    position: absolute;
    top: 30%;
    z-index: 9;
  }

  #img_green h2 p span {
    font-size: 2.6rem;
  }

  .yosan_img img {
    display: none;

  }

  #img_green .yosan_img_2 img {
    display: block;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .plus_img {
    margin: 2rem 0;
  }

  #wakan2 {
    width: 100%;
  }

  #wakan2 h3 p:first-of-type {
    padding: 3rem 0 1.8rem 0;
  }

  #wakan_img {
    position: relative;
    background-image: url(images/wakan_m.png);
    padding-top: 108.28%;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }

  .ginger {
    position: absolute;
    top: 15%;
    right: 8%;
  }

  .carrot {
    position: absolute;
    left: 8%;
    bottom: 20%;
  }

  #baby_wrap {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    border: 1rem solid #eaafa9;
    margin: 8rem auto 0;

  }

  #baby_img {
    background-image: url(images/baby.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 61.71%;
    position: relative;

  }

  #baby_cap h2 p {
    font-size: 1.6rem;
    padding-left: 1rem;
  }

  #baby_cap h2 p span {
    font-size: 2.6rem;

  }

  #baby_cap h2 p:nth-of-type(1)::before {
    content: "＼ ";
    font-size: 1.8rem;
  }

  #baby_cap h2 p:nth-of-type(1)::after {
    content: " ／";
    font-size: 1.8rem;
  }

  #baby_cap h2 p:nth-of-type(2) span::before {
    content: "『 ";
    font-size: 2.6rem;
  }

  #baby_cap h2 p:nth-of-type(2) span::after {
    content: " 』";
    font-size: 2.6rem;
  }

  #baby_cap ul{
    padding: 2rem 2rem;
  }

  #baby_cap ul li {
    font-size: 1.6rem;
    line-height: 1.6em;
    color: #525252;
  }

  #color {
    padding-top: 0;


  }

  #price_img {
    display: none;
  }

  #price_wrap {
    width: 100%;
    padding-top: 10rem;

  }

  #price_img_m1,
  #price_img_m2 {
    display: block;
  }

  #price_img_m1 {
    text-align: center;
    padding-bottom: 3rem;

  }

  #price_img_m2 {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
  #price_img_m2 img {
    width: 100%;
    object-fit: contain;
  }

  #c_img {
    background-image: url(images/お客様の声_m.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 157.8%;
    text-align: center;
  }

  #c_img h2 {
    width: 100%;
    display: block;
    font-size: 2rem;
  }

  .form_wrap {
    width: 95%;
    margin: 10rem auto;
  }

  .form_wrap form table tbody tr th {
    width: 40%;
    text-align: left;
    padding: 0 1rem 3rem 0;
    box-sizing: border-box;
  }

  .form_wrap form table tbody tr th label {
    display: block;
    padding: 0;
  }

  .form_wrap form tr {
    font-size: 1.2rem;
  }

  .form_wrap form tr th sup {
    font-size: 1rem;
    color: #eaafa9;
    display: inline-block;
    padding-left: 3%;
  }

  .form_wrap form {
    width: 90%;
    margin: 3rem auto;
  }

  .form_wrap form table {
    width: 100%;
    margin: 0 auto;
  }

  #top_back {
    position: absolute;
    bottom: 6rem;
    right: 0;
  }

  #top_back img {
    width: 50%;
  }

  div input {
    color: #fff;
    background-color: #e7e7e7;
    border: none;
  }

  #soushin input {
    background-color: #fff;
    color: #ed8093;
    padding: 1rem 1rem;
    border: 1px solid #ed8093;
    margin-top: 2rem;
  }

  footer small {
    font-size: 1.2rem;
  }

  #top_back {
    position: absolute;
    bottom: 6rem;
    right: 0.5rem;
  }












}