@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}


html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  xxfont-family: "Work Sans", Arial, sans-serif;
  xxfont-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #F36363;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #F36363;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::selection {
  color: #fff;
  background: #F36363;
}


@media screen and (max-width: 768px) {
  .container {
    padding: 0;
  }
}



/* nav */

.fh5co-nav {
  position: absolute;
  position: fixed;
  top: 2em;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 65px;
  padding: 20px 0;
  z-index: 1001;
  background: rgba(31, 156, 200, 0.9);
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
    top: 0;
  }
}
.fh5co-nav .left-menu, .fh5co-nav .right-menu, .fh5co-nav .logo {
  display: inline-block;
  xxwidth: 40%;
  float: left;
}
.fh5co-nav .logo {
  width: 20%;
  float: left;
}
.fh5co-nav #fh5co-logo {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
}
.fh5co-nav #fh5co-logo a {
  color: white;
}
@media screen and (max-width: 768px) {
  .fh5co-nav #fh5co-logo {
    font-size: 18px;
    margin-left: 30px;
  }
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #ddd;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}
.fh5co-nav ul li {
  list-style: none;
  display: inline-block;
}
.fh5co-nav ul li a {
  padding: 5px 14px;
  margin: 0;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: white;
  background: rgba(255,255,255,0.2);
  border-radius: 5px;
}
/*
.fh5co-nav ul li.current a {
  color: #1f9cc8;
  background: #fff;
}*/
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 130px;
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.active > a {
  color: #fff !important;
  position: relative;
}
.fh5co-nav ul li.active > a:after {
  background: #fff;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
}



/* header */
/* cover */

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#fh5co-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#fh5co-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.fh5co-cover {
  height: 800px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(31, 106, 150, 0.4);
/*
  background: -webkit-linear-gradient(left, rgba(31, 156, 200, 1) 0%, rgba(31, 156, 200, 0.63) 26%, #1f9cc8 90%);
  background:     linear-gradient(to right, rgba(31, 156, 200, 0.92) 10%, rgba(31, 156, 200, 0.9) 50%, rgba(31, 156, 200, 0.8) 100%)
*/
}
.fh5co-cover.top .overlay {
  background: rgba(31, 106, 150, 0.7);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 565px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
.fh5co-cover .display-t ul,
.fh5co-cover .display-tc ul {
  margin: 0;
  padding: 0;
  color: #fff;
  list-style-type: none;
  font-size: 17px;
  xxfont-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.fh5co-cover .display-t ul li,
.fh5co-cover .display-tc ul li {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t ul,
  .fh5co-cover .display-tc ul {
    font-size: 13px;
  }
  .fh5co-cover .display-t ul li,
  .fh5co-cover .display-tc ul li {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 565px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  padding-top: 32.5px;
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0px;
  padding-left: 13px;
  font-size: 8rem;
  line-height: 1.5;
  letter-spacing: 0.6rem;
}
#fh5co-header.top .display-tc h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 90px;
  letter-spacing: 12px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 5.5rem;
    letter-spacing: 0.3px;
    padding-left: 8px;
  }
  #fh5co-header.top .display-tc h1 {
    font-size: 60px;
    letter-spacing: 8px;
    padding-left: 18px;
    margin-top: 50px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 40px;
  padding-left: 13px;
  letter-spacing: 1rem;
}
#fh5co-header.top .display-tc h2 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h2,
  #fh5co-counter .display-tc h2,
  .fh5co-cover .display-tc h2 {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
  }
  #fh5co-header.top .display-tc h2 {
    font-size: 1.3rem;
    padding: 0 10px 10px;
    line-height: 1.6;
  }
}

#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #F36363;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 30px;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #251f1f !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 30px;
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#fh5co-company,
#fh5co-started,
#fh5co-testimonial,
#fh5co-news,
#fh5co-artist,
#fh5co-feature-business,
#fh5co-business,
#fh5co-contact,
#fh5co-footer {
  padding: 1em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-company,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-news,
  #fh5co-artitts,
  #fh5co-feature-business,
  #fh5co-business,
  #fh5co-contact,
  #fh5co-footer {
    padding: 1em 0;
    padding: 0 0;
  }
}


.section-header {
  margin: 0;
}
.section-header h2 {
  margin: 0;
  padding: 35px 20px;
  font-size: 3rem;
  font-weight: bold;
  color: #006;
}
.section-header.top-artist {
}
.section-header.top-artist h2 {
  color: #fff;
}
.section-header.contact {
}
.section-header.contact h2 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-header {
    margin: 0;
  }
  .section-header h2 {
    margin: 0;
    padding: 35px 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #006;
  }
  .section-header.top-business {
  }
  .section-header.top-business h2 {
  }
}




/* company */

#fh5co-company {
  padding: 50px 0;
}
.company-content {
}
.company-content img {
  margin-bottom: 30px;
  border-radius: 7px;
}
.company-content .desc {
  margin-bottom: 3em;
}

.company-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}
.company-content th {
  border: 1px solid #ccc;
  text-align: left;
  background: #f7f7f7;
  padding: 10px;
  font-weight: bold;
  color: #444;
}
.company-content td {
  border: 1px solid #ccc;
  text-align: left;
  padding: 10px;
  background: rgba(255,255,255,0.8);
  color: #444;
}
.company-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #fh5co-company {
    padding: 0;
  }
  .company-content {
    padding-top: 24px;
  }
  .company-content table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 90%;
    border: 1px solid #ccc;
  }
  .company-content th,
  .company-content td {
    font-size: 1.4rem;
    display: block;
  }
}

.company-content .company-img {
  float: right;
  display: inline-block;
  width: 40%;
  position: relative;
  top: 100px;
  left: -40px;
}
.company-content .company-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  z-index: -1;
  -webkit-filter: blur(0.5px) brightness(1) opacity(0.6);
          filter: blur(0.5px) brightness(1) opacity(0.6);
}
.company-content .company-table {
  float: right;
  display: inline-block;
  width: 60%;
  position: relative;
  right: -40px;
}

@media screen and (max-width: 768px) {
  .company-content .company-table {
    float: none;
    display: block;
    width: 100%;
    right: 0px;
  }
  .company-content .company-img {
    display: none;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }    
  .company-content .company-img img {
    float: left;
    display: inline-block;
    width: 36%;
    height: auto;
  }
  .company-content .company-img img.img2 {
    position: absolute;
    top: 0px;
    left: 32%;
  }
  .company-content .company-img img.img3 {
    position: absolute;
    top: 0px;
    left: 64%;
  }
}


.company-content.reverse .company-img {
  float: left;
  position: absolute;
  left: 40px;
}
.company-content.reverse .company-table {
  float: right;
  position: relative;
  right: 40px;
  width: auto;
}
.company-content.reverse th {
  background: #f7f7f7cc;
}
.company_hr {
  margin: 8rem auto;
  border-top: 2px dashed #666;
}
@media screen and (max-width: 768px) {
  .company-content h3 {
    font-size: 2rem;
  }
  .company-content.reverse .company-table {
    float: none;
    display: block;
    width: 100%;
    right: 0px;
  }
  .company-content.reverse th {
    background: #f7f7f7;
  }
  .company_hr {
    margin: 4rem auto;
    width: 90%;
    border-top: 1px dashed #666;
  }
}



/* contact */
#fh5co-contact {
  background: rgba(0,0,0,0.05);
}
#fh5co-contact.confirm {
  padding: 120px 24px;
}
#fh5co-contact.thanks {
  padding: 100px 24px;
}
#fh5co-contact.thanks p {
  padding: 30px;
  font-size: 1.6rem;
  color: #333;
}
.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #F36363;
  position: absolute;
  left: 0;
  top: .05em;
  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;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#fh5co-contact .contact-form  {
  text-align: center;
}
#fh5co-contact .form-elem hr {
  border: none;
  border-bottom: 2px dotted #ddd;
  margin: 5px;
  margin-top: 12px;
}
#fh5co-contact .message  {
  padding: 10px;
  margin: 0px auto 30px;
  border: #f00 solid 1px;
}
#fh5co-contact .message ul {
  list-style-type: disc;
  color: #f00;
  font-weight: bold;
  margin: 0;
}
#fh5co-contact .btn {
  margin: 10px auto 30px;
  border-radius: 5px;
}
#fh5co-contact .confirm-btn-area {
  display: flex;
  justify-content: center;
}
#fh5co-contact .confirm-btn-area div {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  #fh5co-contact {
    padding: 24px;
  }
  #fh5co-contact p {
    font-color: #333;
    font-size: 1.5rem;
    text-align: center;
  }
  #fh5co-contact .form-control {
    height: 44px;
    font-size: 1.5rem;
    background: #fff;
  }
  #fh5co-contact textarea.form-control {
    height: 132px;
  }
  #fh5co-contact.confirm {
    padding: 90px 24px;
  }
  #fh5co-contact.confirm h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  #fh5co-contact.thanks {
    padding: 45px 24px;
  }
  #fh5co-contact.thanks h3 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #fh5co-contact.thanks p {
    font-size: 1.3rem;
    color: #333;
    text-align: left;
  }
}




/* feature */


.feature-center {
  padding-left: 60px;
  padding-right: 20px;
  float: left;
  width: 100%;
  position: relative;
  border-radius: 4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: #F36363;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center h3 {
  font-size: 22px;
  color: #5d5d5d;
}




/* business */

#fh5co-feature-business {
  padding: 0 24px 24px;
}
.feature-business-center {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background: rgba(0,0,0,0.5);
}
.feature-business-text {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
.back-1 {
  background: rgba(255,0,0,0.7);
  color: #fff;
}
.back-1 h3 {
  color: #fff;
}
.back-2 {
  background: rgba(250,250,10,0.85);
  color: #000;
}
.back-2 h3 {
  color: #000;
}
.back-3 {
  background: rgba(240,140,0,0.8);
  color: #fff;
}
.back-3 h3 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .feature-business-center {
    width: 95%;
    height: 150px;
    margin: 0 auto;
  }
  .feature-business-text {
    width: 90%;
  }
}

/*
.feature-business-center .desc {
  padding-left: 180px;
}
.feature-business-center .icon {
  position: absolute;
  left: 20px;
  top: 0;
  display: block;
}
.feature-business-center .icon i {
  font-size: 40px;
  color: #1f9cc8;
}
*/
.feature-business-center h3 {
  text-align: center;
  font-size: 2.6rem;
  margin: 0;
  padding: 30px;
}
.feature-business-center p {
  padding: 0 20px;
  text-align: center;
  font-size: 1.4rem;
  text-align: left;
}
.feature-business-button-area {
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .feature-business-center h3 {
    text-align: center;
    font-size: 2.2rem;
    margin: 0;
    padding: 25px;
  }
  .feature-business-center p {
    padding: 0 20px;
    font-size: 1.1rem;
  }
  .feature-business-button-area {
    width: 100%;
    margin: 0 auto;
  }
}

.feature-business-button-area button {
  display: block;
  background: #f66;
  border: 1px solid #f66;
  margin: 30px auto 6px;
  width: 200px;
}
.feature-business-button-area button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.feature-business-button-area button p {
  padding: 10px;
  margin: 0;
  color: #fff;
}




/* business */

#fh5co-business .business-detail {
  clear:left;
  overflow: hidden;
  background-color: #ffffff;
  margin: 24px 0px 24px;
  padding: 44px 40px 40px 40px;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
  border-bottom: 2px solid #333333;
}
#fh5co-business .business-detail-img {
  width: 100%;
  max-width: 500px;
  display: inline-block;;
}
#fh5co-business .business-detail-img img {
  width: 100%;
}
#fh5co-business .business-detail h3 {
  background: rgba(31,145,200,0.8);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 100%;
  text-align: center;
  padding: 18px;
  display: inline-block;
  width: 100%;
}
#fh5co-business .business-detail h3 > span.kana {
  letter-spacing: -0.1rem;
}
#fh5co-business .business-detail p {
  padding: 20px;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #333;
  width: 100%;
  max-width: 500px;
  text-align: left;
  margin: 0 auto 10px;
}


@media screen and (max-width: 1200px) {
  #fh5co-business .business-detail h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-business .container {
    margin: 20px 20px 0;
  }
  #fh5co-business .business-detail {
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #fh5co-business .business-detail h3 {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  #fh5co-business .business-detail p {
    padding: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  #fh5co-business .business-detail h3 {
    padding: 10px;
  }
}





/* artist */

#fh5co-artist {
  padding: 60px 0 100px;
  background: rgba(0,0,0,0.05);
}
#fh5co-artist.top {
  padding: 0 0 50px;
  background: #333;
}
#fh5co-artist .fh5co-artist {
  margin: 0 0px 30px;
}
#fh5co-artist .fh5co-artist > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  transition: 0.5s;
}
#fh5co-artist .fh5co-artist > a img {
  position: relative;
  transition: 0.5s;
}
#fh5co-artist .fh5co-artist > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  transition: 0.5s;
}
#fh5co-artist .fh5co-artist > a h3,
#fh5co-artist .fh5co-artist > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 20px;
  color: #fff;
  margin: 0;
  padding: 1px;
  opacity: 1;
  background-color: rgba(0,0,0, 0.6);
  font-size: 25px;
  font-weight: 300;
  visibility: visible;
  transition: 0.3s;
}
#fh5co-artist .fh5co-artist > a span {
  font-size: 12px;
  bottom: 20px;
  display: none;
}
#fh5co-artist .fh5co-artist > a:hover {
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
#fh5co-artist .fh5co-artist > a:hover:after {
  opacity: 1;
  visibility: visible;
}
#fh5co-artist p {
  padding: 0 0 5px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #fh5co-artist {
    padding: 24px 0;
    background: rgba(0,0,0,0.05);
  }
  #fh5co-artist.top {
    padding: 0 0 24px;
    background: #333;
  }
  #fh5co-artist .fh5co-artist > a h3,
  #fh5co-artist .fh5co-artist > a span {
    font-size: 2rem;
  }
  #fh5co-artist .fh5co-artist {
  }
  #fh5co-artist .fh5co-artist > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
  #fh5co-artist p {
    padding: 0 0 5px;
    font-size: 1.5rem;
  }
}
#fh5co-artist .fh5co-artist > a:hover h3, #fh5co-artist .fh5co-artist > a:hover span {
  opacity: 1;
  bottom: 55px;
}
#fh5co-artist .fh5co-artist > a:hover span {
  bottom: 15px;
}
#fh5co-artist .fh5co-artist > a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #fh5co-artist .fh5co-artist {
    margin: 0 1em;
  }
  #fh5co-artist .fh5co-artist + .fh5co-artist {
    margin-top: 1em;
  }
  #fh5co-artist .fh5co-artist > a:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



/* news */

.fh5co-news {
  margin-bottom: 60px;
}
.fh5co-news > a {
  display: block;
  position: relative;
  transition: 0.5s;
}
.fh5co-news > a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-news {
    width: 100%;
  }
}
.fh5co-news .news-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: left;
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-news .news-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-news .news-text span.posted_on {
  color: white;
  font-size: 18px;
  padding: 2px 10px;
  padding-left: 40px;
  margin-left: -40px;
  background: #F36363;
  position: relative;
}
.fh5co-news .news-text span.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #F36363 transparent;
}
.fh5co-news .news-text span.comment {
  float: right;
}
.fh5co-news .news-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-news .news-text span.comment a i {
  color: #F36363;
  padding-left: 7px;
}
.fh5co-news .news-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-news .news-text h3 a {
  color: black;
}




/* heading */

.fh5co-heading {
  margin-bottom: 2em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}




/* started */

#fh5co-started {
  background: rgba(1,106,140, 0.8);
  background: #1f9cc8;
  padding: 2em 0 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 0.5;
}
#fh5co-started h2 {
  color: #fff;
  margin-bottom: 20px !important;
  font-size: 1.35rem;
  letter-spacing: 0.45rem;
  line-height: 1.2;
}
#fh5co-started  p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 1.8;
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #F36363;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
#fh5co-started .btn:hover {
  background: #f04242 !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-started {
    padding: 2em 1em;
  }
  #fh5co-started  h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 10px 0;
    margin: 0;
  }
  #fh5co-started  p {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
  }
}


#fh5co-started-contact {
  padding: 30px 0;
  background: url(../images/bushiya-3.jpg);
  background-size: cover;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 0.5;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #fh5co-started-contact {
    padding: 0 0 24px;
  }
}
#fh5co-started-contact p {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  padding: 0;
}
#fh5co-started-contact button {
  display: block;
  background: #f66;
  border: 1px solid #f66;
  margin: 30px auto;
  width: 200px;
}
#fh5co-started-contact button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#fh5co-started-contact button p {
  padding: 15px;
  color: #fff;
}




/* footer */

#fh5co-footer {
  background: #efefef;
  background: white;
  padding: 0px;
  color: white;
  color: #1f9cc8;
}
#fh5co-footer p {
  margin: 0px;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px dotted black;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #000;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  display: block;
}



/* other */

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

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  background: #1f9cc8;
  color: #fff;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -webkit-transform: translateX(270px);
          transform: translateX(270px);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 1);
  padding: 20px 0;
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 30px 0;
  margin: 10px 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
#fh5co-offcanvas ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  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;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.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: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.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);
          transform: rotateZ(45deg);
}

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

.fh5co-nav-toggle {
  position: fixed;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 4px 60px 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  transition: 0.5s;
  padding: 8px 20px;
  background: #fff;
}
.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: #F36363;
  color: #fff;
  border: 2px solid #F36363;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f57b7b !important;
  border-color: #f57b7b !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #F36363;
  border: 2px solid #F36363;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #F36363;
  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;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F36363;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

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

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

#fh5co-header-subscribe #email {
  padding-right: 9em;
}
#fh5co-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/*# sourceMappingURL=style.css.map */
