@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////////////////////////

共通css

///////////////////////////////////////////////////////*/
body {
font-size: 16px;
font-family: YakuHanJP,  "Noto Sans Japanese", sans-serif;
font-style: normal;
font-weight: 400;
color: #333;
}
@media screen and (max-width: 768px) {
  body {
font-size: 14px;
color: #333;
}}
.lato {
  font-family: 'Lato', sans-serif;
}

.kiwi {
  font-family: 'Kiwi Maru', serif;
}

main {
     background-image: url(../img/bg.png);
    /* background-position: center bottom; */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

}
/*=======================================================
ヘッダー
 =======================================================*/

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  padding:  0 30px;
  background: #fff8ed;
}


header a {

  display:  flex;
  justify-content: center;
  align-items: center;


}

header .logo img {
margin-right:  20px;
}

header .header_cacth {
  font-size: 16px;
}


ul.nav {
  margin: 0;
    display: flex!important;
    justify-content: center;
    align-items: center;

}
ul.nav li {
  margin: 0;
  list-style-type: none;
  font-size: 18px;
  margin-right: 50px;
  text-align:  right;
}

ul.nav li:last-child {
  margin-right: 0;
}
ul.nav li a {
color:  #333333;
padding-bottom:  10px;
border-bottom:  2px solid transparent;
}

ul.nav li a:hover {
color:  #117141;
padding-bottom:  10px;
border-bottom:  2px solid #117141;
}


ul.nav li a.active {
color:  #117141;
padding-bottom:  10px;
border-bottom:  2px solid #117141;
}


#gloval-nav ul {
    list-style: none;
    width: 100%;
    max-width: 1000px;
}


nav {
  height: 60px;
  background:#9e4c04;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.navigation {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;


}

ul.navigation li {
  text-align: center;

  width: calc( 100% / 5 );
  color: #fff;
}
ul.navigation  li:last-child {
  border-right: 1px solid rgba(255,255,255,1);
}
ul.navigation  li a {
  display: block;
  padding: .4em .8em;
  text-decoration: none;
  color: #fff;

  text-align: center;
}
ul.navigation  li a:hover {
  color: #e7cb93;
}


.topvisual {
  position:relative;
  top: 50%;
  font-size:  0;
}

.topvisual img {
  height: auto;
  /*max-width: 100%;*/
  width: 100%;
}

.topvisual .message {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;

}


@media screen and (max-width: 768px) {
header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 0 auto;
  width:  100%;
  flex-wrap: wrap;
  position:  fixed;
    z-index: 10000;
    top:  0;
}
header .logo {
  margin: 0 auto;
  padding: 5px 0;
font-size: 22px;
color: #009f41;
width:  100%;
}

header .logo img {
  width:  auto;
  margin:  0;
  height:  50px;

}

header .header_catch {
  margin-bottom:  10px;
}

.topvisual .topcatch .box {
background: rgba(158,76,4,0.7);
padding: 20px 20px;
font-size: 16px;
line-height: 32px;
color: #fff;
text-align: center;
min-width: 260px;
}
.topvisual .secondcatch .box {
    background: rgba(158,76,4,0.3);
   padding: 0 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Kiwi Maru', serif;
}
.topvisual {
 position:relative;
    top: 50%;
font-size:  0;
padding-top: 100px;
}
.topvisual .message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    max-width: 300px;
    width:  100%;
}
}

/* humburger */
@media screen and (max-width: 768px) {

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  width: 100%;
  position:  fixed;
  bottom:  0;
  background:  #96c245;
      z-index: 10000000000000000;
}



.header .logo {

  padding: 0 0 0 10px;

}


.header .logo img {

height: 20px;
margin: 0 auto;

}


.header .menu {
  width:  50%;
z-index: 1000000;
line-height:  68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:  #96c245;
  font-size:  21px;
}

.header .menu .name {
  color: #fff;
}

.header .contact {
  width:  50%;
z-index: 1000000;
text-align:  center;
line-height:  68px;
background:  #117141;
font-size:  21px;
color: #fff;
}
.header .contact a {
  color:  #fff;
}

.header .contact img {
  vertical-align:  middle;
  margin-right:  10px;
}

nav {
    height: calc(100% - 168px);
    background: #96c245;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    flex-wrap: wrap;
    position: absolute;
    top: 100px;

}


nav ul.navigation {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  display: inline-block;


}

nav ul.navigation li {
  text-align: center;
  width: 100%;
  color: #444;
  font-size: 18px;
  height:  90px;
}
nav ul.navigation li:last-child {

}
nav ul.navigation  li a {
  display: block;
  padding: .4em .8em;
  text-decoration: none;
  color: #333;

  text-align: center;
}

nav ul.navigation  li a .small {
  font-size:  15px;
}


nav ul.navigation  ul li a:hover {
  background: #eee;
}






#nav-toggle {
  /*position: fixed;
  top: 15px;
  right: 15px;*/
  padding-right: 10px;
  height: 32px;
  cursor: pointer;
  color:  #fff;
  display: flex;
  justify-content: center;
  align-items: center;

}
#nav-toggle > div {
  position: relative;
  width: 36px;
    display: flex;
  justify-content: center;
  align-items: center;
}
#nav-toggle span {
  width: 90%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  z-index: 1000000;
}
#nav-toggle span:nth-child(1) {
  top: -12px;
z-index: 1000000;
}
#nav-toggle span:nth-child(2) {
  top: 0px;
z-index: 1000000;
}
#nav-toggle span:nth-child(3) {
  top: 12px;
z-index: 1000000;
}
#nav-toggle:hover span:nth-child(1) {
  top: -12px;
z-index: 1000000;
}
#nav-toggle:hover span:nth-child(3) {
  top: 12px;
z-index: 1000000;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 10;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  /*background:  #96c245;*/
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 40px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  font-size:  27px;
  font-weight: 600;
  line-height:  30px;

}
#gloval-nav a:hover {
  color: #fff;
}

nav {
  width: 100%;
}

nav ul {
  margin: 0;
  display: block;

}
nav ul li {
width: 100%;

}

nav ul.sns {
    display: inline-flex;
}
nav ul.sns li {
    margin: 0 20px;
}

nav ul .menu_en {
font-size: 20px;
}
nav ul .menu_jp {
font-size: 12px;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
#gloval-nav ul li:nth-child(8) {
  -webkit-transition-delay: .10s;
          transition-delay: .10s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
/* humberger */

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}
}

/*=======================================================
スライダー　adjustments
 =======================================================*/
.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 0!important;
}
.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: -50px!important;
  }
.sp-button {

    border: 1px solid #fff!important;

}
.sp-selected-button {
    background-color: #fff!important;
}




@media only screen and (min-width: 320px) and (max-width: 568px) {
.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 0!important;
}

.sp-button {
    width: 10px!important;
    height: 10px!important;
}
}

#my_slider {
  position: relative;
}

#my_slider .message {
  position: absolute;
  bottom: 25%;
  color: #fff;
  font-size: 48px;
  left: 5%;
}

#my_slider .message .marker {
    background: linear-gradient(transparent 50%, rgba(0, 158, 67, 0.5) 50%);

}
#my_slider .text {
  position: absolute;
  font-size: 24px;
  bottom: 10%;
  left: 5%;
  color: #fff;
}


@media screen and (max-width: 768px) {
#my_slider {
  position: relative;


}

#my_slider .message {
  position: absolute;
  bottom: 40%;
  color: #fff;
  font-size: 20px;
  left: 5%;
  line-height: 26px;
}

#my_slider .message .marker {
    background: linear-gradient(transparent 50%, rgba(0, 158, 67, 0.5) 50%);

}
#my_slider .text {
  position: absolute;
  font-size: 12px;
  bottom: 20%;
  left: 5%;
  line-height: 18px;
  color: #fff;
}

}


/*=======================================================
    base settings
 =======================================================*/

 .inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
 }

@media screen and (max-width: 1200px) {
   .inner {
  padding: 0 30px;
 }
}
@media screen and (max-width: 768px) {
   .inner {
  padding: 0 15px;
 }
}


.inner#news {
    width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.inner#contactarea {
    width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section {
  width: 100%;
  margin: 0 auto;
}
section h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}


/* btn */

.link_button {
margin-top: 40px;
position: relative;
width: 227px;
}


.link_button:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:5%;
    margin:auto;
    width: .3em;
    height: .3em;
    border-top: .05em solid #fff;
    border-right: .05em solid #fff;
    transform: rotate(45deg);
    transition:.3s;
}



.link_button a {
  text-align: center;
background: #f4780d;
color: #fff;
border-radius: 6px;
font-size: 18px;
width: 227px;
height: 50px;
color: #fff;
display: inline-block;
line-height: 50px;
}
.link_button a:hover {
opacity: 0.8;
}


.center {
  margin: 0 auto;

  text-align: center;
}


.emphasize {
  font-weight: bold;
}

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

.link_button {
margin-top: 40px;
position: relative;
width: 100%;
max-width: 300px;
height: 40px;
}


.link_button:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:5%;
    margin:auto;
    width: .3em;
    height: .3em;
    border-top: .05em solid #fff;
    border-right: .05em solid #fff;
    transform: rotate(45deg);
    transition:.3s;
}



.link_button a {
  text-align: center;
background: #f4780d;
color: #fff;
border-radius: 6px;
font-size: 14px;
width: 100%;
max-width: 300px;
height: 40px;
color: #fff;
display: inline-block;
line-height: 40px;
}
.link_button a:hover {
opacity: 0.8;
}



.center {
  margin: 0 auto;

  text-align: center;
}



}
/*=======================================================
  about
 =======================================================*/

#about {


}

.about {
  width:  100%;
  max-width:  900px;
}

.about h2 {
  font-size:  42px;
  line-height:  65px;
  color: #117141;
  font-weight:  600;
  text-align:  center;
padding: 0 0 20px;
    position: relative;
}

.about h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #117141;
    font-weight: 400;
    width: 42px;
    height: 3px;
    margin: auto;
    z-index: 2;

}
.about h3 {
  font-size:  32px;
  color: #7ab53e;
  text-align:  center;
}
.about .box_w {
  background:  #fff;
  border-radius:  20px;
  padding:  60px;
  margin:  50px auto;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.about .box_w .text {
font-size:  38px;
font-weight:  700;
text-align:  center;
margin:  0 auto 20px;
}

.about .box_w .text .gray {
color: #7a7a7a;
margin:  0 20px;
}

.about .box_w .title {
font-size:  32px;
color:  #fff;
display:  table;
background: #333333;
border-radius:  50px;
padding:  10px 80px;
font-weight:  700;
text-align:  center;
margin:  0 auto 20px;
}
.about .box_w .title2 {
font-size:  27px;
color:  #fff;
display:  table;
background: #333333;
border-radius:  50px;
padding:  10px 80px;
font-weight:  700;
text-align:  center;
margin:  0 auto 20px;
}
.about .box_w .desease {
font-size:  48px;
font-weight:  600;
text-align:  center;
padding-bottom:  40px;
}


.about .box_w .desease img {
  vertical-align:  middle;
  margin:  20px;

}

.about .box_w .desease_s {
font-size:  29px;
font-weight:  600;
text-align:  center;
}

.about .box_w .desease_s img {

  vertical-align:  middle;
  margin:  20px;
}
.about .box_w .marker {
    background: -moz-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
}
.about .description {
font-size:  27px;
line-height:  54px;
font-weight:  600;
text-align:  center;
margin:  0 auto 20px;
}

.about .cure {
  font-size:  42px;
  color:  #eb9f26;
  text-align:  center;
  line-height:  84px;
  font-weight:  600;
  margin-bottom:  30px;
}

.about .underline {
  padding-bottom: 5px;
  background: url(../img/border_orange.svg) repeat-x bottom left / auto 5px;
  background-size: 40px;
}

.about .caution {
  font-size:  21px;
  line-height:  54px;
  text-align:  center;
  margin: 0 auto 40px;
}

.about figure {

  text-align:  center;
}

.about .btn_green {
    text-decoration:none;
    background:#1a7647;
    color:#fff;
    padding: 0;
    text-align: center;
    position: relative;
    transition:.3s;
    width: 100%;
    max-width:  750px;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 80px;
   padding:  30px 0;
 }

.about .btn_green:after{
    content: url(../img/btn_bird.png);
    position: absolute;
    top: -15%;
    bottom: 0;
    right: 2%;
    margin: auto;
   /*width: .3em;
    height: .3em;
    border-top: .05em solid #02517D;
    border-right: .05em solid #02517D;
    transform: rotate(45deg);
    transition:.3s;*/

}

.btn_transparent a {
  display: block;
  color:#02517D!important;
}

.btn_transparent a:hover{
  display: block;
    opacity:.75;
}
.about .btn_green .title {
 color:  #fff;
 font-weight:  600;
  font-size:  32px;
  padding-bottom:  10px;
  border-bottom:  1px solid #fff;
  display:  inline-block;

}
.about .btn_green .text {
  color:  #fff;
  font-size:  24px;

}

@media (max-width: 900px) {
.about figure img {
width:  100%;
}}

@media (max-width: 768px) {
#about {


}

.about {
  width:  100%;
  max-width:  900px;
  padding:  0 20px;
}

.about h2 {
  font-size:  29px;
  line-height:  45px;
  color: #117141;
  font-weight:  600;
  text-align:  center;
padding: 0 0 20px;
    position: relative;
}

.about h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #117141;
    font-weight: 400;
    width: 42px;
    height: 3px;
    margin: auto;
    z-index: 2;

}
.about h3 {
  font-size:  26px;
  color: #7ab53e;
  text-align:  center;
}
.about .box_w {
  background:  #fff;
  border-radius:  20px;
  padding: 50px 30px;
  margin:  50px auto;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.about .box_w .text {
font-size:  38px;
font-weight:  700;
text-align:  center;
line-height:  50px;
margin:  0 auto 60px;

}

.about .box_w .text .gray {
color: #7a7a7a;
margin:  0 20px;
}

.about .box_w .title {
font-size:  21px;
color:  #fff;
display:  table;
background: #333333;
border-radius:  50px;
padding:  10px 50px;
font-weight:  700;
text-align:  center;
margin:  0 auto 20px;
}
.about .box_w .title2 {
font-size:  16px;
color:  #fff;
display:  table;
background: #333333;
border-radius:  50px;
padding:  10px 80px;
font-weight:  700;
text-align:  center;
margin:  0 auto 20px;
}
.about .box_w .desease {
font-size:  30px;
font-weight:  600;
text-align:  center;
}


.about .box_w .desease img {
  vertical-align:  middle;
  margin:  20px 20px 60px;
}

.about .box_w .desease_s {
font-size:  21px;
font-weight:  600;
text-align:  center;
}

.about .box_w .desease_s img {

  vertical-align:  middle;
  margin:  10px 20px;
  height:  30px;
}
.about .box_w .marker {
    background: -moz-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
}
.about .description {
font-size:  21px;
line-height:  42px;
font-weight:  600;
text-align:  center;
margin:  0 auto 20px;
}

.about .cure {
  font-size:  29px;
  color:  #eb9f26;
  text-align:  center;
  line-height:  55px;
  font-weight:  600;
  margin-bottom:  30px;
}

.about .underline {
  padding-bottom: 5px;
  background: url(../img/border_orange.svg) repeat-x bottom left / auto 5px;
  background-size: 40px;
}

.about .caution {
  font-size:  18px;
  line-height:  36px;
  text-align:  center;
  margin: 0 auto 40px;
}

.about figure {

  text-align:  center;
  margin:  0;
}

.about .btn_green {
    text-decoration:none;
    background:#1a7647;
    color:#fff;
    padding: 0;
    text-align: center;
    position: relative;
    transition:.3s;
    width: 100%;
    max-width:  750px;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 20px;
   padding:  50px 0;
 }

.about .btn_green:after{
    content: url(../img/btn_bird.png);
    position: absolute;
    top: -15%;
    bottom: 0;
    right: 2%;
    margin: auto;
   /*width: .3em;
    height: .3em;
    border-top: .05em solid #02517D;
    border-right: .05em solid #02517D;
    transform: rotate(45deg);
    transition:.3s;*/

}

.btn_transparent a {
  display: block;
  color:#02517D!important;
}

.btn_transparent a:hover{
  display: block;
    opacity:.75;
}
.about .btn_green .title {
 color:  #fff;
 font-weight:  600;
  font-size:  29px;
  padding-bottom:  10px;
  border-bottom:  1px solid #fff;
  display:  inline-block;

}
.about .btn_green .text {
  color:  #fff;
  font-size:  21px;

}}
/*=======================================================
    treatment
 =======================================================*/
#treatment {
position:  relative;
}

#treatment .ornament {
  position:  absolute;
  top: 0;
  left: 10%;
}
.treatment {
  width:  100%;
  max-width:  900px;
  padding:  120px 0;
}

.treatment h2 {
  font-size:  42px;
  line-height:  65px;
  color: #117141;
  font-weight:  600;
  text-align:  center;
padding: 0 0 20px;
    position: relative;
}

.treatment h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #117141;
    font-weight: 400;
    width: 42px;
    height: 3px;
    margin: auto;
    z-index: 2;

}
.treatment h3 {
  font-size:  32px;
  color: #7ab53e;
  text-align:  center;
}

.treatment .marker {
    background: -moz-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
}
.treatment .description {
font-size:  27px;
line-height:  54px;
font-weight:  600;
text-align:  center;
margin:  60px auto 0;
}

.treatment .text {
  font-size:  21px;
 margin-top:  50px;
 line-height:  42px;

}


.treatment .leaf {
  margin:  50px auto 100px;
  text-align:  center;
}


.treatment .picture {
  margin:  50px auto 100px;
  text-align:  center;
}


.treatment .caution_btn {

  border:  2px solid #117141;
  color:  #117141;
font-size:  25px;
    text-decoration:none;
    text-align: center;
    width: 100%;
    max-width:  350px;
    margin: 80px auto;
    font-size: 20px;
    border-radius: 80px;
   height:  83px;
   line-height:  76px;
}


.treatment .caution_btn img {
  vertical-align:  middle;
  margin-right:  10px;
}



.treatment ul.symptom {

}
.treatment ul.symptom li {
    list-style-type: disc;
    font-size:  21px;
    margin-bottom:  30px;
}


.treatment ul.list3 {
  display:  flex;
  width:  100%;
    justify-content: center;
    align-items: center;
    margin-bottom:  10px;
}
.treatment ul.list3 img {
  width:  100%;
}
.treatment ul.list3 li {
  width:  32%;
  margin-right:  2%;

}
.treatment ul.list3 li:nth-child(3) {

  margin-right:  0;

}
.treatment .text2 {
  font-size:  21px;

 line-height:  42px;
 text-align:  center;

}

.treatment .small {
  font-size:  18px;
}

.treatment .box_w {
  background:  #fff;
  border-radius:  20px;
  padding:  60px;
  margin:  50px auto;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}

.treatment .box_w .title {
font-size:  36px;
color:  #117141;

font-weight: 600;
padding-bottom:  20px;
  border-bottom:  1px solid #bfbfbf;
}
.treatment .box_w .title img {
  vertical-align: middle;
  margin-right:  20px;
}



.treatment ul.pricelist {
  display:  flex;
  flex-wrap:  wrap;
  width:  100%;

}
.treatment ul.pricelist li {
  border-bottom:  1px solid #bfbfbf;
  font-size: 24px;


}
.treatment ul.pricelist li:nth-child(odd) {
width:  60%;
  padding:  20px 0 20px 160px;

}

.treatment ul.pricelist li:nth-child(even) {
width:  40%;
padding:  20px 0;
}


.treatment ul.half {
  display:  flex;
  width:  100%;
  margin-top:  40px;
 }


.treatment ul.half li {
  width:  50%;

  margin:  0 auto;
  text-align:  center;
}

.treatment ul.half .title {
  font-size:  27px;
  color:  #117141;
  border: none;
  text-align:  center;
}

.treatment ul.half img {
  width:  100%;
}

.treatment ul.hourlist {
  display:  flex;
  width:  100%;
  border-top:  1px solid #bfbfbf;
flex-wrap: wrap;
justify-content: center;
align-items: center;
 }
 .treatment ul.hourlist li {
  border-bottom:  1px solid #bfbfbf;
  height:  147px;
  display:  flex;
justify-content: center;
align-items: center;
}
 .treatment ul.hourlist li:nth-child(odd) {
  color:  #117141;
  background:  #eef8e4;
  width:  30%;
  font-size:  27px;

 }

 .treatment ul.hourlist li:nth-child(even) {
  font-size:  32px;
  width:  70%;

 }


 .treatment ul.hourlist .reception {
  font-size:  21px;
  display:  block;

 }

 .treatment .point {
  background:  #117141;
  color:  #fff;
  border-radius:  50px;
  font-size:  18px;
  font-weight:  600;
  margin-top:  20px;
  padding:  10px;
 }

.treatment ul.half_pic {
  display:  flex;
  width:  100%;
  margin:  30px 0 20px;
}

.treatment ul.half_pic img {

  width:  100%;
}

.treatment ul.half_pic li {
  width:  48.5%;
  margin-right:  3%;
}

.treatment ul.half_pic li:nth-child(2) {
  margin-right:  0;
}

.treatment .box_w .text {
font-size:  21px;
}

.treatment .box_w .small {
font-size:  18px;

}

.treatment .box_w .small_c {
font-size:  18px;
text-align:  center;
}

.treatment .subtitle {
  font-size: 24px;
  border-bottom:  1px solid #bfbfbf;
  font-weight:  600;
  margin-top:  40px;
}

.treatment ul.rentallist {
  display:  flex;
  width:  100%;
  margin:  30px 0 20px;
}

.treatment ul.rentallist img {

  width:  100%;
}

.treatment ul.rentallist li {
  width:  48.5%;
  margin-right:  3%;
}

.treatment ul.rentallist li:nth-child(2) {
  margin-right:  0;
}

.treatment ul.rentprice {
  width:  100%;
}

.treatment ul.rentprice li:nth-child(odd) {
  width:  100%;
  background:  #333333;
  color:  #fff;
    text-align:  center;
     font-size: 18px;
 font-weight:  600;
 padding:  15px;
}

.treatment ul.rentprice li:nth-child(even)  {
  width:  100%;
  border:  1px solid #333;
  padding:  20px;
}
.treatment ul.rentprice .pricetext {
 font-size: 18px;
 font-weight:  600;
}
.treatment ul.rentprice .pricetext_s {
  font-size: 16px;
}
.treatment ul.rentalprice {
  display: flex;
  flex-wrap:  wrap;
}


.treatment ul.rentalprice li:nth-child(odd) {
  width:  65%;
  background: none;
  border:  none;
  color:  #333;
  margin-right:  0;
  font-size:  18px;
  padding:  0;
  text-align:  left;
}


.treatment ul.rentalprice li:nth-child(even) {
  width:  35%;
    background: none;
  border:  none;
  color:  #333;
  margin-right:  0;
  padding: 0;
}




.treatment .box_w .box {
min-height: 100px;
}


.treatment .box_w .title2 {
font-size:  27px;
color:  #fff;
display:  table;
background: #333333;
border-radius:  50px;
padding:  10px 80px;
font-weight:  700;
text-align:  center;
margin:  0 auto 20px;
}
.treatment .box_w .desease {
font-size:  48px;
font-weight:  600;
text-align:  center;
}


.treatment .box_w .desease img {
  vertical-align:  middle;
  margin:  20px 20px 60px;
}

.treatment .box_w .desease_s {
font-size:  29px;
font-weight:  600;
text-align:  center;
}

.treatment .box_w .desease_s img {

  vertical-align:  middle;
  margin:  20px;
}











.treatment .underline {
  padding-bottom: 5px;
  background: url(../img/border_orange.svg) repeat-x bottom left / auto 5px;
  background-size: 40px;
}

.treatment .caution {
  font-size:  21px;
  line-height:  54px;
  text-align:  center;
  margin: 0 auto 40px;
}

.treatment figure {

  text-align:  center;
}

@media (max-width: 768px) {
#treatment {
position:  relative;
}

#treatment .ornament {
  position:  absolute;
  top: 0;
  left: 0;

}
#treatment .ornament img {
height:  95px;
}

.treatment {
  width:  100%;
  max-width:  900px;
  padding:  120px 20px 60px;
}

.treatment h2 {
  font-size:  29px;
  line-height:  45px;
  color: #117141;
  font-weight:  600;
  text-align:  center;
padding: 0 0 20px;
    position: relative;
}

.treatment h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #117141;
    font-weight: 400;
    width: 42px;
    height: 3px;
    margin: auto;
    z-index: 2;

}
.treatment h3 {
  font-size:  26px;
  color: #7ab53e;
  text-align:  center;
}

.treatment .marker {
    background: -moz-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
}
.treatment .description {
font-size:  21px;
line-height:  42px;
font-weight:  600;
text-align:  center;
margin:  30px auto 0;
}

.treatment .text {
  font-size:  18px;
 margin-top:  36px;
 line-height:  42px;

}


.treatment .leaf {
  margin:  40px auto 50px;
  text-align:  center;
}


.treatment .picture {
  margin:  40px auto 50px;
  text-align:  center;
}
.treatment .picture img {
width:  100%;
}


.treatment .caution_btn {

  border:  2px solid #117141;
  color:  #117141;
    text-decoration:none;
    text-align: center;
    width: 100%;
    max-width:  350px;
    margin: 30px auto;
    font-size: 21px;
    border-radius: 80px;
   height:  83px;
   line-height:  76px;
}


.treatment .caution_btn img {
  vertical-align:  middle;
  margin-right:  10px;
}



.treatment ul.symptom {
padding-left:  20px;
}
.treatment ul.symptom li {
    list-style-type: disc;
    font-size:  18px;
    line-height:  36px;
    margin-bottom:  30px;
    font-weight:  600;
}


.treatment ul.list3 {
  display:  flex;
  width:  80%;
    justify-content: center;
    align-items: center;
    margin-bottom:  10px;
    flex-wrap:  wrap;
    margin:  0 auto;
}
.treatment ul.list3 img {
  width:  100%;
}
.treatment ul.list3 li {
  width:  100%;
  margin-right:  0;
  margin-bottom:  10px;

}
.treatment ul.list3 li:nth-child(3) {

  margin-right:  0;

}
.treatment .text2 {
  font-size:  18px;
 line-height:  24px;
 text-align:  center;

}

.treatment .small {
  font-size:  14px;
}

.treatment .box_w {
  background:  #fff;
  border-radius:  20px;
  padding:  20px;
  margin:  50px auto;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}

.treatment .box_w .title {
font-size:  21px;
color:  #117141;

font-weight: 600;
padding-bottom:  20px;
  border-bottom:  1px solid #bfbfbf;
}
.treatment .box_w .title img {
  vertical-align: middle;
  margin-right:  10px;
  height:  35px;
}



.treatment ul.pricelist {
  display:  flex;
  flex-wrap:  wrap;
  width:  100%;

}
.treatment ul.pricelist li {
  border-bottom:  1px solid #bfbfbf;
  font-size: 18px;


}
.treatment ul.pricelist li:nth-child(odd) {
width:  60%;
padding:  20px 0;

}

.treatment ul.pricelist li:nth-child(even) {
width:  40%;
padding:  20px 0;
text-align:  right;
}


.treatment ul.half {
  display:  flex;
  width:  100%;
  margin-top:  40px;
  flex-wrap: wrap;
 }


.treatment ul.half li {
  width:  100%;

  margin:  0 auto 30px;
  text-align:  center;
}

.treatment ul.half .title {
  font-size:  21px;
  color:  #117141;
  border: none;
  text-align:  center;
}

.treatment ul.half img {
  width:  100%;
}

.treatment ul.hourlist {
  display:  flex;
  width:  100%;
  border-top:  1px solid #bfbfbf;
flex-wrap: wrap;
justify-content: center;
align-items: center;

 }
 .treatment ul.hourlist li {
  border-bottom:  1px solid #bfbfbf;
  height:  120px;
  display:  flex;
justify-content: center;
align-items: center;
margin:  0;
}
 .treatment ul.hourlist li:nth-child(odd) {
  color:  #117141;
  background:  #eef8e4;
  width:  30%;
  font-size:  21px;
margin:  0;
 }

 .treatment ul.hourlist li:nth-child(even) {
  font-size:  25px;
  width:  70%;
margin:  0;
 }


 .treatment ul.hourlist .reception {
  font-size:  21px;
  display:  block;

 }

 .treatment .point {
  background:  #117141;
  color:  #fff;
  border-radius:  50px;
  font-size:  18px;
  font-weight:  600;
  margin-top:  20px;
  padding:  10px;
 }

.treatment ul.half_pic {
  display:  flex;
  width:  100%;
  margin:  30px 0 10px;
  flex-wrap:  wrap;
}

.treatment ul.half_pic img {

  width:  100%;
}

.treatment ul.half_pic li {
  width:  100%;
  margin-right:  0;
  margin-bottom:  10px;
}

.treatment ul.half_pic li:nth-child(2) {
  margin-right:  0;
}

.treatment .box_w .text {
font-size:  18px;
line-height: 32px;
margin-top:  20px;
}

.treatment .box_w .small {
font-size:  16px;

}

.treatment .box_w .small_c {
font-size:  16px;
text-align:  center;
}

.treatment .subtitle {
  font-size: 24px;
  border-bottom:  1px solid #bfbfbf;
  font-weight:  600;
  margin-top:  40px;
}

.treatment ul.rentallist {
  display:  flex;
  width:  100%;
  margin:  30px 0 20px;
  flex-wrap: wrap;
}

.treatment ul.rentallist img {

  width:  100%;
}

.treatment ul.rentallist li {
  width:  100%;
  margin-right:  0;
}

.treatment ul.rentallist li:nth-child(2) {
  margin-right:  0;
  margin-bottom:  10px;
}

.treatment ul.rentprice {
  width:  100%;
  flex-wrap:  wrap;
}

.treatment ul.rentprice li:nth-child(odd) {
  width:  100%;
  background:  #333333;
  color:  #fff;
    text-align:  center;
     font-size: 18px;
 font-weight:  600;
 padding:  15px;
}

.treatment ul.rentprice li:nth-child(even)  {
  width:  100%;
  border:  1px solid #333;
  padding:  20px;
}
.treatment ul.rentprice .pricetext {
 font-size: 18px;
 font-weight:  600;
 margin-bottom:  10px;
}
.treatment ul.rentprice .pricetext_s {
  font-size: 16px;
}
.treatment ul.rentalprice {
  display: flex;
  flex-wrap:  wrap;
}


.treatment ul.rentalprice li:nth-child(odd) {
  width:  100%;
  background: none;
  border:  none;
  color:  #333;
  margin-right:  0;
  font-size:  18px;
  padding:  0;
  text-align:  left;
}


.treatment ul.rentalprice li:nth-child(even) {
  width:  100%;
    background: none;
  border:  none;
  color:  #333;
  margin-right:  0;
  padding: 0;
  text-align:  right;
}




.treatment .box_w .box {
min-height: 100px;
}


.treatment .box_w .title2 {
font-size:  27px;
color:  #fff;
display:  table;
background: #333333;
border-radius:  50px;
padding:  10px 80px;
font-weight:  700;
text-align:  center;
margin:  0 auto 20px;
}
.treatment .box_w .desease {
font-size:  48px;
font-weight:  600;
text-align:  center;
}


.treatment .box_w .desease img {
  vertical-align:  middle;
  margin:  20px 20px 60px;
}

.treatment .box_w .desease_s {
font-size:  29px;
font-weight:  600;
text-align:  center;
}

.treatment .box_w .desease_s img {

  vertical-align:  middle;
  margin:  20px;
}



.treatment .underline {
  padding-bottom: 5px;
  background: url(../img/border_orange.svg) repeat-x bottom left / auto 5px;
  background-size: 40px;
}

.treatment .caution {
  font-size:  21px;
  line-height:  54px;
  text-align:  center;
  margin: 0 auto 40px;
}

.treatment figure {

  text-align:  center;
}

}

.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}

.facebook-wrapper > .fb-page {
    width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
/*=======================================================
    access
=======================================================*/
#access {
position:  relative;
background:  #fff;
width:  100%;
}

#access .ornament {
  position:  absolute;
  top: 0;
  left: 10%;
}
.access {
  width:  100%;
  max-width:  900px;
  padding:  120px 0;
}

.access h2 {
  font-size:  42px;
  line-height:  65px;
  color: #117141;
  font-weight:  600;
  text-align:  center;
padding: 0 0 20px;
    position: relative;
      margin-bottom:  60px;
}

.access h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #117141;
    font-weight: 400;
    width: 42px;
    height: 3px;
    margin: auto;
    z-index: 2;

}
.access h3 {
  font-size:  32px;
  color: #7ab53e;
  text-align:  center;

}

.access ul.location {
  display: flex;
  width:  100%;
  margin-bottom:  30px;

  flex-wrap:  wrap;
}
.access ul.location li {
  width:  50%;
  padding:  0 30px;
}

.access ul.location img {
  margin-right: 10px;
  vertical-align:  middle;
}

.access ul.location .title {
font-size:  18px;
font-weight:  600;
}

.access ul.location .text {
  font-size:  18px;
}


.access .accesspicture img {
  width:  100%;
}
@media (max-width: 768px) {
#access {
position:  relative;
background:  #fff;
width:  100%;
}

#access .ornament {
  position:  absolute;
  top: 0;
  left: 10%;
}
.access {
  width:  100%;
  max-width:  900px;
  padding:  60px 20px 100px;
}

.access h2 {
  font-size:  29px;
  line-height:  45px;
  color: #117141;
  font-weight:  600;
  text-align:  center;
padding: 0 0 20px;
    position: relative;
      margin-bottom:  30px;
}

.access h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #117141;
    font-weight: 400;
    width: 42px;
    height: 3px;
    margin: auto;
    z-index: 2;

}
.access h3 {
  font-size:  26px;
  color: #7ab53e;
  text-align:  center;

}

.access ul.location {
  display: flex;
  width:  100%;
  margin-bottom:  30px;

  flex-wrap:  wrap;
}
.access ul.location li {
  width:  100%;
  font-size:  16px;
  padding:  0;

}

.access ul.location img {
  margin-right: 10px;
}

.access ul.location .title {
font-size:  18px;
font-weight:  600;
line-height:  36px;
}

.access ul.location .text {
  font-size:  16px;
  line-height:  32px;
}


.access .accesspicture img {
  width:  100%;
}
}
/*map*/
 .map_wrapper {
  width:100%;
  max-width: 900px;
  margin: 10px auto 0;
 }
#map {
  width: 900px;
  height: 360px;
  margin-bottom: 30px;
}


@media (max-width: 768px) {
#map {
  width: 100%;
  min-width: 270px;
  max-width: 100%;
  min-width: 300px;
}}

/*sticky*/

.contact_fixed {
  width:70px;
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 1000
}

.contact_box {
  position:  relative;
}

.contact_box figure {
  position:  absolute;
  top:  -50px;
  right:  -40px;
}

.contact_wrap {

  background-color: #117141;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
  width: 70px;
  height: 220px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
    border-top-left-radius : 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-bottom-left-radius : 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-right-radius : 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-bottom-right-radius : 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}





.contact_wrap:hover {

  color: #fff
}

.reservation {
  -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size:  18px;
        letter-spacing: 0.2em;
}

@media (max-width:768px) {
.contact_fixed {
display:  none;
}
}
/*=======================================================
    footer
=======================================================*/

footer {
  background:  #7aab48;
  width:  100%;
  position: relative;
}

.footer {
 padding:  80px 0 40px;
}

footer .logoicon {
position: absolute;
top:  0;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);

}
footer .logotext {
  color:  #fff;
  margin:  0 auto;
  text-align:  center;
}

footer .address {
  font-size:  18px;
  color:  #fff;
  margin:  30px auto;
  text-align:  center;
  line-height:  40px;
}

footer .copy{
font-size:  14px;
  color:  #fff;
  margin:  0 auto;
  text-align:  center;
}


footer .facebookicon {
    margin:  30px auto;
  text-align:  center;

}


/*=======================================================
   sayou
=======================================================*/


.about_mv#ttlWrap {
background-repeat: no-repeat;
background-position: 0 0;
background-size:100% auto;
/*border-top:solid 1px #707070;
border-bottom:solid 1px #707070;*/
background:url("../img/sayou_mv_pc.png") 0 0 no-repeat;
/*background-size:100% auto;*/
background-size:cover;
width:100%;
min-height:  270px;
}


#ttlWrap h1 {
    position: relative;
    font-family: Century Gothic, sans-serif;
    font-size: 51px;
    margin: 0 auto;
    text-align: left;
    padding: 100px 0;
    color: #fff;
    letter-spacing: 0.08em;
    width:  100%;
    max-width:  900px;


}

@media (max-width: 900px) {
  margin: 0 30px;
}


@media (max-width: 768px) {
.about_mv#ttlWrap {

    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    background: url(../img/sayou_mv_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    background-size: cover;
    width: 100%;
    min-height: auto;
    margin-top: 100px;

}

.inTtlWrap {
  margin-top:  100px;
}


#ttlWrap h1 {
    position: relative;
    font-family: Century Gothic, sans-serif;
    font-size: 21px;
    margin: 0 auto;
    text-align: left;
padding: 50px 0 50px 20px;
    color: #fff;
    letter-spacing: 0.08em;
    width:  100%;
    max-width:  900px;

}
}

/*=======================================================
   sayou howto
=======================================================*/
#sayou {
position:  relative;

width:  100%;
}

#sayou .ornament {
  position:  absolute;
  top: 0;
  left: 10%;
}
.sayou {
  width:  100%;
  max-width:  900px;
  padding:  120px 0;
}

.sayou h2 {
  font-size:  42px;
  line-height:  65px;
  color: #117141;
  font-weight:  600;
  text-align:  center;
padding: 0 0 20px;
    position: relative;
      margin-bottom:  60px;
}

.sayou h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #117141;
    font-weight: 400;
    width: 42px;
    height: 3px;
    margin: auto;
    z-index: 2;

}
.sayou h3 {
  font-size:  32px;
  color: #7ab53e;
  text-align:  center;

}

.sayou .description {
    font-size: 27px;
    line-height: 54px;
    font-weight: 600;
    text-align: left;
    margin: 0 auto 60px;
}
.sayou .marker {
    background: -moz-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
}
.sayou .pictures {
  margin:  80px auto;
  text-align:  center;
}

.sayou .heal_btn {
background:  #117141;
  color:  #fff;
font-size:  32px;
    text-decoration:none;
    text-align: center;
    width: 100%;
    max-width:  350px;
    margin: 80px auto;
    border-radius: 80px;
   height:  98px;
   line-height:  98px;
}

.sayou .heal_btn a{
  color: #fff;
}

.sayou .heal_btn img {
  vertical-align:  middle;
  margin-left:  10px;
}


.sayou p.phototitle {
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    font-weight: 600;
}

.sayou ul.half_pic {
  display:  flex;
  width:  100%;
  margin:  30px 0 20px;
}

.sayou ul.half_pic img {

  width:  100%;
}

.sayou ul.half_pic li {
  width:  48.5%;
  margin-right:  3%;
}

.sayou ul.half_pic li:nth-child(2) {
  margin-right:  0;
}

.sayou .caption {
  font-size:  18px;
  font-weight:  600;
  text-align:  center;
}
.sayou .text {
  font-size:  18px;
  line-height:  42px;
}



.sayou .leaf {
    margin: 80px auto 100px;
    text-align: center;

}

.sayou .subtitle {
  font-size:  42px;
  color:  #117141;
  text-align:  center;
  margin:  60px auto;
  font-weight:  600;
}

.sayou .subtitle2 {
  font-size:  42px;
  color:  #7ab53e;
  text-align:  center;
  margin:  60px auto;
  font-weight:  600;
}


.sayou .small {
  font-size:  32px;
  color:  #117141;
  text-align:  center;
  margin:  0 auto;
}


.sayou .box_w {
  background:  #fff;
  border-radius:  20px;
  padding:  60px;
  margin:  50px auto;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}

.sayou .box_w figure img {
  width:  100%;
  margin:  0;
}

.sayou .box_w figure {

  margin:  0;
}


.sayou .btn_green {
    text-decoration: none;
    background: #1a7647;
    color: #fff;
    padding: 0;
    text-align: center;
    position: relative;
    transition: .3s;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 80px;
    padding: 30px 0;
}
.sayou .btn_green:after{
    content: url(../img/btn_bird.png);
    position: absolute;
    top: -15%;
    bottom: 0;
    right: 2%;
    margin: auto;
   /*width: .3em;
    height: .3em;
    border-top: .05em solid #02517D;
    border-right: .05em solid #02517D;
    transform: rotate(45deg);
    transition:.3s;*/

}.sayou .btn_green .title {
 color:  #fff;
 font-weight:  600;
  font-size:  32px;
  padding-bottom:  10px;
  border-bottom:  1px solid #fff;
  display:  inline-block;

}
.sayou .btn_green .text {
  color:  #fff;
  font-size:  24px;

}


.sayou .box_w .title {
font-size:  36px;
color:  #117141;

font-weight: 600;
padding-bottom:  20px;
  border-bottom:  1px solid #bfbfbf;
}
.sayou .box_w .title img {
  vertical-align: middle;
  margin-right:  20px;
}
.sayou .box_w .text {
font-size:  21px;
}

.sayou .box_w .small {
font-size:  18px;

}

.sayou .box_w .small_c {
font-size:  18px;
text-align:  center;
}


@media (max-width: 768px) {
#sayou {
position:  relative;

width:  100%;
}

#sayou .ornament {
  position:  absolute;
  top: 0;
  left: 10%;
}
.sayou {
  width:  100%;
  max-width:  900px;
  padding:  60px 20px;
}

.sayou h2 {
  font-size:  29px;
  line-height:  42px;
  color: #117141;
  font-weight:  600;
  text-align:  center;
padding: 0 0 20px;
    position: relative;
      margin-bottom:  30px;
}

.sayou h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #117141;
    font-weight: 400;
    width: 42px;
    height: 3px;
    margin: auto;
    z-index: 2;

}
.sayou h3 {
  font-size:  26px;
  color: #7ab53e;
  text-align:  center;

}

.sayou .description {
    font-size: 21px;
    line-height: 42px;
    font-weight: 600;
    text-align: left;
    margin: 0 auto 30px;
}
.sayou .marker {
    background: -moz-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 220, 181, 0) 60%, rgba(245, 220, 181, 1) 60%, rgba(245, 220, 181, 1) 100%);
}
.sayou .pictures {
  margin:  80px auto;
  text-align:  center;
}

.sayou .heal_btn {
background:  #117141;
  color:  #fff;
font-size:  21px;
    text-decoration:none;
    text-align: center;
    width: 100%;
    max-width:  350px;
    margin: 40px auto 50px;
    border-radius: 80px;
   height:  68px;
   line-height:  68px;
}


.sayou .heal_btn img {
  vertical-align:  middle;
  margin-left:  10px;
  height:  20px;
}


.sayou ul.half_pic {
  display:  flex;
  width:  100%;
  margin:  30px 0 20px;
  flex-wrap:  wrap;
}

.sayou ul.half_pic img {

  width:  100%;
}

.sayou ul.half_pic li {
  width:  100%;
  margin-right:  0;
}

.sayou ul.half_pic li:nth-child(2) {
  margin-right:  0;
}

.sayou .caption {
  font-size:  18px;
  font-weight:  600;
  text-align:  center;
  line-height: 36px;
  margin:  20px 0 30px;
}
.sayou .text {
  font-size:  18px;
  line-height:  42px;
}



.sayou .leaf {
    margin: 40px auto 50px;
    text-align: center;

}

.sayou .subtitle {
  font-size:  29px;
  color:  #117141;
  text-align:  center;
  margin:  60px auto;
  font-weight:  600;
}
.sayou .small {
  font-size:  32px;
  color:  #117141;
  text-align:  center;
  margin:  0 auto;
}


.sayou .box_w {
  background:  #fff;
  border-radius:  20px;
  padding:  20px;
  margin:  50px auto;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}

.sayou .box_w figure img {
  width:  100%;
}

.sayou .btn_green {
    text-decoration:none;
    background:#1a7647;
    color:#fff;
    padding: 0;
    text-align: center;
    position: relative;
    transition:.3s;
    width: 100%;
    max-width:  750px;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 20px;
   padding:  30px 0;
 }

.sayou .btn_green:after{
    content: url(../img/btn_bird.png);
    position: absolute;
    top: -15%;
    bottom: 0;
    right: 2%;
    margin: auto;
   /*width: .3em;
    height: .3em;
    border-top: .05em solid #02517D;
    border-right: .05em solid #02517D;
    transform: rotate(45deg);
    transition:.3s;*/

}


.sayou .btn_green .title {
 color:  #fff;
 font-weight:  600;
  font-size:  29px;
  padding-bottom:  10px;
  border-bottom:  1px solid #fff;
  display:  inline-block;

}
.sayou .btn_green .text {
  color:  #fff;
  font-size:  21px;

}

.sayou .box_w .title {
font-size:  36px;
color:  #117141;

font-weight: 600;
padding-bottom:  20px;
  border-bottom:  1px solid #bfbfbf;
}
.sayou .box_w .title img {
  vertical-align: middle;
  margin-right:  20px;
}
.sayou .box_w .text {
font-size:  21px;
}

.sayou .box_w .small {
font-size:  18px;

}

.sayou .box_w .small_c {
font-size:  18px;
text-align:  center;
}

}
@media (max-width: 650px) {
.sayou .pictures img {
  width:  100%;
}}
