@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
  color: #333;
}
/*
　　　  body
　　　　　　　　　　*/
body {
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    font-family: "Noto Sans JP";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/*
　　　 不変style
　　　　　　　　　　*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.pc-br {
  display: block;
}
.sp-br {
  display: none;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

.center {
    text-align: center;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .inner {
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*
　　　 可変style
　　　　　　　　　　*/
.none {
  visibility: hidden;
}
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
h2 {
  color: #333333;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
h3 {
  color: #333333;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
h4 {
  color: #333333;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.bg1 {
  background-color: #fff;
}
.bg2 {
  background-color: #ededed;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 50px 0px;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
  section {
    padding: 0 20px;
  }
}
/*
　　　  header
　　　　　　　　　　*/
.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
}
.headerinner {
  display: flex;
  max-width: 1000px;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  margin: auto;
}
.logo {
  /*height: 75px;*/
}
.logo:nth-of-type(2) {
  padding-left: 10px;
}
.btn {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1rem;
  width: 270px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #ea7749;
  border: solid 3px#f8bda6;
  transition: all 0.3s ease;
}
.btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

/*
　　　   mv
　　　　　　　　　　*/
.mv {
  background-image: url(../img/fv_img.png), url(../img/fv_img2.png);
  background-position: calc(50% + 400px) bottom, calc(50% - 520px);
  background-repeat: no-repeat, no-repeat;
  padding-top: 75px;
}
.mv .inner {
  padding: 80px 0;
}
.mv h1 {
  padding-right: 200px;
}
.mv .title {
  text-align: center;
}
.mv .flex {
  padding-top: 40px;
  padding-right: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .box {
  display: flex;
  justify-content: left;
  align-items: center;
}
.mv .box img {
  padding: 0 8px 0 15px;
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../img/fv_img.png), none;
    background-position: calc(50% + 0px) bottom, calc(10% - 130px);
    background-size: 70%;
    padding-top: 25px;
  }
  .mv .inner {
    padding: 20px 0 250px;
  }
  .mv h1 {
    padding-right: 0px;
  }
  .mv h2 {
    width: 160px;
  }
  .mv .flex {
    padding-top: 20px;
    padding-right: 0px;
  }
  .mv .box {
    height: 35px;
  }
  .mv p {
    line-height: 1.6rem;
    font-size: 1.4rem;
  }
}

/*
　　　  band
　　　　　　　　　　*/
.band {
  height: 40px;
  background-color: #ea7749;
  color: #fff;
  text-align: center;
}
.band p {
  line-height: 4rem;
  letter-spacing: 0.2rem;
  font-weight: bolder;
}

.band p a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .band {
    height: 70px;
}
  .band p {
    line-height: 2rem;
    padding-top: 14px;
}
}

/*
　　　 info  
　　　　　　　　　　*/
.info {
  background-color: #f4d1b9;
  padding: 0 10px;
}
.info .inner {
  padding: 80px 0 70px;
}
.info .area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info .box {
  position: relative;
  width: calc(50% - 20px);
}
.info h3 {
  color: #fff;
  font-size: 2rem;
  background-color: #62431b;
  padding: 5px 20px 8px;
  border-radius: 15px;
  line-height: 2rem;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info .relative {
  position: relative;
}
.info p {
  left: 50%;
  bottom: 36px;
  transform: translate(-50%, 0%);
  line-height: 2.3rem;
  white-space: nowrap;
  position: absolute;
  text-align: center;
  font-size: 1.5rem;
}
.info span {
  font-weight: bold;
  color: #f08250;
  font-size: 2rem;
}
.info h4 {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .info .inner {
    padding: 50px 0 0px;
  }
  .info .area {
    display: block;
  }
  .info .box {
    width: auto;
    padding-bottom: 50px;
  }
  .info img {
    width: auto;
  }
  .info p {
    bottom: 70px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
/*
　　　 advice
　　　　　　　　　　*/
.advice {
  
}
.advice .inner {
  padding: 60px 0;
}
.advice h2 {
  font-size: 5.6rem;
  font-weight: 400;
  font-family: "ten-mincho";
  color: #62431b;
  padding-bottom: 50px;
  line-height: 5.6rem;
}

.advice .btn {
    display: inline-block;
    padding: 15px;
    height: auto;
    font-size: 30px;
    width: 90%;
}

@media screen and (max-width: 767px) {
  .advice {
  }
  .advice .inner {
    padding: 30px 0 ;
  }
  .advice h2 {
    font-size: 3.2rem;
    padding-bottom: 30px;
    line-height: 4rem;
  }
  .advice .box {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .advice .btn {
    font-size: 20px;
    }
}
/*
　　　 feature
　　　　　　　　　　*/
.feature {
  background-color: #f8ede6;
}
.feature .inner {
  padding: 80px 0;
}
.feature .box {
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 22px;
  box-shadow: 0px 0px 10px 2px #f8bda6;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.feature .box:last-of-type {
  margin-bottom: 0px;
}
.feature p {
  font-size: 1.7rem;
  color: #333333;
}
.feature .left {
  width: auto;
  padding: 40px;
}
.feature .right {
  padding-right: 40px;
  width: 50%;
}
.feature .right h4 {
  margin-bottom: 30px;
  text-align: left;
  color: #df6838;
}
.feature span {
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  .feature .inner {
    padding: 50px 0;
  }
  .feature .box {
    margin-bottom: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .feature .box:last-of-type {
    margin-bottom: 0px;
  }
  .feature p {
    font-size: 1.5rem;
    white-space: normal;
    line-height: 2.4rem;
  }
  .feature .left {
    padding: 20px;
  }
  .feature .right {
    padding: 20px 20px 0 20px;
    width: auto;
  }
  .feature .right h4 {
    margin-bottom: 10px;
  }
}

/*
　　   note
　　　　　　　　　　*/

.note {
  background-color: #f4d1b9;
  padding: 20px;
}
.note .inner {
  padding: 80px 0;
}
.note .area {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.note .box {
    background: #FFF url(../img/note.png) repeat-y;
    padding: 20px 20px 20px 40px;
    width: 46%;
    box-sizing: border-box;
    margin: 2%;
    text-align: center;
}

.note .box img {
    width: 95%;
    margin-top: 20px;
}

.note h2 {
  font-size: 5.6rem;
  font-weight: 400;
  font-family: "ten-mincho";
  color: #62431b;
  padding-bottom: 50px;
  line-height: 5.6rem;
}
.note p {
  color: #333333;
  font-size: 2.4rem;
}

.note h3 {
  color: #df6838;
  font-size: 3.2rem;
  margin-bottom: 10px;
  line-height: 1.1em;
}

.fo16 {
    font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .note .inner {
    padding: 50px 0 0px;
  }
  .note .area {
    display: block;
  }
  .note .box {
    width: auto;
    margin: 20px 2%;
  }

  .note h2 {
    font-size: 3.2rem;
    padding-bottom: 30px;
    line-height: 4rem;
  }
  .note p {
    font-size: 1.8rem;
    top: 4%;
  }
  .note h3 {
    font-size: 2.4rem;
    top: 13%;
  }
}
/*
　　  contact
　　　　　　　　　　*/
.contact {
  background-image: url(../img/contact.png), url(../img/contact_bg.png);
  background-position: calc(50% + 220px) calc(100% - 20px), calc(50% + 0px);
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, cover;
}
.contact .inner {
  padding: 50px 0;
}
.contact .box {
  position: relative;
  width: max-content;
}
.contact .box2 {
  top: 42%;
  left: 50%;
  transform: translate(-50%, 0%);
  position: absolute;
}
.contact .flex {
  display: flex;
  justify-content: left;
  align-items: center;
  white-space: nowrap;
}
.contact .absolute {
  top: 65%;
  left: 50%;
  transform: translate(-50%, 0%);
  position: absolute;
}
.contact .box2 img {
  padding: 9px 8px 5px 15px;
}
@media screen and (max-width: 767px) {
  .contact {
    background-position: calc(50% + 120px) bottom, calc(50% + 0px);
    background-size: 200px, cover;
  }
  .contact .inner {
    padding: 50px 0 200px;
  }
  .contact p {
    font-size: 1.4rem;
  }
  .contact img {
    width: 300px;
  }
  .contact .absolute {
    top: 70%;
    width: 200px;
  }
  .contact .box2 img {
    padding: 5px 8px 5px 0px;
  }
}
/*
　　   doctor
　　　　　　　　　　*/
.doctor {
  background-color: #e1f0f9;
}
.doctor .inner {
  padding: 70px 0 60px;
}
.doctor .area {
  background-color: #fff;
  border-radius: 22px;
  padding: 60px 100px;
  box-shadow: 0px 0px 10px 2px #7a9fc2;
  width: 800px;
  margin: auto;
  margin-bottom: 60px;
}
.doctor h2 {
  font-size: 5.6rem;
  font-weight: 400;
  font-family: "ten-mincho";
  color: #62431b;
  padding-bottom: 50px;
  line-height: 5.6rem;
}
.doctor .flex {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 2px #26649e dashed;
}
.doctor img {
  padding-right: 40px;
}
.doctor h5 {
  font-size: 1.8rem;
  color: #26649e;
}
.doctor h3 {
  text-align: left;
  font-size: 5rem;
  font-weight: 400;
  font-family: "ten-mincho";
  color: #333333;
  padding-bottom: 15px;
}
.doctor h4 {
  text-align: left;
  font-size: 2.8rem;
  color: #26649e;
  padding-top: 50px;
}
.doctor p {
  text-align: left;
  font-size: 1.8rem;
  padding-top: 10px;
  color: #333333;
}
.doctor dl {
  text-align: left;
  font-size: 1.8rem;
  padding-top: 10px;
  color: #333333;
}
.doctor dt {
  float: left;
}
.doctor dd {
  margin-left: 140px;
}
@media screen and (max-width: 767px) {
  .doctor .inner {
    padding: 50px 0 20px;
  }
  .doctor .area {
    padding: 20px 20px;
    width: auto;
    margin: auto;
    margin-bottom: 30px;
  }
  .doctor h2 {
    font-size: 3.2rem;
    padding-bottom: 30px;
    line-height: 4rem;
  }
  .doctor .flex {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-bottom: 20px;
  }
  .doctor img {
    width: 120px;
    padding-right: 20px;
  }
  .doctor h5 {
    font-size: 15px;
    line-height: 2rem;
  }
  .doctor h3 {
    font-size: 2.2rem;
  }
  .doctor h4 {
    font-size: 2rem;
    padding-top: 30px;
  }
  .doctor p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .doctor dl {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .doctor dd {
    margin-left: 90px;
  }
}
/*
　　   footer
　　　　　　　　　　*/
footer {
  background-color: #f4d1b9;
}
footer .flex {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: auto;
  padding-top: 30px;
}
footer .flex .box:nth-of-type(1) {
  display: flex;
  align-items: center;
}
footer .flex .box:nth-of-type(1) img {
  padding-right: 20px;
}
footer .flex .box:nth-of-type(1) p {
  padding-top: 19px;
  line-height: 2rem;
  font-size: 1.7rem;
}
footer .ft_link {
  padding: 40px 0 0 0;
  text-align: center;
  font-size: 1.5rem;
}
footer .ft_link li {
  display: inline-block;
}
footer .ft_link li a {
  color: #333333;
}
footer .ft_link li:not(:last-child)::after {
  content: "|";
  padding: 0 10px;
  font-size: 1.5rem;
}
#copyright {
  text-align: center;
  letter-spacing: 0.1rem;
  color: #333;
  padding: 10px 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 70px;
  }
  footer .flex {
    display: block;
    justify-content: space-between;
    width: auto;
    padding: 30px 20px 0;
  }
  footer .flex .box:nth-of-type(1) {
    display: block;
    align-items: center;
  }
  footer .flex .box:nth-of-type(2) {
    padding-top: 10px;
  }
  .logo:nth-of-type(2) {
    padding-left: 10px;
  }
  footer .flex .box:nth-of-type(1) p {
    padding-top: 10px;
    line-height: 2rem;
    font-size: 1.2rem;
  }
  footer .ft_link {
    padding: 10px 20px 0;
    font-size: 1.1rem;
  }
  #copyright {
    padding: 5px 0;
    font-size: 1rem;
  }
}
/*
　　   sp-footer
　　　　　　　　　　*/
.sp-footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-footer {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0px;
    opacity: 1;
    z-index: 100;
    height: 70px;
  }
  .sp-footer .left {
    color: #fff;
    font-size: 2rem;
    background-color: #ea7749;
    border: solid 3px#f8bda6;
    border-radius: 8px;
    width: 95%;
    margin: 0 auto 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-footer .right {
    color: #fff;
    background: #ed362e;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
