@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #f48a8b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #f48a8b;
  outline: none;
}

p {
	font-size: 16px;
  margin-bottom: 1.5em;
  letter-spacing: .1em;
}
@media screen and (max-width: 480px) {
  p {
  	font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 0 0 30px 0;
  letter-spacing: .1em;
}

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}
figure figcaption {
  font-size: 16px;
  width: 80%;
  margin: 20px auto 0px auto;
  color: #b3b3b3;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  figure figcaption {
    width: 100%;
  }
}

::-webkit-selection {
  color: #fff;
  background: #7ac143;
}

::-moz-selection {
  color: #fff;
  background: #7ac143;
}

::selection {
  color: #fff;
  background: #7ac143;
}

#fh5co-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#fh5co-aside {
  padding: 15px 0 0 30px;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-aside.border {
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 1200px) {
  #fh5co-aside {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}
#fh5co-aside #fh5co-logo {
  text-align: center;
}
#fh5co-aside #fh5co-logo a img {
	width: 70%;
}
#fh5co-aside #fh5co-main-menu ul {
  text-align: left;
  margin: 30px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-aside #fh5co-main-menu ul {
    margin: 0 0 2em 0;
  }
}
#fh5co-aside #fh5co-main-menu ul li {
  margin: 3px 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.menu li {
	margin: 10px 0 !important;
}
#fh5co-aside #fh5co-main-menu ul li a {
  color: #343434;
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 15px;
}
#fh5co-aside #fh5co-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #db7df0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-aside #fh5co-main-menu ul li .bunner:after {
	display: none;
}
#fh5co-aside #fh5co-main-menu ul li a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}
#fh5co-aside #fh5co-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a {
  color: black;
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-aside .fh5co-footer {
  position: absolute;
  bottom: 40px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  #fh5co-aside .fh5co-footer {
    position: relative;
    bottom: 0;
  }
}
#fh5co-aside .fh5co-footer span {
  display: block;
}
#fh5co-aside .fh5co-footer ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#fh5co-aside .fh5co-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}
#fh5co-aside .fh5co-footer ul li a {
  color: rgba(0, 0, 0, 0.7);
  padding: 4px;
}
#fh5co-aside .fh5co-footer ul li a:hover, #fh5co-aside .fh5co-footer ul li a:active, #fh5co-aside .fh5co-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #7ac143;
}

#fh5co-main {
  width: 80%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #fh5co-main {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-main {
    width: 100%;
  }
}
#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-main .fh5co-narrow-content {
    width: 100%;
    padding: 3.5em 1em;
  }
}

.fh5co-gallery {
  position: relative;
  margin-bottom: 7em;
  float: left;
  width: 100%;
}
.fh5co-gallery .gallery-item {
  width: 25%;
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  z-index: 110;
}
.fh5co-gallery .gallery-item img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
@media screen and (max-width: 1200px) {
  .fh5co-gallery .gallery-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-gallery .gallery-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-gallery .gallery-item {
    width: 100%;
  }
}
.fh5co-gallery .gallery-item .overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 11;
  vertical-align: middle;
  padding-top: 30%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-gallery .gallery-item .overlay h2, .fh5co-gallery .gallery-item .overlay span {
  position: relative;
  z-index: 12;
  margin-bottom: 0;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-gallery .gallery-item .overlay h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 10px;
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .fh5co-gallery .gallery-item .overlay h2 {
    font-size: 18px;
  }
}
.fh5co-gallery .gallery-item .overlay span {
  color: #7ac143;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  bottom: -5px;
  visibility: hidden;
  opacity: 0;
}
.fh5co-gallery .gallery-item .overlay:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fh5co-gallery .gallery-item:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fh5co-gallery .gallery-item:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.fh5co-gallery .gallery-item:hover .overlay:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fh5co-gallery .gallery-item:hover .overlay h2 {
  bottom: 0px;
}
.fh5co-gallery .gallery-item:hover .overlay span {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
}

body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #fh5co-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  background: #fff;
  z-index: 999;
  position: fixed;
}
body.offcanvas #fh5co-main, body.offcanvas .fh5co-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

.fh5co-services {
  margin-top: 5px;
}
.fh5co-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-pagination {
  padding: 3em 0;
}
.work-pagination a {
  color: #000;
}
.work-pagination a:hover {
  color: #7ac143;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .work-pagination span {
    display: none;
  }
}

.fh5co-border-bottom {
  border-bottom: 1px solid #f0f0f0;
}

.fh5co-testimonial {
  padding: 3em 0;
  background: #7ac143;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial {
    padding: 3em 0;
  }
}
.fh5co-testimonial .item {
  color: white;
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial .item {
    padding-left: 0em;
    padding-right: 0em;
  }
}
.fh5co-testimonial .item figure {
  text-align: center;
}
.fh5co-testimonial .item figure img {
  max-width: inherit;
  width: 90px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-testimonial .item p {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial .item p {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-testimonial .item p {
    font-size: 20px;
  }
}
.fh5co-testimonial .item .author {
  font-size: 16px;
  display: block;
}

.fh5co-counters {
  padding: 1em 0;
  background: #e6e6e6;
  background-size: cover;
  background-attachment: fixed;
}
.fh5co-counters .fh5co-counter {
  font-size: 50px;
  display: block;
  color: #fff;
  width: 100%;
  font-weight: 700;
  margin-bottom: .5em;
}
.fh5co-counters .fh5co-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.fh5co-lead {
  font-size: 24px;
  line-height: 1.5;
}

.fh5co-heading-colored {
  color: #7ac143;
}

.fh5co-cards {
  padding: 1em 0;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .fh5co-cards {
    padding: 1em 0;
  }
}
.fh5co-cards .fh5co-flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.fh5co-cards .fh5co-flex-wrap > div {
  width: 49.5%;
  margin-right: 1%;
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(1) {
  float: left;
}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(2) {
  float: right;
  margin-right: 0%;
}
@media screen and (max-width: 992px) {
  .fh5co-cards .fh5co-flex-wrap > div {
    width: 100%;
    margin-right: 0;
  }
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card p:last-child {
  margin-bottom: 0;
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2em;
  padding: 4px 8px;
  background: #ebebeb;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-counter .fh5co-number {
  font-size: 100px;
  color: #7ac143;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: .7;
}
.fh5co-counter .fh5co-number.fh5co-left {
  float: left;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-number.fh5co-left {
    width: 100%;
    line-height: 1.2;
  }
}
.fh5co-counter .fh5co-text {
  float: right;
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-text {
    width: 100%;
    text-align: center;
  }
}
.fh5co-counter .fh5co-text h3 {
  margin: 0;
  padding: 0;
  position: relative;
}
.fh5co-counter .fh5co-text h3.border-bottom:after {
  content: "";
  width: 50px;
}

.fh5co-social {
  padding: 0;
  margin: 0;
  text-align: center;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .fh5co-social li a {
    padding: 10px 8px;
  }
}
.fh5co-social li a:hover {
  color: #7ac143;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #7ac143;
}

#map {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.fh5co-more-contact {
  background: #fafafa;
}


.fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}
.fh5co-feature .fh5co-icon i {
  color: #7ac143;
  font-size: 70px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i {
    font-size: 40px;
  }
}
.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #7ac143;
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}
.fh5co-feature .fh5co-text {
  text-align: center;
}

.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h3 {
  font-weight: 300;
  margin: 50px 0 30px;
  color: #f48a8b;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text h3 {
    font-size: 18px;
  }
}
.fh5co-feature .fh5co-text p {
	font-size: 14px;
    text-align: justify;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text p {
	font-size: 14px;
    width: 100%;
    }
}
.fh5co-heading {
  font-size: 20px;
  margin-bottom: 1em;
  text-align: center;
}
.fh5co-heading.fh5co-light {
  color: #fff;
}
.fh5co-heading span {
  display: block;
}
@media screen and (max-width: 768px) {
  .fh5co-heading {
    font-size: 30px;
    margin-bottom: 1em;
  }
}

.fh5co-staff img {
  margin-bottom: 1.5em;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-staff h3 {
  margin: 0 0 10px 0;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

.chart {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px auto;
  position: relative;
  text-align: center;
}
.chart span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 100%;
}
.chart span strong {
  display: block;
}
.chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 3px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 3px solid #7ac143;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  height: 10px;
  border: 2px solid #fff;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #7ac143;
  color: #fff;
  border: 2px solid #7ac143;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #88c756 !important;
  border-color: #88c756 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #7ac143;
  border: 2px solid #7ac143;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #7ac143;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #7ac143;
}

#message {
  height: 130px;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #000;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #000;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.js .animate-box {
  opacity: 0;
}

/* =======================================================
編集
* ======================================================= */
#intro {
    position: relative;
    width: 100%;
    height: 960px;
}
#intro .fig {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#intro .logo-mobile {
    display: block;
    position: absolute;
    top: 15%;
    left: 50%;
    margin: -61px 0 0 -123px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    -webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
    transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
    z-index: 100;
}
.l_tel p {
	margin-bottom: 10px;
}
.l_tel li {
	color: #f48a8b;
	font-size: 12px;
	padding: 0 !important;
}
.l_tel img {
	width: 80%;
}
.l_sub {
	font-size: 11px;
}
.bd_title {
	border: 1px #000 solid;
    width: 50px;
    border-radius: 3px;
}
.work_box {
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .work_box {
	width: 100%;
	}
}
.work-item {
	margin-bottom: 30px;
}
.work-item img {
	width: 100%;
	border: 3px #f0e0e2 solid;
	transition: all 0.3s;
}
.work-item img:hover {
	opacity: 0.7;
}
.mt50 {
	margin-top: 50px;
}
.mt30 {
	margin-top: 50px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb30 {
	margin-bottom: 30px;
}

.footer p {
	font-size: 12px;
}
.f_bunner {
	padding-left: 150px;
}
@media screen and (max-width: 1200px) {
  .f_bunner {
	padding-left: 0;
	}
}
@media screen and (max-width: 992px) {
  .f_bunner {
	padding-left: 15px;
	}
}
.f_bunner img {
	width: 100%
}
.sns {
	margin: 0;
}
.sns img {
	width: 80%;
}
.img100 {
	width: 100%;
}
.p_title {
	color: #f48a8b;
	font-size: 16px
}
.p_text {
	font-size: 12px;
}
.color_p {
	color: #f48a8b;
	font-size: 12px;
	margin-bottom: 0;
}

.nopadding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.top_info {
	background: #F48B8C;
	width: 100% !important;
    padding: 20px 10px !important;
    color: #fff;
}
.top_info p {
	font-size: 14px;
	margin: 0;
	text-align: center;
}
.bd_l {
	border-left: 1px #fff solid;
}
@media screen and (max-width: 480px) {
	.bd_l {
	border-left: none;
	}
}
.top_info p a {
	margin-left: 2%;
}
.top_info p a:hover {
	opacity: 0.8;
}
/* =======================================================
  引き継ぎ
* ======================================================= */
#contents {
	width: 80%;
	margin: 0 auto;
}
#baseh2 {
    margin: 0px;
    padding: 10px;
    font-size: 11px;
    float: left;
    text-align: right;
    font-weight: normal;
    width: 100%;
    background: #f48a8b;
    color: #fff;
}
#pan {
	clear: both;
    float: left;
    font-size: 12px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #efdede;
    border-bottom-color: #efdede;
    text-align: left;
    margin: 20px 0;
    padding: 0 5%;
    width: 100%;
}
#pan p{
	font-size: 12px;
	margin: 4px 0px;
	padding: 0px;
	float:left;
}
#pan a{
	color:#443d34;
}
#reititle {
	clear:both;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float:left;
}
#reicon {
	background-color:#fef9f4;
	border: 1px #dad0c5 solid;
	padding: 30px 30px;
}
#reicon h3 {
	font-size:16px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
#reicon p {
	font-size: 14px;
}
#syoureiimg01 {
	margin: 20px 20px 0px 0px;
}
#syoureiimg02 {
	margin: 20px 0px 0px 20px;
}
#qtitle {
	margin: 30px 0px 15px 0px;
}
.q_txt {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color:#b73fd2;
	font-weight:bold;
}
.a_txt{
	padding: 15px 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	color: #000;
}
.a_txt2{
	padding: 15px 0px 30px 0px;
	color: #000;
}
#thanksbox {
	background-color: #FFF;
	border: 1px solid #C0C0C0;
	padding: 15px;
	font-size:90%;
	margin: 30px 0px 0px 0px;
}
#thanksbox img {
	float:left;
	margin: 0px 20px 0px 0px;
}
.datatitle {
	font-size:80%;
	margin: 0px;
	padding: 0px;
}
.datatable {
	background-color: #ece4dc;
	margin: 0px;
	width:100%;
	font-size: 14px;
}
.datatable td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	padding: 3px;
}
#pricebox {
	border: 1px solid #f2cfcf;
	background-color:#fff2f2;
	padding:20px;
	margin: 0px 0px 20px 0px;
}
#price_txt1 {
	text-align:center;
	margin: 20px 0px;
	font-weight:bold;
	color:#e45757;
}
#card {
	margin-top: 30px;
}
#card strong {
	font-size: 14px;
}
#card img {
	width: 100%;
}
@media screen and (max-width: 480px) {
  #card img {
	width: auto;
	}
}
#pricewrap {	
	font-size: 14px;	
}
#pricewrap table{
	width:100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-left-color: #C0C0C0;
	margin: 0px 0px 20px 0px;
}
#pricewrap table td {
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	font-size: 16px;
}

.about_txt01 {
	float:left;
	margin: 0px;
	padding: 8px;
	background-color:#f9f9f9;
	border: 1px solid #e1d6d6;
	width:100%;
	text-align: center;
}
.about_txt02 {
	float:left;
	margin: 10px 0px;
	padding: 0px;
}
.about_txt03 {
	text-align: center;
}
.about_txt04 {
	float:left;
	margin: 10px 0px;
	padding: 0px;
	clear:both;
	width:100%;
}
.yajirusi {
	float:left;
	margin: 10px 0px;
	width:100%;
	text-align:center;
}

.syasenbox {
	width:100%;
	margin: 80px 0px;
	padding: 50px 0px;
	background:#f9f9f9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffa0a0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffa0a0;
}
.syasenbox p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.flowbox {
	padding: 20px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0c3c3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0c3c3;
}
.flowbox img{
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float:left;
}
.flowname{
	color: #f48a8b;
	font-size: 18px
}
.yajirusi2 {
	margin: 30px 0px;
	padding: 0px;
	text-align:center;
}
ul#clinic_navi {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left;
	width:100%;
	list-style:none;
}
ul#clinic_navi li{
	float:left;
	margin: 0px;
	padding: 0px;
}
.clinicbox {
	float:left;
	clear:both;
	margin: 30px 0px;
	width:100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #eadede;
	border-left-color: #eadede;
}
.clinicbox td {
	font-size: 14px;
	padding: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #eadede;
	border-bottom-color: #eadede;
}
.clinictxt01 {
	text-align: center;
}
.acTD {
	border: 1px solid #e1d6d6;
	padding: 10px;
	width:180px;
	height:210px;
	font-size:11px;
	line-height:160%;
}
.yajirusiTD {
	vertical-align:middle;
	padding: 8px;
}
.ac_yaji1 {
	width:600px;
	text-align:right;
}
.ac_yaji2 {
	width:110px;
	text-align:right;
}
.acTD_num {
	font-size:100%;
	padding:5px;
	line-height:10px;
	display:block;
	width:20px;
	background-color:#fe8b8b;
	color:#FFF;
	text-align:center;
}
a.fancylight {
	border: 1px solid #fff;
	width:178px;
	height:155px;
	display:block;
}
a.fancylight:hover {
	border: 1px solid #fe8b8b;
}

.staff_img {
	float:left;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.staff_img a{
	display:block;
	border: 1px solid #fff;
	float:left;
	width:80px;
	margin: 0px 0px 50px 0px;
}
.staff_img a:hover {
	border: 1px solid #fe7b7b;
}

.staff_txt {
	border: 1px dotted #eba0a0;
	padding:20px;
	margin: 0px 0px 50px 0px;
}
.staff_txt p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 12px;
}
/*-----------------------------------*/
.staff_txt2 {
	border: 1px dotted #eba0a0;
	padding:20px;
	width:380px;
	float:right;
	margin: 0px 0px 50px 0px;
	background-color:#fef7f7;
}
.staff_txt2 p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
/*-----------------------------------*/
.staff_txt3 {
	border: 1px dotted #f8c2fa;
	padding:20px;
	width:380px;
	float:right;
	margin: 0px 0px 50px 0px;
}
.staff_txt3 p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
/*-----------------------------------*/
.staff_txt4 {
	border: 1px dotted #f8c2fa;
	background-color:#fdf4ff;
	padding:20px;
	width:380px;
	float:right;
	margin: 0px 0px 50px 0px;
}
.staff_txt4 p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
/*-----------------------------------*/
.staff_txt5 {
	border: 1px dotted #eba0a0;
	padding:20px;
	width:100%;
	margin: 0px 0px 50px 0px;
	background-color:#fef7f7;
}

.staff_txt5 p{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
}
.staff_txt5 span {
	font-size: 12px;
}
/*-----------------------------------*/

.voicebox {
	background-color:#f9f9f9;
	border: 1px solid #e1d6d6;
	padding: 20px;
	margin-bottom: 50px;
}
.voicebox p {
	font-size: 14px;
}
.voicebox img {
	width:100%;
	margin: 0px 0px 10px 0px;
}
#vhei{
	height:560px;
}
#vhei2{
	height:390px;
}

.v_name{
	font-size:90%;
	color:#eb6767;
	font-weight:bold;
}

#faqwrap {
	float:left;
	width:645px;
	clear:both;
	background-color:#f9f9f9;
	border: 2px solid #e1d6d6;
	padding: 20px;
}
#faqwrap a{
	color:#c948e6;
}
#faqwrap a:hover{
	color:#9106b0;
}
#faqwrap ul#f_left {
	float:left;
	margin: 0px 50px 0px 30px;
	padding: 0px;
	width:270px;
	text-align:left;
}
#faqwrap ul#f_right {
	float:left;
	margin: 0px;
	padding: 0px;
	width:270px;
	text-align:left;
}
#faqwrap ul li{
	margin: 10px 0px;
	padding: 0px;
}

.faq_q {
	margin: 30px 0px 0px 0px;
	padding: 10px 0px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #db7df0;
	color:#8702a5;
}
.faq_a {
	margin: 5px 0px;
	float:left;
	clear:both;
}
.teikiwrap {
	border: 1px solid #f2ddc3;
	background-color:#fff9f2;
	padding:20px;
	margin: 20px 0px;
	overflow: hidden;
	clear: both;
}
.teikiwrap img{
	float:left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.teikiwrap p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#caoriprint {
	width: 80%;
	margin: 20px auto;
	padding: 30px;
	border: 10px solid #ededed;
	background-color:#f9f9f9;
}
#caoriprint2 {
	width: 80%;
	margin: 20px auto;
	padding: 20px 30px;
	border: 10px solid #ededed;
	background-color:#f9f9f9;
}
#kairoimg {
	margin:10px auto;
	padding:0px;
	text-align:center;
	clear:both;
}
@media screen and (max-width: 480px) {
  #kairoimg img {
	width: 100%;
	}
}
#caoriprint h3,#caoriprint2 h3{
	margin: 0px;
	padding: 10px;
	background-color: #FFF;
	border: 1px dotted #000;
}

#caoriprint ul{
	margin: 0px;
	padding:0px 0px 0px 20px;
}
#caoriprint ul li {
	margin: 0px 0px -1px 0px;
	padding: 5px 0px;
	clear:both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d8d6d6;
	border-bottom-color: #d8d6d6;
	color:#a40fc5;
}

#printPDF{
	background-color: #fdf3e8;
	border: 1px solid #fe8b8b;
	padding: 15px;
	margin: 10px 0px 0px 0px;
	font-size:11px;
	color:#2d2822;
}
#pdftitle {
	font-size:100%;
	text-decoration:underline;
	color:#cb2020;
}
h2#caseh2{
	float:left;
	clear:both;
	font-size:120%;
	margin: 0px;
	padding: 0px;
	color:#e45757;
	width:100%;
}
#kaunimg {
	float:left;
	margin: 0px 20px 0px 0px;
}

.fboldc {
	font-weight: bold;
	text-align: center;
	}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.ovh{
	overflow: hidden;
}
.fz-l{
	font-size: 18px;
}
small{
	font-size: 80%;
}
.accessmap{
	border: 3px solid #ddd;
	padding: 8px;
	background: #FFF;
	text-align: center;
	width: 480px;
	height: 480px;
	margin: 0 auto 20px;
}
.bordboxTD01 textarea ,
.bordboxTD01 input {
	width: 100%;
}
.bordboxTD01 textarea {
	height: 100px;
}

.btn_k {
	text-align: center !important;
    margin-top: 50px !important;
}

.btn_k a {
	background: #f48a8b;
    padding: 15px 25px;
    color: #fff;
}

