@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
*
* ======================================================= */
html { scroll-behavior: smooth;}

body {
  font-family: baskerville-display-pt, serif;
font-style: normal;
font-weight: 400;
  line-height: 1.8;
  font-size: 20px;
  background: #fff;
    color: #222;
}

a {
  color: #222;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
    
}
a:hover {
  text-decoration: none !important;
  color: #c89df2 !important;
}
a:focus, a:active {
  outline: none;
}

p {
  margin-bottom: 1.5em;
  font-size: 20px;
  color: #222;
  font-weight: 300;
  font-family: baskerville-display-pt, serif;;
}

h1, h2, h3, h4, h5, h6 {
  font-family: baskerville-display-pt, serif;;
  font-weight: 400;
  margin: 0 0 40px 0;
    letter-spacing: 1.5px;
}
h1 {
	font-size: 20px;
}
h1 a {
    color: #2465aa;
}

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

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

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

.box-wrap {
  max-width: 96%;
  margin: 0 auto;
  position: relative;
  
}



#fh5co-header {
  padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
#fh5co-header .container {
  width: 96%;
}
#fh5co-header .navbar-default {
  border: transparent;
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header .navbar {
  padding: 0;
  margin: 0;
}
#fh5co-header .fh5co-navbar-brand {
  width: 100%;
  margin: 0;
}

#fh5co-header .fh5co-navbar-brand .fh5co-logo {
  width: 70px;
  height: 42px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
#fh5co-header .fh5co-navbar-brand .fh5co-logo:focus, #fh5co-header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
}


.site-copy {
    position: absolute;
    top: 220px;
    right: 70px;
    z-index: 999;
    color: #FFF;
    font-size: 32px;
    text-align: right;
    letter-spacing: 3px;
	font-weight: normal;
    text-shadow: #555 0 0 10px;
}
.site-copy span {
	display: block;
	font-size: 16px;
    padding-top: 16px;
}
#fh5co-header {
    position: relative;
}
.owl-stage-outer img {
	height: 500px;
    object-fit: cover;
}


#fh5co-header .nav {
  width: 98%;
    margin-top: 16px 
}
#fh5co-header .nav li {
  font-size: 14px;
  display: inline-block;
  margin-left: 30px;
  
}
@media screen and (max-width: 768px) {
  #fh5co-header .nav li {
    width: 100%;
    margin-left: 0;
  }
    #fh5co-header .fh5co-navbar-brand {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 9999;
    padding-top: 20px;
    left: 0;
}
.box-wrap {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
    #fh5co-header {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
        height: 0;
}
    .owl-stage-outer img {
    height: 450px;
}
    .site-copy {
    position: absolute;
    top: 505px;
    left: 20px;
    z-index: 999;
    color: #000;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: normal;
        width: 90%;
        text-shadow: none;
}
    .site-copy span {
    display: block;
    font-size: 12px;
        padding-top: 8px;
}
}
/*#fh5co-header .nav li:first-child {
  margin-left: 0;
}*/
#fh5co-header .nav li a {
  font-family: baskerville-display-pt, serif;;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}
#fh5co-header .nav li a:hover, #fh5co-header .nav li a:focus {
  background-color: transparent;
  text-decoration: none !important;
}

#fh5co-header .instagram a{
  background: url("../images/instagram.svg") no-repeat 0 0;
    width: 22px;
    background-size: 22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -9px;
}
#fh5co-header .instagram a:hover {
  background: url("../images/instagram2.svg") no-repeat 0 0;
    width: 22px;
    background-size: 22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -9px;
}
#fh5co-header .twitter a{
    background: url("../images/twitter.svg") no-repeat 0 0;
    width: 22px;
    background-size: 22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -11px;
	margin-right: 20px;
	color: #FFF !important;
}
#fh5co-header .twitter a:hover{
    background: url("../images/twitter2.svg") no-repeat 0 0;
    width: 22px;
    background-size: 22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -11px;
	color: #FFF;
}




#fh5co-header nav.globalMenuSp.active .instagram a{
  background: url("../images/instagramW.svg") no-repeat 0 0;
    width: 22px;
    background-size: 22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px auto 2px;
}
#fh5co-header nav.globalMenuSp.active .instagram a:hover {
  background: url("../images/instagram2.svg") no-repeat 0 0;
    width: 22px;
    background-size: 22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px auto 2px;
}
#fh5co-header nav.globalMenuSp.active .twitter a{
    background: url("../images/twitterW.svg") no-repeat 0 0;
    width: 22px;
    background-size: 22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	margin: 5px auto 0;
	color: #424242;
}
#fh5co-header nav.globalMenuSp.active .twitter a:hover{
    background: url("../images/twitter2.svg") no-repeat 0 0;
    width: 22px;
    background-size: 22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
   margin: 5px auto 0;
	color: #424242;
}
#fh5co-header nav.globalMenuSp.active  li {
  margin-left: 0;
  
}


@media screen and (max-width: 768px) {
  #fh5co-header .nav li a {
    padding: 10px 0;
  }
}
#fh5co-header .nav li.active a {
  background: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fh5co-header .nav li.active a:before {
    top: 0;
  }
	

	
}
@media screen and (max-width: 992px) {
  #fh5co-header .nav li.active a {
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-header .nav li.active a {
    border-bottom: 2px solid transparent;
    color: #a980cd;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-header .nav {
    margin-bottom: 40px;
    text-align: center;
  }
}

.owl-carousel {
  margin-bottom: 7.5em;
}

/* 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: #000;
}
.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 {
  font-size: 50px;
  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;
}

.owl-carousel2 .owl-controls .owl-nav .owl-next i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover i {
  color: rgba(0, 0, 0, 0.6);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel2 .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .owl-carousel2 .owl-dots {
    display: block !important;
  }
		/*縲繝上Φ繝舌�繧ｬ繝ｼ繝懊ち繝ｳ縲*/
.hamburger {
    display: block;
    position: absolute;
    z-index: 999999999;
    right: 12px;
    top: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 28px;
  height  : 1px ;
  left    : 6px;
  background : #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* 繝翫ン髢九＞縺ｦ繧区凾縺ｮ繝懊ち繝ｳ */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 9999;
  top  : 0;
  left : 0;
  color: #fff;
  background: #424242;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
	display: none;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}


/* 縺薙�繧ｯ繝ｩ繧ｹ繧偵）Query縺ｧ莉倅ｸ弱�蜑企勁縺吶ｋ */
nav.globalMenuSp.active {
  opacity: 100;
display: block;
	padding-top: 40px;
}
}

li.contact-nav {
    padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
    li.contact-nav {
    padding-right: 0;
}
}

.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: -44px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #D7D7D7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

#fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
#fh5co-product-section, .about-section {
  padding-bottom: 8em;
}
@media screen and (max-width: 768px) {
  #fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
  #fh5co-product-section, .about-section {
    padding-bottom: 3em;
  }
}

#fh5co-intro-section h2 {
  font-size: 40px;
  
  color: #fff;
  letter-spacing: 1px;
}
#fh5co-intro-section h3 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  line-height: 38px;
}

.section-overlay {
  margin-bottom: 5em;
  position: relative;
  padding-bottom: 0 !important;
}
.section-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.section-overlay .float-overlay {
  z-index: 9;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #6F6F6F;
}
.fh5co-cover {
  min-height: 420px;
  position: relative;
  margin-bottom: 40px;
  background-size: cover;
  background: center center;
}
.fh5co-cover .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.2);
}
.fh5co-cover .desc p {
  color: #6F6F6F;
  margin-bottom: 10px;
}
.fh5co-cover .desc span {
  font-size: 8px;
  color: #D7D7D7;
}
.fh5co-cover .fh5co-cover-hero {
  min-height: 122px;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
  width: 170px;
  height: 123px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background: center;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb {
  padding-left: 9.5em;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb p {
  margin-bottom: 7px;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.info-text .fh5co-cover img {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .fh5co-cover .fh5co-cover-hero {
    height: 448px;
  }
  .fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
    height: 448px;
    width: 100%;
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: rgba(0, 0, 0, 0.2);
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb p {
    color: #fff;
    margin-bottom: 10px;
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
  }
}

.fh5co-intro-cover {
  width: 100%;
  padding: 8.5em 0;
  position: relative;
}
ba
.fh5co-intro-cover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  background: rgba(84, 77, 89, 0.5);
}
.fh5co-intro-cover a.btn {
  position: relative;
  border: 4px solid #fff;
  padding: 30px 50px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fh5co-intro-cover a.btn:hover, .fh5co-intro-cover a.btn:focus {
  text-decoration: none !important;
  background: transparent !important;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .fh5co-intro-cover a.btn {
    padding: 15px 25px;
    font-size: 16px;
  }
}

.fh5co-grey-section {
  background: rgba(0, 0, 0, 0.03);
  padding: 5em 0;
}

.fh5co-border-line {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.fh5co-inner {
  margin-bottom: 3em;
  position: relative;
}
.fh5co-inner i {
  position: absolute;
  top: 20%;
  left: 0;
  font-size: 60px;
}
.fh5co-inner .holder-section {
  padding-left: 6em;
}
.fh5co-inner .holder-section h3 {
  font-size: 20px;
  
  color: #a980cd;
  letter-spacing: 1px;
  font-weight: bold;
}

.fh5co-services {
  margin-bottom: 4em;
}

.about-section img.display-left {
  float: left;
  padding-right: 40px;
}
.about-section img.display-right {
  float: right;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .about-section img.display-right {
    float: left;
    padding-right: 40px;
    padding-left: 0;
  }
}

#fh5co-product-section .product-inner {
  margin-bottom: 7em;
  float: left;
  width: 100%;
}
#fh5co-product-section .product-inner:last-child {
  margin-bottom: 0;
}
#fh5co-product-section .product-inner h3 {
  font-size: 30px;
  
  letter-spacing: 1px;
}
#fh5co-product-section .product-inner h3 a {
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-product-section .product-inner img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-product-section .product-inner .desc {
  margin-top: 1.5em;
}
@media screen and (max-width: 992px) {
  #fh5co-product-section .product-inner .desc {
    margin-top: 0;
  }
}

.sidebar a:hover {
  text-decoration: none !important;
}
.sidebar img {
  margin-bottom: 20px;
}
.sidebar h2 {
  font-size: 20px;
}
.sidebar h3 {
  font-size: 20px;
}
.sidebar .inner {
  margin-bottom: 4em;
}
.sidebar .inner .list li {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar .inner .list li a {
  color: rgba(0, 0, 0, 0.4);
}

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

.contact-info {
  margin: 0;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #000;
}
.contact-info li a {
  font-weight: 400 !important;
  color: #a980cd;
}
@media screen and (max-width: 768px) {
  .contact-info {
    margin-bottom: 4em;
  }
}

.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;
}
.form-control:focus, .form-control:active {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-weight: normal;
  font-weight: 18px;
}

#footer {
  padding: 60px 0 40px;
}
#footer p {
  font-size: 14px;
}
#footer p i.love {
  color: red;
}

.fh5co-social-icons a {
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.7);
}
.fh5co-social-icons a i {
  font-size: 34px;
}
.fh5co-social-icons a:hover, .fh5co-social-icons a:focus, .fh5co-social-icons a:active {
  text-decoration: none;
  color: #000;
  text-decoration: none !important;
}

.heading-section {
  margin-bottom: 6em;
}
.heading-section h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  
  position: relative;
  color: #a980cd;
}

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

.btn {
  
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #a980cd;
  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: #a980cd;
}
.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;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 24px;
  display: table;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social li a:hover, .social li a:focus {
  color: #a980cd;
  text-decoration: none;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .social {
    text-align: center;
  }
}

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



/* 蜈ｱ騾� */
#information-block,#concept-block,#business-block,#about {
    line-height: 2.3;
}
#information-block h2,#concept-block h2,#business-block h2,#about h2 {
    font-size: 28px;
    margin-top: -100px;
    margin-bottom: 100px;
background: rgb(156,98,212);
background: linear-gradient(-90deg, rgba(156,98,212,1) 0%, rgba(216,181,250,1) 70%);
    padding: 12px 10px 6px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1000px;
}
}

/* information */

dl.information-list {
    font-size: 14px;
     clear:both;
}
dl.information-list dt {
    width: 10%;
    float: left;
}
dl.information-list dd {
    width: 90%;
    float: left;
    margin-bottom: 20px;
}
dl.information-list dd:last-child {
    /*margin-bottom: 40px;*/
}


/* concept */
div#concept-block {
    padding-bottom: 120px;
}
p.concept-text1 {
    font-size: 14px;
    margin-bottom: 0;
}


/* business */
#business-block h2,#about h2 {
    width: 100%;
    float: left;
    margin-top: -100px;

}
.morebtn a {
    width: 24px;
    height: 24px;
    float: right;
    display: block;
    background: url(../images/more-pc.svg) no-repeat 0 0;
    background-size: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.morebtn a:hover {
    width: 24px;
    height: 24px;
    display: block;
    background: url("../images/more-pc2.svg") no-repeat 0 0;
    background-size: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#business-block .text,#about .text {
    clear: both;
    font-size: 14px;
    line-height: 2.3;
    margin-bottom: 40px;
}

#business-block h3,#about h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    color: #222;
    margin: 40px 0 16px;
}
div#business-block ul,div#about ul {
    padding: 0;
    margin: 0 -20px;
    clear: both;
}
div#business-block li,div#about li {
    list-style:none;
    margin-bottom:40px;
}
div#business-block li:nth-child(6),div#about li:nth-child(6){
	clear:both;
}
div#business-block li h4,div#about li h4 {
    font-size:16px;
    font-weight:bold;
    margin-bottom: 10px;
    line-height: 1.5;
    width:50%;
    float: left;
}
div#business-block li p,div#about li p {
    font-size:14px;
    font-weight: normal;
    margin-bottom: 0;
    clear: both;
}
#business-block .fh5co-cover,#about .fh5co-cover {
    min-height: 120px;
    margin-bottom: 20px;
}
.sponly {
    display: none;
}

#footer {
    padding: 0 0 10px;
}
#footer p {
    font-size: 10px;
    color: #424242;
    letter-spacing: 1px;
}
#fh5co-media-section {
    padding-bottom: 0;
}
.index_h2 {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
}


@media screen and (max-width: 768px) {
    div#business-block li h4,div#about li h4 {
    width:70%;
}
.sponly {
    display: block;
}
    #business-block .fh5co-cover.sponly,#about .fh5co-cover.sponly {
    min-height: 200px !important;
        clear: both;
        margin-bottom: 24px;
}
    .owl-carousel {
    margin-bottom: 300px;
}
    #information-block h2,#concept-block h2,#business-block h2,#about h2 {
    font-size: 22px;
}
    h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: baskerville-display-pt, serif;;
  font-weight: 400;
  margin: 0 0 20px 0;
    letter-spacing: 1.5px;
}
    dl.information-list {
    font-size: 12px;
    letter-spacing: 1px;
}
    dl.information-list dt {
    width: 10%;
    float: none;
    padding-top: 0;
    clear: both;
    padding-bottom: 5px;
}
    dl.information-list dt:last-child {
    clear: both;
    padding-bottom: 0;
}
    dl.information-list dd {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
}
    #information-block, #concept-block, #business-block, #about {
    line-height: 2.1;
}
    #information-block {
    margin-bottom: 140px;
}
    #information-block .heading-section {
    margin-bottom: 0;
}
    #concept-block {
    margin-bottom: 110px;
}
    #business-block,#about {
    margin-bottom: 0;
}
    .row {
    margin-left: 0;
    margin-right: 0;
}
    .fh5co-cover {
    min-height: 420px;
    margin-bottom: 20px;
    }
    #concept-block h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
    p.concept-text1 {
    font-size: 12px;
    margin-bottom: 0;
}
    div#concept-block {
    padding-bottom: 0;
}
    .morebtn a {
    width: 24px;
    height: 24px;
    float: right;
    display: block;
    background: url("../images/more-sp.svg") no-repeat 0 0;
    background-size: 24px 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -6px;
}
.morebtn a:hover {
    width: 24px;
    height: 24px;
    display: block;
    background: url("../images/more-sp.svg") no-repeat 0 0;
    background-size: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -6px;
}
    #business-block .text,#about .text {
    clear: both;
    font-size: 12px;
    line-height: 2.1;
    margin-bottom: 40px;
}
#business-block h3,#about h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    color: #000;
    margin-bottom: 20px;
}
    #business-block li .fh5co-cover,#about li .fh5co-cover {
    display: none;
}
    div#business-block li h4,div#about li h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
}
    div#business-block li p,div#about li p {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    border-left: 1px solid #D7D7D7;
    padding-left: 13px;
    line-height: 1.8;
}
    div#business-block li,div#about li {
    list-style:none;
    margin-bottom:30px;
}
    div#business-block li:nth-child(6),div#about li:nth-child(6){
	clear:none;
}
    div#business-block li:nth-child(3),div#business-block li:nth-child(5),div#business-block li:nth-child(7),div#about li:nth-child(3),div#about li:nth-child(5),div#about li:nth-child(7){
	clear:both;
}
 
}



/* recruit */
#recruit .item img {
    width: 100%;
    height: 200px;
}
#recruit .item img {
    margin-bottom:40px;
}
#recruit #business-block .text {
    clear: both;
    font-size: 14px;
    line-height: 2.3;
    margin-bottom: 80px;
}
#recruit #business-block .text span {
    font-size: 1.2em;
}
dl.recruit-block {
    font-size: 14px;
    line-height: 2.3;
}
dl.recruit-block dt {
    line-height: 2;
    width:10%;
    float:left;
    font-weight:bold;
}
dl.recruit-block dd {
    line-height: 2;
    width:90%;
    float:left;
    margin-bottom:40px;
}
dl.recruit-block dd:last-child {
  margin-bottom:80px;
}
.recruit-contact,.recruit-contact2 {
    clear: both;
    text-align: center;
    font-size: 14px;
    list-style: none;
}

#information-block .recruit-contact {
    padding-top: 20px;
}

#recruit .recruit-contact li,#recruit .recruit-contact2 li {
    position: relative;
    width: 335px;
    display: block;
    margin: 0 auto 20px;
    letter-spacing: 1px;
}
    #recruit .recruit-contact2 li:last-child {
    margin: 0 auto 80px;
}
.recruit-contact a,.recruit-contact2 a {
    display: block;
    border: solid 1px #707070;
    width: 335px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    position: relative;
}
.recruit-contact a:hover,.recruit-contact2 a:hover {
    background-color: #F7F5F4;
    color: #000 !important;
    text-decoration: none !important;
}
.recruit-contact a::after {
    content: "竊�";
    position: absolute;
    right: 8px;
}
.recruit-contact2 a::after {
    content: "竊�";
    position: absolute;
    right: 8px;
}
ul.pankuzu {
    clear: both;
    font-size: 11px;
    padding-left: 20px;
display: inline-block;
}
.pankuzu li {
    list-style: none;
    float: left;
    color: #6F6F6F;
    padding-bottom: 30px;
}
.pankuzu li::after {
    content: "��";
    padding: 0 10px;
}
.pankuzu li:last-child::after{
    content: "";
    padding: 0;
}

@media screen and (max-width: 768px) {
dl.recruit-block dt {
    float:inherit;
    width: 100%;
}
dl.recruit-block dd {
    float:inherit;
    width: 100%;
    margin-bottom: 20px;
}
    #recruit #business-block .text {
    clear: both;
    font-size: 12px;
    line-height: 2.1;
    margin-bottom: 54px;
}
dl.recruit-block {
    font-size: 12px;
    line-height: 2.1;
}
    dl.recruit-block dd:last-child {
  margin-bottom:70px;
}
    .pankuzu li {
    padding-bottom: 0;
}
    .recruit-contact,.recruit-contact2 {
    clear: both;
    text-align: center;
    font-size: 12px;
    list-style: none;
}
    #recruit ul.recruit-contact,#recruit ul.recruit-contact2 {
    padding: 0;
    margin: 0 auto;
}
    #recruit .recruit-contact li,#recruit .recruit-contact2 li {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    letter-spacing: 1px;
}

.recruit-contact a,.recruit-contact2 a {
    display: block;
    border: solid 1px #707070;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
}
}

/* product */
dl.product_list {
    font-size: 14px;
    line-height: 2.3;
      margin-bottom: 120px;
}
dl.product_list dt {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.8;
}
dl.product_list dt span {
    font-size: 14px;
    display: block;
    font-weight: normal;
}
dl.product_list dd {
        font-size: 14px;
    line-height: 2.8;
}
h3.product_tit{
    font-size: 28px !important;
    margin-bottom: 40px;
}
ul.product_brand {
   margin: 0 !important;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
}
ul.product_brand li {
    width: 180px;
    /* margin: 0 10px; */
    /* float: left; */
    line-height: 1;
    font-size: 14px;
}
/*ul.product_brand li:nth-child(5n) {
    margin-right: 0;
}*/
ul.product_brand li img {
    width: 100%;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    padding: 5%;
    margin-bottom: 10px;
    height: 64.84px;
}
ul.product_brand li a {
    display: block;
}
ul.product_brand li a:hover img {
    opacity: 0.5 !important;
}
@media screen and (max-width: 768px) {
    dl.product_list {
      margin-bottom: 110px;
}
    dl.product_list dt {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.8;
}
dl.product_list dt span {
    font-size: 10px;
    display: block;
    font-weight: normal;
}
    dl.product_list dd {
        font-size: 12px;
    line-height: 2.8;
        border-left:solid #D7D7D7 1px;
        padding-left: 15px;
}
    h3.product_tit{
    font-size: 24px !important;
    margin-bottom: 20px;
}
  ul.product_brand li {
    width: 46%;
    margin-bottom: 20px !important;
    /* float: left; */
    line-height: 1;
    font-size: 12px;
}
    ul.product_brand li img {
    width: 100%;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    padding: 5%;
    margin-bottom: 10px;
     height: 54.55px;
}
   
    
ul.product_brand li:nth-child(2n) {
    margin-right: 0;
    /* margin-left: 4%; */
    /* float: right; */
}
    ul.product_brand li:nth-child(5n) {
    /* margin-right: 4%; */
    margin-left: 0;
}
    ul.product_brand li:nth-child(10n) {
    margin-right: 0;
    /* margin-left: 4%; */
    /* float: right; */
}
}

/* about */
#business-block .about_list h3 {
   font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;

    margin-bottom: 20px;
}
#business-block .about_list .fh5co-cover {
    min-height: 200px;
}
div#business-block .about_list li p {
    line-height: 1.8;
}
div#business-block .about_list li {
    margin-bottom: 80px;
}
/*div#business-block .about_list li:nth-child(odd) {
clear: both;
}*/
.gm-inset-map.gm-inset-map-small.gm-inset-light {
    display: none !important;
}
iframe{
縲-webkit-filter: hue-rotate(100deg);
縲filter: hue-rotate(100deg);
}

@media screen and (max-width: 768px) {
 #business-block .about_list li .fh5co-cover {
    display: block;
}
    div#business-block .about_list li p {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    border-left: none;
    padding-left: 0;
}
    div#business-block .about_list li {
    margin-bottom: 70px;
}
div#business-block .about_list li:last-child {
  margin-bottom:0;
}
}

/* information */
.information-list h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}
.information-list p{
    font-size: 14px;
}
.info-text {
    font-size:14px;
    padding-bottom: 40px;
}
.nav-links{
  padding:1em;
  display:flex;
  justify-content:center;
}
.nav-links a,.nav-links span{
  width:28px;
  height:28px;
  margin:6px;
  line-height:28px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  color:#000;
  transition:.3s;
    border-radius:100%;
}
.nav-links a:hover{
  background:#c89df2;
    color: #FFF !important;
}
.nav-links .current{
  background:#c89df2;
  border-radius:100%;
    color: #FFF;
}
.nav-links .dots{
  background:none;
}

#business-block .wpcf7-form.sent label, #business-block .wpcf7-form.sent input.wpcf7-submit {
  display: none;
}
#business-block .wpcf7-form.sent p {
  margin: 0;
  line-height: 0;
  font-size: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin: -50px 0.5em 1em;
  border: none;
}

@media screen and (max-width: 768px) {
    .info-text .fh5co-cover {
    min-height: 200px;
    margin-bottom: 20px;
}
   #information-block .col-md-12.heading-section.clearfix {
    margin-bottom: 0;
}
    .information-list h3 {
    font-size: 16px;
}
.information-list p{
    font-size: 12px;
}
.info-text {
    font-size:12px;
    padding-bottom: 20px;
}
    .nav-links a,.nav-links span{
  width:24px;
  height:24px;
  margin:6px;
  line-height:24px;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  color:#000;
  transition:.3s;
    border-radius:100%;
}
}

/* contact */
.mandatory {
    font-size: 12px;
    width: 700px;
    margin: 0 auto;
}
#business-block .entry-content.cf {
    width: 700px;
    margin: 0 auto;
}
#business-block .entry-content.cf p {
    font-size: 16px;
}
#business-block label {
    display: inline-block;
    width: 700px;
    margin-bottom: 5px;
    font-weight: normal;
}
#business-block input {
    height: 50px;
    width: 100%;
    border: none;
    background: #F7F5F4;
    border-radius: 0;
}
#business-block textarea {
    width: 100%;
    border: none;
    background: #F7F5F4;
}
#business-block input.wpcf7-form-control.wpcf7-submit {
    display: block;
    border: solid 1px #707070;
    width: 335px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    background: #FFF;
}
#business-block input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #F7F5F4;
    color: #000 !important;
    text-decoration: none !important;
}


@media screen and (max-width: 768px) {
    .mandatory {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
}
#business-block .entry-content.cf {
    width: 100%;
    margin: 0 auto;
}
#business-block .entry-content.cf p {
    font-size: 12px;
}
#business-block label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
#business-block input {
    height: 50px;
    width: 100%;
    border: none;
    background: #F7F5F4;
}
#business-block textarea {
    width: 100%;
    border: none;
    background: #F7F5F4;
}
#business-block input.wpcf7-form-control.wpcf7-submit {
    display: block;
    border: solid 1px #707070;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    background: #FFF;
}

}

/* design */
#business-block .design_list h4 {
   font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    color: #000;
    margin-bottom: 20px;
}
div#business-block .design_list li p {
    line-height: 1.8;
}
div#business-block .design_list li {
    margin-bottom: 40px;
}div#business-block .price_list li:last-child {
    margin-bottom: 80px;
}
div#business-block .design_list li:nth-child(odd),div#business-block .price_list li:nth-child(odd) {
clear: both;
}

h3.design_h3 {
    font-size: 28px !important;
    line-height: 1.6;
    margin-bottom: 40px !important;
    clear: both;
}
h3.design_h3 span {
    font-size: 16px !important;
    display: block;
}
.down80 {
    margin-bottom: 80px !important;
}
#business-block .price_list .fh5co-cover {
    min-height: 200px;
}
#business-block .example_list .col-md-3 {
    margin-bottom: 0;
}   
.example_list {
  padding:0 10px !important;
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.order-13 {
  order: 13;
}
.order-14 {
  order: 14;
}
.order-15 {
  order: 15;
}
.order-16 {
  order: 16;
}
.order-17 {
  order: 17;
}
.order-18 {
  order: 18;
}
.order-19 {
  order: 19;
}
.order-20 {
  order: 20;
}
.order-21 {
  order: 21;
}
.order-22 {
  order: 22;
}
.order-23 {
  order: 23;
}
.order-24 {
  order: 24;
}
.order-25 {
  order: 25;
}
.order-26 {
  order: 26;
}
.order-27 {
  order: 27;
}
.order-28 {
  order: 28;
}
.order-29 {
  order: 29;
}
.order-30 {
  order: 30;
}
.order-31 {
  order: 31;
}
.order-32 {
  order: 32;
}
.order-33 {
  order: 33;
}
.order-34 {
  order: 34;
}
.order-35 {
  order: 35;
}
.order-36 {
  order: 36;
}
.order-37 {
  order: 37;
}
.order-38 {
  order: 38;
}
.order-39 {
  order: 39;
}
.order-40 {
  order: 40;
}
.order-41 {
  order: 41;
}
.order-42 {
  order: 42;
}
.order-43 {
  order: 43;
}
.order-44 {
  order: 44;
}
.order-45 {
  order: 45;
}
.order-46 {
  order: 46;
}
.order-47 {
  order: 47;
}
.order-48 {
  order: 48;
}
.order-49 {
  order: 49;
}
.order-50 {
  order: 50;
}
.order-51 {
  order: 51;
}
.order-52 {
  order: 50;
}
.order-53 {
  order: 53;
}
.order-54 {
  order: 54;
}
.order-55 {
  order: 55;
}
.order-56 {
  order: 56;
}
.order-57 {
  order: 57;
}
.order-58 {
  order: 58;
}
.order-59 {
  order: 59;
}
.order-60 {
  order: 60;
}
.order-61 {
  order: 61;
}
.order-62 {
  order: 62;
}
.order-63 {
  order: 63;
}
.order-64 {
  order: 64;
}
.order-65 {
  order: 65;
}
.order-66 {
  order: 66;
}
.order-67 {
  order: 67;
}
.order-68 {
  order: 68;
}
.order-69 {
  order: 69;
}
.order-70 {
  order: 70;
}
.order-71 {
  order: 71;
}
.order-72 {
  order: 72;
}
.order-73 {
  order: 73;
}
.order-74 {
  order: 74;
}
.order-75 {
  order: 75;
}
.order-76 {
  order: 76;
}
.order-77 {
  order: 77;
}
.order-78 {
  order: 78;
}
.order-79 {
  order: 79;
}
.order-80 {
  order: 80;
}
.order-81 {
  order: 81;
}
.order-82 {
  order: 82;
}
.order-83 {
  order: 83;
}
.order-84 {
  order: 84;
}
.order-85 {
  order: 85;
}
.order-86 {
  order: 86;
}
.order-87 {
  order: 87;
}
.order-88 {
  order: 88;
}
.order-89 {
  order: 89;
}
.order-90 {
  order: 90;
}
.order-91 {
  order: 91;
}
.order-92 {
  order: 92;
}
.order-93 {
  order: 93;
}
.order-94 {
  order: 94;
}
.order-95 {
  order: 95;
}
.order-96 {
  order: 96;
}
.order-97 {
  order: 97;
}
.order-98 {
  order: 98;
}
.order-99 {
  order: 99;
}
.order-100 {
  order: 100;
}
.image_mouseover_1 {
overflow: visible;
width: 100%;
height: 100%;
    
}
.image_mouseover_1 img {
display: block;
transition-duration: 0.5s;
}
.image_mouseover_1 img:hover {
transform: scale(2,2);
transition-duration: 0.5s;
    position: absolute;
    z-index: 9999;
}

#business-block .example_list .col-md-3 img {
    width:100%;
    height: 120px;
}  
   #business-block .about_list .fh5co-cover {
    margin-bottom: 0;
}

@media (min-width: 992px) {
 .example_list .col-md-3 {
    width: 20%;
     padding-left: 10px;
    padding-right: 10px;
}   
}
@media screen and (max-width: 992px) {
    .example_list .col-md-3 {
    width: 50%;
        float: left;
        padding-left: 1px;
    padding-right: 1px;
}   
    ul.example_list {
    margin: -10px !important;
        font-size: 12px;
}
}
@media screen and (max-width: 768px) {
    
    #business-block .design_list h4 {
   font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    color: #000;
    margin-bottom: 10px;
}
    div#business-block .design_list li p {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    border-left: solid 1px #D7D7D7;
    padding-left: 10px;
}
    div#business-block .design_list li {
    margin-bottom: 30px;
}
/*div#business-block .design_list li:last-child {
  margin-bottom:0;
}*/
    h3.design_h3 {
    font-size: 24px !important;
    line-height: 1.6;
    margin-bottom: 40px !important;
    clear: both;
}
h3.design_h3 span {
    font-size: 12px !important;
    display: block;
}
    .down80 {
    margin-bottom: 70px !important;
}
    
#business-block .example_list li .fh5co-cover {
    display: block;
}
    
    .image_mouseover_1 {
overflow: visible;
width: 100%;
height: 100%;
    
}
.image_mouseover_1 img {
display: block;
transition-duration: 0.5s;
}
.image_mouseover_1 img:hover {
transform: none;
transition-duration: 0.5s;
    position: relative;
    z-index: 9999;
}

#business-block .example_list .col-md-3 img {
    width:100%;
    height: 100px;
}  
#business-block .fh5co-cover {
    min-height: 100px;
    margin-bottom: 2px;
}
 
    
    
}



dl.siagari {
    font-size: 14px;
    clear: both;
}
.siagari dt {
    font-weight:bold;
    padding-bottom:5px;
}
.siagari dt span {
    font-size: 9px;
    padding-right: 3px;
}
.siagari dd {
    padding-bottom:15px;
    font-size: 13px;
    line-height: 1.7;
}

p.att {
    font-size: 14px;
    margin-top: -24px;
    border-bottom: 2px solid #ddd;
    display: inline;
    float: right;
}

.item {
    background: #000;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    opacity: 0.6;
}
@media screen and (max-width: 768px) {
    .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    opacity: 1;
}
    dl.siagari {
    font-size: 12px;
}
.siagari dd {
    font-size: 12px;
}
    p.att {
    font-size: 11px;
    margin-top: 0;
    border-bottom: 2px solid #ddd;
    display: inline;
    float: inherit;
}

}


.font {
    padding-bottom: 80px;
}
.font img {
    width: 100%;
}

.name {
    display: block;
    font-size: 14px;
     color: #c89df2;
    line-height: 2;
}

h3.clearfix {
    clear: both;
}
ol li {
   list-style: inherit !important;
    margin-bottom: 0 !important;
}
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}
.company-about span {
    font-weight: normal;
    font-size: 14px;
    display: block;
    line-height: 2;
}
.company-about {
    font-size: 20px !important;
}
.pink {
    color: #ff66b1;
}
.obi {
    background: #eeddff;
    padding: 8px 8px 4px;
}