@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;
}
/* ======= */

html{
  scroll-behavior: smooth;
}


body {
  font-family: YuGothic,'Yu Gothic','ＭＳ ゴシック','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"Montserrat", Arial, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #6A6A6A;
  font-weight: 300;
  overflow-x: hidden;
}
body.site-offcanvas {
  overflow: hidden;
}

a {
  color: #E4B8B8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #F8DADA;
}

ul, ol {
  margin-bottom: 1.5em;
  font-size: 28px;
  color: #5A5A5A;
  font-weight: bold;
  font-family: YuGothic,'Yu Gothic','ＭＳ ゴシック','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"Montserrat", Arial, sans-serif;
}

p {
  font-size: 36px;
  color: #5A5A5A;
  /*font-family: "Source Sans Pro", Arial, sans-serif;*/
}
h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;

  font-weight: 400;
  margin: 0 0 30px 0;
}

h3 {
    font-size: 38px;
    line-height: 1.5;
}
h4 {
    font-size: 30px;
    line-height: 1.5;
}
h5 {
    font-size: 30px;
    line-height: 1.5;
}

@media screen and (max-width: 428px) {
ul, ol {
  font-size: 22px;
}
p {
  font-size: 135%;
  color: #6A6A6A;
  font-family: "Source Sans Pro", Arial, sans-serif;
      line-height: 1.5;
}
h1, h2, h5, h6 {
    font-size: 140%;
    line-height: 1.5;
}  
h3 {
    font-size: 170%;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
h4 {
    font-size: 160%;
    line-height: 1.5;
}
h5 {
    font-size: 160%;
    line-height: 1.5;
}
 }  



figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #FCC72C;
}

::-moz-selection {
  color: #fcfcfc;
  background: #FCC72C;
}

::selection {
  color: #fcfcfc;
  background: #FCC72C;
}

#site-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.site-cover,
.site-hero {
  position: relative;
  height: 800px;
}

 
@media screen and (max-width: 768px) {
  .site-cover,
  .site-hero {
    height: 700px;
  }
}
.site-cover.site-hero-2,
.site-hero.site-hero-2 {
  height: 600px;
}
.site-cover.site-hero-2 .site-overlay,
.site-hero.site-hero-2 .site-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
}

.site-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
}

.site-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.site-cover .btn {
  padding: 1em 5em;
  opacity: .9;
}
.site-cover.site-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .site-cover.site-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.site-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
.desc span {
/*  display: block;
  margin-bottom: 30px;
  font-size: 30px;*/
  letter-spacing: 1px;
}
@media screen and (max-width: 810px) {

}
  .p-lr0 {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
@media screen and (max-width: 768px) {
  .site-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-cover .desc h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .site-cover .desc h2 {
    font-size: 40px;
  }
}
.site-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}
.site-cover .desc span a {
  color: #fff;
}
.site-cover .desc span a:hover, .site-cover .desc span a:focus {
  color: #fff !important;
}
.site-cover .desc span a:hover.btn, .site-cover .desc span a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.site-cover .desc span a.site-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

.sf-menu a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.75em 1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 18px;
  border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #fff !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #fff;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #fff;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#site-header-section {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
  
}

#site-logo {
  position: relative;
  z-index: 2;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 300;
  float: left;
}
#site-logo span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #site-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#site-logo a {
  color: #fff;
}
#site-logo a:hover, #site-logo a:focus {
  color: #fff !important;
}

#site-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 22px;
}
#site-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

#site-primary-menu > li > ul li.active > a {
  color: #FCC72C !important;
}
#site-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: rgba(255, 255, 255, 0.5);
}
#site-primary-menu > li > ul li {
  position: relative;
}
#site-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 16px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#site-primary-menu .site-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#site-primary-menu .site-sub-menu > li > .site-sub-menu {
  left: 100%;
}

#site-primary-menu .site-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#site-primary-menu .site-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#site-primary-menu .site-sub-menu .site-sub-menu:before {
  top: 6px;
  left: 100%;
}

#site-primary-menu .site-sub-menu .site-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#site-primary-menu .site-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#site-primary-menu .site-sub-menu a:hover {
  color: #FCC72C !important;
}

#site-work-section,
#site-content-section,
#site-terms-section {
  padding: 7em 0;
}

#site-services-section,
#site-prof-section {
  padding: 12em 0;

}
#site-prof-section p {
  font-size: 23px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #site-work-section,
  #site-services-section,
  #site-content-section,
  #site-terms-section,
    
#site-prof-section,
#site-prof-section {
    padding: 4em 0;
  }
}

.site-section-pk {
  background: #E0CDC645;  /*#E8D6D2*/
  border-top: 2px solid #000
}

.site-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

.heading-section {
  padding-bottom: 5em;
  margin-bottom: 5em;
}
.heading-section:after {
position: absolute;
content: '';
bottom: 0;
left: 50%;
width: 100px;
margin-left: -50px;
height: 5px;
background: #CCCACA;
}
.heading-section h3 {
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.site-grid {
  height: 302px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 480px) {
 
#site-work-section h2 {
  font-size: 26px;
  line-height: 1.4;
}

 #site-work-section h4 {
  font-size: 25px;
  line-height: 1.4;
}  
    
#site-work-section p {
  font-size: 23px;
  line-height: 1.4;
}

  .site-grid {
    height: 400px;
  }
}
.site-grid .image-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.site-grid .image-popup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
}
.site-grid .image-popup .prod-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.site-grid .image-popup .prod-title span {
  color: #fff;
}
.site-grid:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.site-grid:hover .image-popup {
  opacity: 1;
}

.services {
  margin-bottom: 5em;
}
.services span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.services span i {
  font-size: 70px;
  color: #FF4CA5;
  /*font-weight: bold;*/
}
.services h3 {
font-size: 30px;
font-weight: 600;
margin-bottom: 0;
}
.services p {
font-size: 25px;
font-weight: 600;
}
#site-services, #site-about, #site-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
    
.services h3 {
font-size: 25px;
font-weight: 600;
margin-bottom: 0;
}
  #site-services, #site-about, #site-contact {
    padding: 4em 0;
  }
}

#site-services .site-number {
  font-size: 30px;
  color: #1fb5f6;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#site-services .site-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #1fb5f6;
}
#site-services .site-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #site-services .site-icon {
    margin-top: 0px;
    float: none;
  }
}
#site-services .site-icon i {
  font-size: 200px;
  color: #FCC72C;
}
@media screen and (max-width: 768px) {
  #site-services .site-icon i {
    font-size: 100px;
  }
}

#site-contact .contact-info {
  margin: 0;
  padding: 0;
}
#site-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#site-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#site-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#site-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#site-contact .form-control:focus, #site-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#site-contact input[type="text"] {
  height: 50px;
}
#site-contact .form-group {
  margin-bottom: 30px;
}

.site-testimonial {
  position: relative;
  background: #fff;
  padding: 4em 0 3em 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 58px 2px rgba(172, 128, 147, 0.28);
  -moz-box-shadow: 0px 5px 58px 2px rgba(172, 128, 147, 0.28);
  box-shadow: 0px 5px 58px 2px rgba(172, 128, 147, 0.28);
}
@media screen and (max-width: 768px) {
  .site-testimonial {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.site-testimonial h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.site-testimonial figure {
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -74px;
  margin-bottom: 20px;
  background-size: cover;
}
.site-testimonial figure img {
  width: 128px;
  height: 128px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.site-testimonial blockquote {
  border: none;
  margin-bottom: 0px;
}
.site-testimonial blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: #555555;
}
.site-testimonial span {
}


.site-social-icons > a {
  padding: 4px 10px;
  color: #FCC72C;
}
.site-social-icons > a i {
  font-size: 26px;
}
.site-social-icons > a:hover, .site-social-icons > a:focus, .site-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

footer{
    border-top: 1px solid #000;
    padding-top: 2.5em;
}
#footer {
  background: #e0cdc6;
  padding: 60px 0 40px;
}
#footer p {
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
}
#footer p a {
  color: #696667;
}
#footer p a:hover {
  color: #fff!important;
}

.logo_ft {
  max-width: 180px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}

#ft-info p {
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
}
#ft-info a {
  font-size: 18px;
  color: #545454;
}
#ft-info a:hover {
  color: #814D4E!important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #FCC72C;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #FCC72C;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

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

#site-wrapper {
  overflow-x: hidden;
  position: relative;
}

.site-offcanvas {
  overflow: hidden;
}
.site-offcanvas #site-wrapper {
  overflow: hidden !important;
}

#site-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.site-offcanvas #site-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #site-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #e0cdc6;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: #fff;
}
#offcanvas-menu ul li a:hover {
  color: #F8E1CC;
}
#offcanvas-menu ul li > .site-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #FFF1F1;
}
#offcanvas-menu ul .site-sub-menu {
  display: block !important;
}

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

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

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

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

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

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

.site-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);
}

.site-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);
}

.site-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .site-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2em;
  }
}

@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: 2em;
  }
}

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

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

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

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

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

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.site-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*------------------------------------------------------
　　　　　　　　　＊ FONT&TEXT　＊
-------------------------------------------------------*/

.f_bold {font-weight: bold !important;}
.f_line a{ text-decoration:underline !important;}

.f_gr {color: #70A452 !important;}
.f_red {color: #DD0000 !important;}
.f_white {color: #FFFFFF !important;}
.f_bl {color: #0391CD !important;}
.f_pink {color: #E73562 !important;}
.f_pink2 {color: #FF4CA5 !important;}
.f_pink3 {color: #C04447 !important;}
.f_green {color: #00A968 !important;}
.f_gly {color: #A6A6A6 !important;}

.f_s9 {font-size: 70% !important;}
.f_s10 {font-size: 77% !important;}
.f_s11 {font-size: 85% !important;}
.f_s12 {font-size: 93% !important;}
.f_s13 {font-size: 100% !important;}
.f_s14 {font-size: 108% !important;}
.f_s14 a {font-size: 108% !important;}
.f_s15 {font-size: 116% !important;}
.f_s15 a {font-size: 116% !important;}
.f_s16 {font-size: 124% !important;}
.f_s16 a {font-size: 124% !important;}
.f_s17 a {font-size: 124% !important;}
.f_s17 {font-size: 131% !important;}
.f_s18 {font-size: 139% !important;}
.f_s19 {font-size: 147% !important;}
.f_s20 {font-size: 154% !important;}
.f_s21 {font-size: 162% !important;}
.f_s22 {font-size: 170% !important;}
.f_s23 {font-size: 177% !important;}
.f_s24 {font-size: 185% !important;}
.f_s25 {font-size: 193% !important;}

.f_s16res {font-size: 170% !important;}
.f_s20res {font-size: 154% !important;}
@media screen and (max-width: 360px){
.f_s20res {font-size: 134% !important;}
}

@media screen and (max-width: 1199px){
.f_s16res {font-size: 154% !important;}
}
@media screen and (max-width: 991px){
.f_s16res {font-size: 112% !important;}
}
@media screen and (max-width: 414px){
.f_s16res {font-size: 154% !important;}
.f_s19 {font-size: 127% !important;}
.f_s23 {font-size: 127% !important;}
}
.f_lh100 {line-height: 1.0;}
.f_lh150 {line-height: 1.5;}
.f_lh200 {line-height: 2.0;}
.f_lh250 {line-height: 2.5;}


.t-a_right {text-align: right!important}
.t-a_center {text-align: center;}

.p_r5 {
  padding-right: 5px !important;
}
.p_l5 {
  padding-left: 5px !important;
}

@media only screen and (min-width:320px) and (max-width:414px) {
	.t-a_center {text-align: left;}
	.t-a_right {text-align: left!important}
}

.f_min{
font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*------------------------------------------------------
　　　　　　　　　＊ Decoration　＊
-------------------------------------------------------*/

.fl-photo {
	position: relative;
}

.fl-photo::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	border-image-source: repeating-linear-gradient(45deg, #fff, #fff 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}

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

.fl-photo::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	border-image-source: repeating-linear-gradient(45deg, #fff, #fff 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}
 }   

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

.fl-photo::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	border-image-source: repeating-linear-gradient(45deg, #fff, #fff 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 10;
	border-image-repeat: round;
	border-style: solid;
	border-width: 10px;
}
    
#site-prof-section p {
font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 100;
}
    
 } 
    
.bd_top {
  font-size: 30px;
  letter-spacing: 2px;
  position: relative;
  text-align: left;
  border-bottom: 2px solid #000;
  padding: .5em .1em .3em .1em;
 margin-bottom: 10px;
font-weight: 600;
}

.bd_top span {
  font-size: 18px;
font-weight: normal;
}


.deco-ttl01 {
  position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 2px solid #000;
  background-color: #fff;
  font-size: 38px;
  font-weight: bold;
  margin-top: -6em;
}

.deco-ttl01:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.deco-ttl02 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
  font-size: 38px;
font-weight: bold;
}

.deco-ttl02:before,
.deco-ttl02:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

.deco-ttl02:before {
  left: 0;
}

.deco-ttl02:after {
  right: 0;
}


.marker_ye {
       background: linear-gradient(transparent 0%, #ffff66 0%);
        }


.slash-open {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.slash-open::before,
.slash-open::after {
	content: '';
	width: 3px;
	height: 50px;
	background-color: #7C7676;
}

.slash-open::before {
	margin-right: 40px;
	transform: rotate(-35deg)
}
.slash-open::after {
	margin-left: 40px;
	transform: rotate(35deg)
}

.ul-list01 {
  border: solid 2px #00A968;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
}
.ul-list01 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
.ul-list01 li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 1em;
  color: #00A968;
}
.ul-list01 li:after {
  /*タブ*/
  background: #00A968;
  color: #fff;
  font-family: "FontAwesome",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: 'こんな方におススメ';
  letter-spacing: 0.05em;
    font-size: 30px;
    font-weight: bold;
}

.ul-list02 {
  counter-reset:number;
  list-style-type: none!important;
  padding:0.5em;
  /*background: #FFFBEA;*/
}
.ul-list02 li {
  position: relative;
  padding-left: 80px;
  line-height: 2em;
  padding: 0.5em 0.5em 0.5em 80px;
  font-size: 25px;
  font-weight: normal;
}

.ul-list02 li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #FF4CA5;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 35px;
  border-radius: 50%;
  left: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.ul-list03 {
  background: #fcfcfc;
  padding: 0.5em 0.5em 0.5em 2em;
  border: solid 3px gray;
}

.ul-list03 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.ul-list04 {
  padding: 0.5em 0.5em 0.5em 2em;
  margin-bottom: 0;
}

.ul-list04 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

@media screen and (max-width: 428px) {
    
.deco-ttl01 {
  position: relative;
  padding: 1rem 1rem calc(1rem + 10px);
  border: 2px solid #000;
  background-color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-top: -4em;
}
    
.deco-ttl02 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
  font-size: 28px;
font-weight: bold;
}
    
.ul-list01 li:after {
    font-size: 23px;
    font-weight: bold;
}
.ul-list01 li {
  font-size: 22px;
}

    
.ul-list02 li:after {
    font-size: 120%;
    font-weight: bold;
}   
.ul-list02 li {
  position: relative;
  padding-left: 60px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 60px;
  font-size: 22px;
  font-weight: normal;
}

.ul-list02 li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #FF4CA5;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 30px;
  border-radius: 50%;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
 }   


.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 6em;
  height: 6em;
  content: "";
  border-radius: 50%;
  background-color: #00A968;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 23px;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 29px;
  color: #00A968;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 1.2em;
  padding-left: 2em;
}

.stepbar .stepbarwrap .stepline {
  width: 2px;
  height: calc(100% + 1em);
  background-color: #00A968;
  position: absolute;
  top: 1em;
  left: 2.9em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

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

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 5em;
  height: 5em;
  content: "";
  border-radius: 50%;
  background-color: #00A968;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 29px;
  color: #00A968;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 1.2em;
  padding-left: 1em;
}

.stepbar .stepbarwrap .stepline {
  width: 2px;
  height: calc(100% + 1em);
  background-color: #00A968;
  position: absolute;
  top: 1em;
  left: 2.3em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
}


.button01 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 940px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #e03383;
  border-radius: 50px;
  border: 0.2rem solid #000;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
  font-size: 30px;
}

.button01 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button01 a:after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 414px) {
    
.button01 a {
  border-radius: 20px;
  font-size: 20px;
}

 }   

/*------------------------------------------------------
　　　　　　　　　＊ MARGIN　＊
-------------------------------------------------------*/
.m_0 {margin: 0px !important;}
.m_10 {margin: 10px !important;}
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b60 {margin-bottom: 60px !important;}
.m_b70 {margin-bottom: 70px !important;}
.m_b80 {margin-bottom: 80px !important;}
.m_b90 {margin-bottom: 90px !important;}

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

@media screen and (max-width: 414px){
.m_b60 {margin-bottom: 30px !important;}
}

.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l35 {margin-left: 35px !important;}
.m_l40 {margin-left: 40px !important;}
.m_l60 {margin-left: 60px !important;}

.m_lr10 {margin: 0 10px !important;}
.m_lr20 {margin: 0 20px !important;}
.m_lrtb10 {margin: 10px 10px !important;}

.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r30 {margin-right: 30px !important;}
.m_r35 {margin-right: 35px !important;}
.m_r40 {margin-right: 40px !important;}
.m_r50 {margin-right: 50px !important;}

.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t12 {margin-top: 12px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t100 {margin-top: 100px !important;}

/* -------------------------------- 
　横幅指定
-------------------------------- */
.max700 {
width: 100%;
max-width: 700px;
margin:0px auto;
}

.max900 {
width: 100%;
max-width: 900px;
margin:0px auto;
}

.max1000 {
width: 100%;
max-width: 1000px;
margin:0px auto;
}

.max1140 {
width: 100%;
max-width: 1140px;
margin:0px auto;
}


/* ボタン全体 */
#page_top{
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #E73562;
  opacity: 0.6;
  }

  /* Font Awesome */
  #page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 30px;
    color: #ffffff;
    position: absolute;
width: 25px;
height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

@media screen and (max-width: 428px) {
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #E73562;
  opacity: 0.6;
  }

  /* Font Awesome */
  #page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 30px;
    color: #ffffff;
    position: absolute;
width: 25px;
height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  } 
  }