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

FREE HTML5 TEMPLATE 
DESIGNED & DEVELOPED by FREEHTML5.CO

//////////////////////////////////////////////////////
*/
@import 'https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese';

@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Staatliches";
  src: url("../fonts/Staatliches-Regular.ttf") format("truetype");
}

html.fh5co-overflow, body.fh5co-overflow {
  overflow-x: auto;
}
html.fh5co-overflow #fh5co-header-section, html.fh5co-overflow #fh5co-main, html.fh5co-overflow #fh5co-hero, html.fh5co-overflow #fh5co-mobile-menu, html.fh5co-overflow #fh5co-footer, body.fh5co-overflow #fh5co-header-section, body.fh5co-overflow #fh5co-main, body.fh5co-overflow #fh5co-hero, body.fh5co-overflow #fh5co-mobile-menu, body.fh5co-overflow #fh5co-footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  font-family: "Roboto", arial, sans-serif;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 300;
  color: #8b969c;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {

  .body::before {

    background-image:url(../images/bg.jpg) ;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
    }

}

::-webkit-selection {
  color: #ffffff;
  background: #57cecd;
}

::-moz-selection {
  color: #ffffff;
  background: #57cecd;
}

::selection {
  color: #ffffff;
  background: #57cecd;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #57cecd;
  border-bottom: 1px solid #ccc;
}
a:hover, a:focus, a:active {
  color: #31a8a7;
}
a:hover, a:focus, a:active {
  outline: none;
  color: #2e2e2e;
  text-decoration: none;
  border-bottom: 1px solid #57cecd;
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #f3f3f3;
}

h1, .h1 {
  font-size: 30px;
  line-height: 42px;
}

h2, .h2 {
  font-size: 26px;
  line-height: 38px;
}

h3, .h3 {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
}

h4, .h4 {
  font-size: 16px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: roboto, noto sans jp, 游ゴシック medium, yu gothic medium, yugothic medium, メイリオ, meiryo, sans-serif;
  text-shadow: 2px 2px 2px #000000;
}

h6, .h6 {
  font-size: 12px;
  line-height: 24px;
}

h2 {
  font-family: "Staatliches";
  font-size: 6rem;
  line-height: 1;
  text-shadow: 2px 2px 2px #000000;
}

h1 img {
  width: 330px;
}
@media screen and (max-width: 480px) {
h1 img {
  width: 230px;
}
}

ul, ol {
  padding-left: 15px;
  line-height: 26px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

ul, ol, p {
  margin: 0 0 20px 0;
}

.fh5co-serif {
  font-family: "Crimson Text", serif;
}

.fh5co-sans-serif {
  font-family: "Roboto", arial, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}
/* Header */
/* #fh5co-header-section {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 103;
  height: 8vh;
  background-color: #080a31;
} */

#fh5co-header-section {
  z-index: 5;
  position: fixed;
  top: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  /* position: absolute; */
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 103;
  height: 10vh;
  background-color: rgba(0, 0, 0, 0.56);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

#fh5co-menu-logo {
  clear: both;
}

#fh5co-quick-contacts {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 2em;
}
#fh5co-quick-contacts .sep {
  padding: 0 .5em;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-quick-contacts a {
  font-size: 14px;
  padding: 20px 10px;
  color: white;
}
#fh5co-quick-contacts a > i {
  margin-right: 10px;
  margin-top: 5px;
  color: white;
}
#fh5co-quick-contacts a:hover {
  color: white;
}

#fh5co-logo {
  font-size: 20px;
  margin: 0.5em 0 0 0;
  padding: 0;
  font-weight: 700;
  filter: drop-shadow(0 0 0.75rem rgb(46, 46, 46));
}
#fh5co-logo a {
  border-bottom: none !important;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#fh5co-logo a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  #fh5co-logo {
    text-align: center;
    margin: 0px 0 0 0;
    float: none !important;
  }
}

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

.sf-menu {
  float: right;
}

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

.sf-menu a {
  color: #fff;
  /* color: #2d9c9b; */
  padding: .75em 1em;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 18px;
  border-bottom: none !important;
}

.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: .75em 1em;
  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: #EE6C4E;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  /* background: transparent; */
  color: #EE6C4E;
}

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

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

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

#fh5co-menu-wrap {
  float: right;
  position: relative;
  margin-right: -20px;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 2em 1em;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #57cecd !important;
}
#fh5co-primary-menu > li > .sf-with-ul {
  position: relative;
}
#fh5co-primary-menu > li > .sf-with-ul::after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  padding-top: 20px;
  left: 50%;
  margin-left: -7px;
  font-size: 14px;
  width: 100%;
  content: "\e64b";
  color: #2b9493;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#fh5co-primary-menu > li > .sf-with-ul:hover::after {
  padding-top: 25px;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 7px 0 3px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

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

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  right: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #57cecd;
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  border-left: 8px solid transparent;
  content: '';
}

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

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

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #57cecd !important;
}

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

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

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

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

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

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

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

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

.fh5co-nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  background: #f86942;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

/* Mobile Menu */
#fh5co-mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #181920;
  padding: 0.75em 1.25em;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul {
  padding: 0;
  margin: 0;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li {
  list-style: none;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li.active > a {
  color: #ffffff;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a {
  border-bottom: none !important;
  padding: 7px 0;
  display: block;
  color: #ccc;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a:hover {
  color: #ffffff;
  color: white;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown {
  position: relative;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown::after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e64b";
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu {
  display: none;
  padding-left: 20px;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu li {
  list-style: none;
}

#fh5co-logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 46px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
  /* background: #fff; */
  /* color: #ccc; */
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  background-color: rgba(0, 0, 0, 0.46);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}
#fh5co-logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#fh5co-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#fh5co-content {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-content {
    margin-bottom: 4em;
  }
}

#fh5co-sidebar {
  padding: 7em 0;
  font-size: 16px;
}
#fh5co-sidebar.left-sidebar {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #fh5co-sidebar.left-sidebar {
    padding-right: 0px;
  }
}
#fh5co-sidebar.right-sidebar {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #fh5co-sidebar.right-sidebar {
    padding-left: 0px;
  }
}
#fh5co-sidebar .sidebar-box {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
#fh5co-sidebar .sidebar-heading {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #2e2e2e;
  position: relative;
  padding-top: 7px;
}
#fh5co-sidebar .sidebar-heading .border {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ebebeb;
}
#fh5co-sidebar .sidebar-links {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-sidebar .sidebar-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-hero {
  /* background-color: #57cecd; */
  /* background-image: url(../images/bg-02.png),url(../images/slide_2.png); */
  /* background-image: url(../images/top-bg02.png); */
  /* background-size: 60vw, cover; */
  /* background-size: cover;
  background-repeat: no-repeat; */
  /* background-position: center right; */
  /* float: left; */
  /* width: 100%;
  height: auto; */
  /* width: 100%;
  height: 100vh; */
  /* display: table; */
  /* position: relative; */
  z-index: 20;
  /* color: #ffffff; */
  /* position: relative; */
  /* top: 0; */
  /* top: 38px; */
}
/* 
#fh5co-hero .hero::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/bg-02.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
} */
/* #fh5co-hero .overlay {
  position: absolute;
  top: 10vh;
  left: 290px;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: #57cecd;
  opacity: .97;
  background-image: url(../images/bg-02.png);
  background-position: center left;
  background-size: contain;
} */

@media screen and (max-width: 768px) {
  #fh5co-hero {
    background-position: center center;
  }
}
#fh5co-hero .fh5co-arrow {
  position: absolute;
  bottom: -57px;
  left: 50%;
  margin-left: -30px;
  display: table;
  color: #ffffff;
  font-size: 24px;
  z-index: 99;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background: #f86942;
  border-bottom: none !important;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}

@media screen and (max-width: 480px) {
  #fh5co-hero .fh5co-arrow {
    bottom: 35px;
    left: 51%;
    width: 40px;
    height: 40px;
  }
}
#fh5co-hero .fh5co-arrow i {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-hero .fh5co-arrow:active, #fh5co-hero .fh5co-arrow:focus, #fh5co-hero .fh5co-arrow:hover {
  outline: none;
}
#fh5co-hero .fh5co-hero-wrap {
  padding-top: 11em;
  display: table;
  height: 650px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap {
    padding-top: 2em;
    padding-bottom: 18em;
  }
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro {
  vertical-align: middle;
  text-align: left;
  color: #ffffff;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro a:hover {
  color: white;
  border-bottom: 1px solid white;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
  font-size: 36px;
  line-height: 47px;
  color: #ffffff;
  font-weight: 100;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
    font-size: 25px;
  }
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
  letter-spacing: 4px;
  line-height: 1.5;
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #f86942;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
    letter-spacing: 3px;
  }
}
#fh5co-hero .fh5co-hero-wrap .btn {
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
}
#fh5co-hero .fh5co-hero-wrap .btn:hover, #fh5co-hero .fh5co-hero-wrap .btn:active, #fh5co-hero .fh5co-hero-wrap .btn:focus {
  background: #57cecd;
  border-color: #57cecd;
}

body.inner-page #fh5co-hero .fh5co-hero-wrap {
  padding-top: 15em;
}
@media screen and (max-width: 768px) {
  body.inner-page #fh5co-hero .fh5co-hero-wrap {
    padding-top: 4em;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-hero, .fh5co-hero-wrap {
    position: relative;
    padding: 4em 0 3em 0;
    height: inherit !important;
  }
}

#fh5co-main {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}

.fh5co-cards {
  background-image: url(../images/menu_back.jpg);
  background-repeat: repeat;
    background-size: 50%;
    padding: 5%;
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    margin-top: 30px;
}

.fh5co-cards2 {
  background-image: url(../images/image_1.jpg);
  background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/image_1.jpg) ;;
  background-color: rgba(0,0,0,0.8);
  background-repeat: no-repeat;
    background-size: cover;
    padding: 5%;
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
  body.inner-page #fh5co-main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

#fh5co-hero,
#fh5co-main,
#fh5co-logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-main {
  z-index: -2;
}

body.fh5co-mobile-menu-visible #fh5co-hero,
body.fh5co-mobile-menu-visible #fh5co-main,
body.fh5co-mobile-menu-visible #fh5co-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.fh5co-mobile-menu-visible #fh5co-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.fh5co-product-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.fh5co-product-2 .img {
  background-color: #57cecd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 7em;
}
@media screen and (max-width: 768px) {
  .fh5co-product-2 .img {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-product-2 .img {
    height: 300px;
  }

  .fh5co-cards {
    background-repeat: repeat;
      background-size: 100%;
      padding: 5%;
      position: relative;
      z-index: -1;
      box-sizing: border-box;
      margin-top: 30px;
  }

  .fh5co-cards2 {
    background-repeat: no-repeat;
      background-size: 100%;
      padding: 5%;
      position: relative;
      z-index: -1;
      box-sizing: border-box;
      margin-top: 30px;
  }

}
.fh5co-product-2 .fh5co-half {
  min-height: 500px;
  padding: 2em;
  width: 50%;
  font-size: 1.5rem;
  line-height: 28px;
  background-color:#000512bd;
}
.fh5co-product-2 .fh5co-half h3 {
  font-size: 30px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .fh5co-product-2 .fh5co-half {
    min-height: inherit;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 28px;
  }
}
.fh5co-product-2.fh5co-reverse .img {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-product-2.fh5co-reverse .img {
    position: relative;
  }
}

#fh5co-contact {
  padding: 7em 0;
}

#fh5co-works .fh5co-work-item figure {
  margin-bottom: 20px !important;
  float: left;
  width: 100%;
}
#fh5co-works .fh5co-work-item .heading {
  font-size: 17px;
  margin-bottom: 40px;
}
#fh5co-works .fh5co-work-item .fh5co-category {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 0;
}

#fh5co-call-to-action {
  clear: both;
  display: block;
  padding: 3em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  letter-spacing: 7px;
  text-transform: uppercase;
  background: transparent;
  font-size: 16px;
  color: #000000;
}
#fh5co-call-to-action:hover, #fh5co-call-to-action:focus, #fh5co-call-to-action:active {
  color: #ffffff;
  background: #f86942;
  border-top: 1px solid #f86942;
  border-bottom: 1px solid #f86942;
}

#fh5co-footer {
  clear: both;
  position: relative;
  padding: 5em 0 1em 0;
  background: #57cecd;
  background-color: rgba(0, 0, 0, 0.8);
  float: left;
  width: 100%;
}
#fh5co-footer .fh5co-arrow {
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -30px;
  display: table;
  color: #ffffff !important;
  font-size: 24px;
  z-index: 99;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: #f86942;
  border-bottom: none !important;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#fh5co-footer .fh5co-arrow i {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-footer .fh5co-arrow:active, #fh5co-footer .fh5co-arrow:focus, #fh5co-footer .fh5co-arrow:hover {
  outline: none;
  color: #ffffff !important;
}
#fh5co-footer .fh5co-copyright {
  margin-top: 5em;
}
#fh5co-footer .fh5co-copyright p {
  font-size: 15px;
  line-height: 1.9;
}
#fh5co-footer .fh5co-footer-heading {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ccc;
  margin-bottom: 10px;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fh5co-cards {
  /* background: whitesmoke; */
  padding: 6em 0;
  /* background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; */
}

.fh5co-cards2 {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-cards {
    padding: 3em 0;
  }
  .fh5co-cards2 {
    padding: 3em 0;
  }
}
.fh5co-cards .fh5co-card {
  display: block;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  margin-bottom: 30px;
  border-bottom: none;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fh5co-cards .fh5co-card img {
  z-index: -1;
}
.fh5co-cards .fh5co-card .fh5co-card-body {
  padding: 30px;
}
.fh5co-cards .fh5co-card .fh5co-card-body h3 {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}
.fh5co-cards .fh5co-card .fh5co-card-body p {
  color: #8b969c;
}
.fh5co-cards .fh5co-card .fh5co-card-body p:last-child {
  margin-bottom: 0;
}
.fh5co-cards .fh5co-card:hover {
  text-decoration: none;
  border-bottom: none;
  bottom: 10px;
}
.fh5co-cards .fh5co-card:hover h3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #57cecd;
}

.quote {
  width: 80%;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 2;
  color: #fff;
}

.quote a {
  width: 400px;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  margin-top: 20px;
  background-color: #0f0443;
}

.quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .quote {
    font-size: 20px;
    width: 100%;
  }
}

/* Helper Classes */
/* Spacer */
.fh5co-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.fh5co-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-xlg {
    height: 70px;
  }
}

.fh5co-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-lg {
    height: 50px;
  }
}

.fh5co-spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-md {
    height: 30px;
  }
}

.fh5co-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-sm {
    height: 20px;
  }
}

.fh5co-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-xs {
    height: 20px;
  }
}

.fh5co-spacer-xxs {
  height: 20px;
}

.fh5co-letter-spacing {
  letter-spacing: 1px;
}

.fh5co-no-margin-bottom {
  margin-bottom: 0 !important;
}

.fh5co-uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ccc;
}

.form-group {
  margin-bottom: 30px;
}

.image-popup:hover {
  opacity: .7;
}

.fh5co-section-heading .fh5co-lead {
  position: relative;
}
.fh5co-section-heading .fh5co-lead > .fh5co-line {
  height: 2px;
  display: block;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background: rgba(0, 0, 0, 0.3);
}
.fh5co-section-heading .fh5co-sub {
  font-size: 18px;
}

/* 
========================================

Components 

========================================
*/
/* Buttons */
.btn {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.fh5co-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  
  border: 2px solid rgba(255, 255, 255, 0.42)!important;
  background: transparent;
  color: #fff;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #57cecd !important;
  background: #57cecd !important;
  color: #ffffff;
}

.btn-primary {
  background: #57cecd;
}

.btn-success {
  background: #00e195;
}

.btn-danger {
  background: #e02745;
}

.btn-info {
  background: #0bbff2;
}

.btn-warning {
  background: #ffd042;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #282e3c;
  color: #ffffff;
}

.form-control {
  box-shadow: none !important;
  border: 2px solid #ccc;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
  border: 2px solid #57cecd;
}

.js .to-animate,
.js .feature-box,
.js .work-box,
.js .footer-box,
.js .animate-box {
  opacity: 0;
}

.heading {
  margin-bottom: 1em;
}

/* Features*/
#fh5co-features {
  padding: 7em 0;
}
#fh5co-features .fh5co-feature {
  margin-bottom: 30px;
}
#fh5co-features .fh5co-feature .heading {
  font-size: 18px;
  margin-bottom: 20px !important;
  font-weight: normal;
  color: #2e2e2e;
}
#fh5co-features .fh5co-feature-icon {
  margin: 0 auto 2em auto;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-features .fh5co-feature-icon i {
  vertical-align: middle;
  font-size: 50px;
  color: #57cecd;
}

/* Header */
.fh5co-header {
  text-align: center;
}
.fh5co-header .fh5co-heading {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .fh5co-header .fh5co-heading {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.fh5co-header .fh5co-heading-sub {
  color: #777;
  font-size: 18px;
  line-height: 30px;
}

/* Easy Rsponsive Tabs */
.fh5co-tab {
  clear: both;
  display: block;
}

.resp-tab-active {
  color: #57cecd;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.fh5co-tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-tab-menu-icon {
    margin-top: 7px;
  }
}

#fh5co-feature-slider .fh5co-item-slide-text {
  margin-top: 1em;
}
#fh5co-feature-slider .fh5co-item-slide-text > h2 {
  position: relative;
  padding-bottom: 20px;
}
#fh5co-feature-slider .fh5co-item-slide-text > h2 span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}

#fh5co-testimonial {
  padding: 7em 0;
  background-size: cover;
}
#fh5co-testimonial.border-top {
  border-top: 1px solid whitesmoke;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial {
    padding: 7em 0;
  }
}
#fh5co-testimonial blockquote {
  padding-left: 0;
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
  border-left: none;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial blockquote {
    width: 100%;
    font-size: 35px;
    line-height: 47px;
  }
}
#fh5co-testimonial blockquote p {
  text-align: center;
  color: #ffffff;
}
#fh5co-testimonial .fh5co-testimonial-author {
  font-size: 18px;
}
#fh5co-testimonial .fh5co-uppercase-heading-sm {
  color: #000000;
  font-size: 5rem;
}

/* Accordions */
.fh5co-accordion .panel-title > a {
  border-bottom: none !important;
}
.fh5co-accordion .panel-title > a:hover {
  border-bottom: none !important;
}
.fh5co-accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.fh5co-accordion .panel-heading .accordion-toggle {
  color: #57cecd;
}
.fh5co-accordion .panel-heading .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 16px;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle {
  color: #2e2e2e !important;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 16px;
}

/* Progress Bars */
.progress {
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: #57cecd;
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}

/* Social Icons */
.fh5co-social-icons {
  padding: 0;
}
.fh5co-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.fh5co-social-icons li a {
  height: 40px;
  width: 40px;
  border: 1px solid #ebebeb;
  display: table;
  text-align: center;
  color: #2e2e2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-social-icons li a:hover {
  background: #f86942;
  border: 1px solid #f86942 !important;
  color: #ffffff !important;
}
.fh5co-social-icons li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}

/* Pricing Tables */
@media screen and (max-width: 992px) {
  .fh5co-pricing-table-1 .fh5co-pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-pricing-table-1 .fh5co-pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body,
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
  background: #57cecd;
  color: #ffffff;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup, .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-heading {
  background: #57cecd;
  color: #ffffff;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body {
  border: 2px solid #ccc;
  border-top: none;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-body {
  border: 2px solid #57cecd;
  border-top: none;
}

/* Nav Links */
.fh5co-nav-links ul {
  padding: 0;
  margin: 0;
}
.fh5co-nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
.fh5co-nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #57cecd;
}

/* 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: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.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: #2e2e2e;
}
.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: #000000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.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: #ffffff;
}

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

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

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

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

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #57cecd;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #57cecd;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #57cecd;
}

/* Image Alignment */
img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

/* ---------------------------------------------------------------- info ---- */
#info {
	background: url("../images/info_sp.jpg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #FFF;
	position: relative;
}

.pagetop {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

#ggmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%;
}

#ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 751px) {

	.pagetop {
		top: auto;
		bottom: 0;
	}

	#ggmap {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 25%;
    margin-bottom: 50px;
	}
}

/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 20px 0;
  border: none;
  line-height: 1.2;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
#table01 {
  width: 100%;
}

  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }

  .flex-item {
    display: block;
    width: 100%;
  }
}

h2.f-l {
  float: left;
  padding-right: 16px;
}
h5.t-c {
  font-size: 20px;
  line-height: 34px;
}

.logo_area a {
  border-bottom: none;
}
.logo_area img {
 width: 280px;
}

.flex-item {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* sp */
@media only screen and (max-width: 480px) {
  .flex-item {
    display: block;
    width: 100%;
  }
}

.fh5co-card-body p span {
  border: 1px solid #0f0443;
  width: 100%;
  line-height: 1.5;
  padding: 12px 0 10px 0;
  margin: 8px auto;
  display: inline-block;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 1.2rem 0.5rem;
}

.fh5co-card-body p span.blue {
  color: white;
  background-color: #0f0443;
}

.fh5co-card-body p span.t-b {
  color:#0f0443;
  border: none;
  display: inline;
  font-size: 2.5rem;
  font-weight: bold;
}
.fh5co-card-body p{
  font-size: 1.5rem;
  color:#0f0443;
}
p.t-l {
  text-align: left;
}

.fh5co-cards .fh5co-card:hover h3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #57cecd;
  cursor:pointer
}

/* .visual {
  background-color: #9f9f9f;
  margin-bottom: 60px;
 } */

 /* .slick-slide img {
  height: 30vw;
  max-height: 400px; 
  min-height: 350px; 
} */
.slick-slide {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: scale( .75 );
}
.is--active {
  transform: scale( 1 );
}

.slick_container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bnr-area {
  width: 90%;
  /* max-width: 1200px; */
  margin: 30px auto;
}
@media screen and (max-width: 800px) {
  .bnr-area {
    margin: 5% auto;
  }
}

@media (min-width: 1200px){
.container {
    width: 1140px;
}
}


/* ４０３追記 */
/*==================================================
TOPスライダーのためのcss
===================================*/
/* 表示領域 */
#stage {
	position:relative;
	/* max-width: 100%; */
	margin:0 auto;
	/* background: #333; */
	overflow:hidden;
  height: calc(88px + 36vw);
  top: 10.1vh;
}
/* ラジオボタンを非表示 
　サイトの他のhtml部分に、input文がある場合は、#f1,,,,#t6 {display:none;}と全てのラジオボタンを非表示にする*/
input { display:none; }
/* スライド共通 */
.photo {
	position: absolute;
	top: 0%;
	width:54%;
	z-index:-10;
}
.pimage {
	width:100%;
}
/* 各スライドのanimation設定 */
#photo1 {
	animation:slidepass 36s infinite;
	animation-delay:-15s;
}
#photo2 {
	animation:slidepass 36s infinite;
	animation-delay:-9s;
}
#photo3 {
	animation:slidepass 36s infinite;
	animation-delay:-3s;
}
#photo4 {
	animation:slidepass 36s infinite;
	animation-delay:3s;
}
#photo5 {
	animation:slidepass 36s infinite;
	animation-delay:9s;
}
#photo6 {
	animation:slidepass 36s infinite;
	animation-delay:-21s;
}
/* 戻り・送りボタン */
.left_btn,.right_btn { 	
	position:absolute;
	opacity:0;
}
.left_btn {
	display:block;width:50px;height:50px;left:4%;top:40%;background:url(../images/back_1.png);
}
.left_btn:hover { background:url(../images/back_2.png);cursor:pointer; }
.right_btn {
	display:block;width:50px;height:50px;right:5%;top:40%;background:url(../images/forward_1.png);
}
.right_btn:hover { background:url(../images/forward_2.png);cursor:pointer; }
/* 画像hoverで送り・戻りボタンを表示 */
#photo1:hover > label span,#photo2:hover > label span,#photo3:hover > label span,#photo4:hover > label span,#photo5:hover > label span,#photo6:hover > label span { opacity:1; }
/* サムネイル群の表示 */
#thumbs { position:absolute;width:75%;left:26%; }
#thumbs img { width:10%;position:absolute;border:#fff solid 1px; }
#thumbs img:hover {	cursor:pointer; }
#thumb1 { left:0%; }
#thumb2 { left:10.3%; }
#thumb3 { left:20.6%; }
#thumb4 { left:30.9%; }
#thumb5 { left:41.2%; }
#thumb6 { left:51.5%; }
/* マーキングバー */
#mark { 
	position:absolute; left:0.2%;top:8px;
	animation:markingleft 36s infinite;animation-delay:-3s;
}

/* ボタンクリック時のanimation */
#f1:checked ~ #photo1 { animation:slidepass1 36s infinite; animation-delay:-18s; }
#f1:checked ~ #photo2 { animation:slidepass1 36s infinite; animation-delay:-12s; }
#f1:checked ~ #photo3 { animation:slidepass1 36s infinite; animation-delay:-6s; }
#f1:checked ~ #photo4 { animation:slidepass1 36s infinite; animation-delay:0s; }
#f1:checked ~ #photo5 { animation:slidepass1 36s infinite; animation-delay:6s; }
#f1:checked ~ #photo6 { animation:slidepass1 36s infinite; animation-delay:-24s; }
#f1:checked ~ #thumbs #mark { animation:markingleft1 36s infinite; animation-delay:-36s; }

#b1:checked ~ #photo1 { animation:slideback1 36s infinite; animation-delay:-18s; }
#b1:checked ~ #photo2 { animation:slideback1 36s infinite; animation-delay:-24s; }
#b1:checked ~ #photo3 { animation:slideback1 36s infinite; animation-delay:-30s; }
#b1:checked ~ #photo4 { animation:slideback1 36s infinite; animation-delay:-36s; }
#b1:checked ~ #photo5 { animation:slideback1 36s infinite; animation-delay:-42s; }
#b1:checked ~ #photo6 { animation:slideback1 36s infinite; animation-delay:-48s; }
#b1:checked ~ #thumbs #mark { animation:markingright1 36s infinite; animation-delay:-36s; }

#f2:checked ~ #photo1 { animation:slidepass2 36s infinite; animation-delay:-24s; }
#f2:checked ~ #photo2 { animation:slidepass2 36s infinite; animation-delay:-18s; }
#f2:checked ~ #photo3 { animation:slidepass2 36s infinite; animation-delay:-12s; }
#f2:checked ~ #photo4 { animation:slidepass2 36s infinite; animation-delay:-6s; }
#f2:checked ~ #photo5 { animation:slidepass2 36s infinite; animation-delay:0s; }
#f2:checked ~ #photo6 { animation:slidepass2 36s infinite; animation-delay:6s; }
#f2:checked ~ #thumbs #mark { animation:markingleft2 36s infinite; animation-delay:-12s; }

#b2:checked ~ #photo1 { animation:slideback2 36s infinite; animation-delay:-12s; }
#b2:checked ~ #photo2 { animation:slideback2 36s infinite; animation-delay:-18s; }
#b2:checked ~ #photo3 { animation:slideback2 36s infinite; animation-delay:-24s; }
#b2:checked ~ #photo4 { animation:slideback2 36s infinite; animation-delay:-30s; }
#b2:checked ~ #photo5 { animation:slideback2 36s infinite; animation-delay:-36s; }
#b2:checked ~ #photo6 { animation:slideback2 36s infinite; animation-delay:-42s; }
#b2:checked ~ #thumbs #mark { animation:markingright2 36s infinite; animation-delay:-30s; }

#f3:checked ~ #photo1 { animation:slidepass3 36s infinite; animation-delay:-30s; }
#f3:checked ~ #photo2 { animation:slidepass3 36s infinite; animation-delay:-24s; }
#f3:checked ~ #photo3 { animation:slidepass3 36s infinite; animation-delay:-18s; }
#f3:checked ~ #photo4 { animation:slidepass3 36s infinite; animation-delay:-12s; }
#f3:checked ~ #photo5 { animation:slidepass3 36s infinite; animation-delay:-6s; }
#f3:checked ~ #photo6 { animation:slidepass3 36s infinite; animation-delay:0s; }
#f3:checked ~ #thumbs #mark { animation:markingleft3 36s infinite; animation-delay:-18s; }

#b3:checked ~ #photo1 { animation:slideback3 36s infinite; animation-delay:-6s; }
#b3:checked ~ #photo2 { animation:slideback3 36s infinite; animation-delay:-12s; }
#b3:checked ~ #photo3 { animation:slideback3 36s infinite; animation-delay:-18s; }
#b3:checked ~ #photo4 { animation:slideback3 36s infinite; animation-delay:-24s; }
#b3:checked ~ #photo5 { animation:slideback3 36s infinite; animation-delay:-30s; }
#b3:checked ~ #photo6 { animation:slideback3 36s infinite; animation-delay:-36s; }
#b3:checked ~ #thumbs #mark { animation:markingright3 36s infinite; animation-delay:-24s; }

#f4:checked ~ #photo1 { animation:slidepass4 36s infinite; animation-delay:-36s; }
#f4:checked ~ #photo2 { animation:slidepass4 36s infinite; animation-delay:-30s; }
#f4:checked ~ #photo3 { animation:slidepass4 36s infinite; animation-delay:-24s; }
#f4:checked ~ #photo4 { animation:slidepass4 36s infinite; animation-delay:-18s; }
#f4:checked ~ #photo5 { animation:slidepass4 36s infinite; animation-delay:-12s; }
#f4:checked ~ #photo6 { animation:slidepass4 36s infinite; animation-delay:-6s; }
#f4:checked ~ #thumbs #mark { animation:markingleft4 36s infinite; animation-delay:-24s; }

#b4:checked ~ #photo1 { animation:slideback4 36s infinite; animation-delay:0s; }
#b4:checked ~ #photo2 { animation:slideback4 36s infinite; animation-delay:-6s; }
#b4:checked ~ #photo3 { animation:slideback4 36s infinite; animation-delay:-12s; }
#b4:checked ~ #photo4 { animation:slideback4 36s infinite; animation-delay:-18s; }
#b4:checked ~ #photo5 { animation:slideback4 36s infinite; animation-delay:-24s; }
#b4:checked ~ #photo6 { animation:slideback4 36s infinite; animation-delay:-30s; }
#b4:checked ~ #thumbs #mark { animation:markingright4 36s infinite; animation-delay:-18s; }

#f5:checked ~ #photo1 { animation:slidepass5 36s infinite; animation-delay:-42s; }
#f5:checked ~ #photo2 { animation:slidepass5 36s infinite; animation-delay:-36s; }
#f5:checked ~ #photo3 { animation:slidepass5 36s infinite; animation-delay:-30s; }
#f5:checked ~ #photo4 { animation:slidepass5 36s infinite; animation-delay:-24s; }
#f5:checked ~ #photo5 { animation:slidepass5 36s infinite; animation-delay:-18s; }
#f5:checked ~ #photo6 { animation:slidepass5 36s infinite; animation-delay:-12s; }
#f5:checked ~ #thumbs #mark { animation:markingleft5 36s infinite; animation-delay:-30s; }

#b5:checked ~ #photo1 { animation:slideback5 36s infinite; animation-delay:6s; }
#b5:checked ~ #photo2 { animation:slideback5 36s infinite; animation-delay:0s; }
#b5:checked ~ #photo3 { animation:slideback5 36s infinite; animation-delay:-6s; }
#b5:checked ~ #photo4 { animation:slideback5 36s infinite; animation-delay:-12s; }
#b5:checked ~ #photo5 { animation:slideback5 36s infinite; animation-delay:-18s; }
#b5:checked ~ #photo6 { animation:slideback5 36s infinite; animation-delay:-24s; }
#b5:checked ~ #thumbs #mark { animation:markingright5 36s infinite; animation-delay:-12s; }

#f6:checked ~ #photo1 { animation:slidepass6 36s infinite; animation-delay:-48s; }
#f6:checked ~ #photo2 { animation:slidepass6 36s infinite; animation-delay:-42s; }
#f6:checked ~ #photo3 { animation:slidepass6 36s infinite; animation-delay:-36s; }
#f6:checked ~ #photo4 { animation:slidepass6 36s infinite; animation-delay:-30s; }
#f6:checked ~ #photo5 { animation:slidepass6 36s infinite; animation-delay:-24s; }
#f6:checked ~ #photo6 { animation:slidepass6 36s infinite; animation-delay:-18s; }
#f6:checked ~ #thumbs #mark { animation:markingleft6 36s infinite; animation-delay:-36s; }

#b6:checked ~ #photo1 { animation:slideback6 36s infinite; animation-delay:-24s; }
#b6:checked ~ #photo2 { animation:slideback6 36s infinite; animation-delay:6s; }
#b6:checked ~ #photo3 { animation:slideback6 36s infinite; animation-delay:-0s; }
#b6:checked ~ #photo4 { animation:slideback6 36s infinite; animation-delay:-6s; }
#b6:checked ~ #photo5 { animation:slideback6 36s infinite; animation-delay:-12s; }
#b6:checked ~ #photo6 { animation:slideback6 36s infinite; animation-delay:-18s; }
#b6:checked ~ #thumbs #mark { animation:markingright6 36s infinite; animation-delay:-6s; }

/* サムネイルクリック時のanimation */
#t1:checked ~ #photo1 { animation:slideselect6 36s infinite; animation-delay:-48s; }
#t1:checked ~ #photo2 { animation:slideselect6 36s infinite; animation-delay:-42s; }
#t1:checked ~ #photo3 { animation:slideselect6 36s infinite; animation-delay:-36s; }
#t1:checked ~ #photo4 { animation:slideselect6 36s infinite; animation-delay:-30s; }
#t1:checked ~ #photo5 { animation:slideselect6 36s infinite; animation-delay:-24s; }
#t1:checked ~ #photo6 { animation:slideselect6 36s infinite; animation-delay:-18s; }

#t2:checked ~ #photo1 { animation:slideselect1 36s infinite; animation-delay:-18s; }
#t2:checked ~ #photo2 { animation:slideselect1 36s infinite; animation-delay:-12s; }
#t2:checked ~ #photo3 { animation:slideselect1 36s infinite; animation-delay:-6s; }
#t2:checked ~ #photo4 { animation:slideselect1 36s infinite; animation-delay:0s; }
#t2:checked ~ #photo5 { animation:slideselect1 36s infinite; animation-delay:6s; }
#t2:checked ~ #photo6 { animation:slideselect1 36s infinite; animation-delay:-24s; }

#t3:checked ~ #photo1 { animation:slideselect2 36s infinite; animation-delay:-24s; }
#t3:checked ~ #photo2 { animation:slideselect2 36s infinite; animation-delay:-18s; }
#t3:checked ~ #photo3 { animation:slideselect2 36s infinite; animation-delay:-12s; }
#t3:checked ~ #photo4 { animation:slideselect2 36s infinite; animation-delay:-6s; }
#t3:checked ~ #photo5 { animation:slideselect2 36s infinite; animation-delay:0s; }
#t3:checked ~ #photo6 { animation:slideselect2 36s infinite; animation-delay:6s; }

#t4:checked ~ #photo1 { animation:slideselect3 36s infinite; animation-delay:-30s; }
#t4:checked ~ #photo2 { animation:slideselect3 36s infinite; animation-delay:-24s; }
#t4:checked ~ #photo3 { animation:slideselect3 36s infinite; animation-delay:-18s; }
#t4:checked ~ #photo4 { animation:slideselect3 36s infinite; animation-delay:-12s; }
#t4:checked ~ #photo5 { animation:slideselect3 36s infinite; animation-delay:-6s; }
#t4:checked ~ #photo6 { animation:slideselect3 36s infinite; animation-delay:0s; }

#t5:checked ~ #photo1 { animation:slideselect4 36s infinite; animation-delay:-36s; }
#t5:checked ~ #photo2 { animation:slideselect4 36s infinite; animation-delay:-30s; }
#t5:checked ~ #photo3 { animation:slideselect4 36s infinite; animation-delay:-24s; }
#t5:checked ~ #photo4 { animation:slideselect4 36s infinite; animation-delay:-18s; }
#t5:checked ~ #photo5 { animation:slideselect4 36s infinite; animation-delay:-12s; }
#t5:checked ~ #photo6 { animation:slideselect4 36s infinite; animation-delay:-6s; }

#t6:checked ~ #photo1 { animation:slideselect5 36s infinite; animation-delay:-42s; }
#t6:checked ~ #photo2 { animation:slideselect5 36s infinite; animation-delay:-36s; }
#t6:checked ~ #photo3 { animation:slideselect5 36s infinite; animation-delay:-30s; }
#t6:checked ~ #photo4 { animation:slideselect5 36s infinite; animation-delay:-24s; }
#t6:checked ~ #photo5 { animation:slideselect5 36s infinite; animation-delay:-18s; }
#t6:checked ~ #photo6 { animation:slideselect5 36s infinite; animation-delay:-12s; }

/* サムネイルクリック時に該当サムネイルを識別 */
#t1:checked ~ #thumbs label #thumb1 { opacity:0.5; border:#f00 solid 2px; }
#t2:checked ~ #thumbs label #thumb2 { opacity:0.5; border:#f00 solid 2px; }
#t3:checked ~ #thumbs label #thumb3 { opacity:0.5; border:#f00 solid 2px; }
#t4:checked ~ #thumbs label #thumb4 { opacity:0.5; border:#f00 solid 2px; }
#t5:checked ~ #thumbs label #thumb5 { opacity:0.5; border:#f00 solid 2px; }
#t6:checked ~ #thumbs label #thumb6 { opacity:0.5; border:#f00 solid 2px; }

/* サムネイルクリック時のマーキングバーのanimation */
#t1:checked ~ #thumbs #mark { animation:markingt1 36s infinite; animation-delay:-36s; }
#t2:checked ~ #thumbs #mark { animation:markingt2 36s infinite; animation-delay:-6s; }
#t3:checked ~ #thumbs #mark { animation:markingt3 36s infinite; animation-delay:-12s; }
#t4:checked ~ #thumbs #mark { animation:markingt4 36s infinite; animation-delay:-18s; }
#t5:checked ~ #thumbs #mark { animation:markingt5 36s infinite; animation-delay:-24s; }
#t6:checked ~ #thumbs #mark { animation:markingt6 36s infinite; animation-delay:-30s; }

@keyframes slidepass {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:185%;}
	100% {left:185%; }
}
@keyframes slidepass1 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:1851%;}
	100% {left:185%; }
}
@keyframes slidepass2 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:131%;}
	100% {left:131%; }
}
@keyframes slidepass3 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:131%;}
	100% {left:131%; }
}
@keyframes slidepass4 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:131%;}
	100% {left:131%; }
}
@keyframes slidepass5 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:131%;}
	100% {left:131%; }
}
@keyframes slidepass6 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:131%;}
	100% {left:131%; }
}
@keyframes slideback {
	0% {left:-85%;}
	16.66% {left:-85%;}
	19.66% {left:-31%;opacity:0.5;}
	33.30% {opacity:0.5;}
	33.33% {left:-31%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:77%; z-index:19;opacity:0.5;}
	66.66% {left:77%;opacity:0.5;}
	69.66% {left:131%;opacity:0.5;}
	83.33% {left:131%;}
	86.33% {left:185%;}
	100% {left:185%; }
}
@keyframes slideback1 {
	0% {left:-85%;}
	16.66% {left:-85%;}
	19.66% {left:-31%;opacity:0.5;}
	33.30% {opacity:0.5;}
	33.33% {left:-31%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:77%; z-index:19;opacity:0.5;}
	66.66% {left:77%;opacity:0.5;}
	69.66% {left:131%;opacity:0.5;}
	83.33% {left:131%;}
	86.33% {left:185%;}
	100% {left:185%; }
}
@keyframes slideback2 {
	0% {left:-85%;}
	16.66% {left:-85%;}
	19.66% {left:-31%;opacity:0.5;}
	33.30% {opacity:0.5;}
	33.33% {left:-31%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:77%; z-index:19;opacity:0.5;}
	66.66% {left:77%;opacity:0.5;}
	69.66% {left:131%;opacity:0.5;}
	83.33% {left:131%;}
	86.33% {left:185%;}
	100% {left:185%; }
}
@keyframes slideback3 {
	0% {left:-85%;}
	16.66% {left:-85%;}
	19.66% {left:-31%;opacity:0.5;}
	33.30% {opacity:0.5;}
	33.33% {left:-31%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:77%; z-index:19;opacity:0.5;}
	66.66% {left:77%;opacity:0.5;}
	69.66% {left:131%;opacity:0.5;}
	83.33% {left:131%;}
	86.33% {left:185%;}
	100% {left:185%; }
}
@keyframes slideback4 {
	0% {left:-85%;}
	16.66% {left:-85%;}
	19.66% {left:-31%;opacity:0.5;}
	33.30% {opacity:0.5;}
	33.33% {left:-31%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:77%; z-index:19;opacity:0.5;}
	66.66% {left:77%;opacity:0.5;}
	69.66% {left:131%;opacity:0.5;}
	83.33% {left:131%;}
	86.33% {left:185%;}
	100% {left:185%; }
}
@keyframes slideback5 {
	0% {left:-85%;}
	16.66% {left:-85%;}
	19.66% {left:-31%;opacity:0.5;}
	33.30% {opacity:0.5;}
	33.33% {left:-31%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:77%; z-index:19;opacity:0.5;}
	66.66% {left:77%;opacity:0.5;}
	69.66% {left:131%;opacity:0.5;}
	83.33% {left:131%;}
	86.33% {left:185%;}
	100% {left:185%; }
}
@keyframes slideback6 {
	0% {left:-85%;}
	16.66% {left:-85%;}
	19.66% {left:-31%;opacity:0.5;}
	33.30% {opacity:0.5;}
	33.33% {left:-31%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:77%; z-index:19;opacity:0.5;}
	66.66% {left:77%;opacity:0.5;}
	69.66% {left:131%;opacity:0.5;}
	83.33% {left:131%;}
	86.33% {left:185%;}
	100% {left:185%; }
}
@keyframes slideselect1 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:1851%;}
	100% {left:131%; }
}
@keyframes slideselect2 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:131%;}
	100% {left:131%; }
}
@keyframes slideselect3 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:131%;}
	100% {left:131%; }
}
@keyframes slideselect4 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:131%;}
	100% {left:131%; }
}
@keyframes slideselect5 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:131%;}
	100% {left:131%; }
}
@keyframes slideselect6 {
	0% {left:131%;}
	16.66% {left:131%;}
	19.66% {left:77%;}
	33.30% {opacity:0.5;}
	33.33% {left:77%;}
	36.33% {left:23%;opacity:1;}
	50% { left:23%; z-index:20;opacity:1;}
	53% { left:-31%; z-index:19;opacity:0.5;}
	66.66% {left:-31%;opacity:0.5;}
	69.66% {left:-85%;}
	83.33% {left:-85%;}
	86.33% {left:131%;}	
	100% {left:131%; }
}
@keyframes markingleft {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingleft1 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingleft2 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingleft3 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingleft4 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingleft5 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingleft6 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingright1 {
	0% {left:51.5%;}
	16.66% {left:51.5%; }
	19.66% {left:41.2%; }
	33.33% {left:41.2%; }
	36.33% {left:30.9%; }
	50% { left:30.9%; }
	53% { left:20.6%; }
	66.66% {left:20.6%;}
	69.66% {left:10.3%;}
	83.33% {left:10.3%;}
	86.33% {left:0%;}
	99.66% { left:0%; }
	100% {left:51.5%; }	
}
@keyframes markingright2 {
	0% {left:51.5%;}
	16.66% {left:51.5%; }
	19.66% {left:41.2%; }
	33.33% {left:41.2%; }
	36.33% {left:30.9%; }
	50% { left:30.9%; }
	53% { left:20.6%; }
	66.66% {left:20.6%;}
	69.66% {left:10.3%;}
	83.33% {left:10.3%;}
	86.33% {left:0%;}
	99.66% { left:0%; }
	100% {left:51.5%; }	
}
@keyframes markingright3 {
	0% {left:51.5%;}
	16.66% {left:51.5%; }
	19.66% {left:41.2%; }
	33.33% {left:41.2%; }
	36.33% {left:30.9%; }
	50% { left:30.9%; }
	53% { left:20.6%; }
	66.66% {left:20.6%;}
	69.66% {left:10.3%;}
	83.33% {left:10.3%;}
	86.33% {left:0%;}
	99.66% { left:0%; }
	100% {left:51.5%; }	
}
@keyframes markingright4 {
	0% {left:51.5%;}
	16.66% {left:51.5%; }
	19.66% {left:41.2%; }
	33.33% {left:41.2%; }
	36.33% {left:30.9%; }
	50% { left:30.9%; }
	53% { left:20.6%; }
	66.66% {left:20.6%;}
	69.66% {left:10.3%;}
	83.33% {left:10.3%;}
	86.33% {left:0%;}
	99.66% { left:0%; }
	100% {left:51.5%; }	
}
@keyframes markingright5 {
	0% {left:51.5%;}
	16.66% {left:51.5%; }
	19.66% {left:41.2%; }
	33.33% {left:41.2%; }
	36.33% {left:30.9%; }
	50% { left:30.9%; }
	53% { left:20.6%; }
	66.66% {left:20.6%;}
	69.66% {left:10.3%;}
	83.33% {left:10.3%;}
	86.33% {left:0%;}
	99.66% { left:0%; }
	100% {left:51.5%; }	
}
@keyframes markingright6 {
	0% {left:51.5%;}
	16.66% {left:51.5%; }
	19.66% {left:41.2%; }
	33.33% {left:41.2%; }
	36.33% {left:30.9%; }
	50% { left:30.9%; }
	53% { left:20.6%; }
	66.66% {left:20.6%;}
	69.66% {left:10.3%;}
	83.33% {left:10.3%;}
	86.33% {left:0%;}
	99.66% { left:0%; }
	100% {left:51.5%; }	
}
@keyframes markingt1 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingt2 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingt3 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingt4 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingt5 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}
@keyframes markingt6 {
	0% { left:0%; }
	16.66% { left:0%; }
	19.66% { left:10.3%; }
	33.33% { left:10.3%; }
	36.33% { left:20.6%; }
	50% { left:20.6%; }
	53% { left:30.9%; }
	66.66% { left:30.9%; }
	69.66% { left:41.2%; }
	83.33% { left:41.2%; }
	86.33% { left:51.5%; }
	99.66% { left:51.5%; }
	100% { left:0%; }
}

#thumbs {
  position: absolute;
  width: 69%;
  left: 29%;
  top: calc(77px + 24vw);
  z-index: 20;
}
@media screen and (max-width: 800px) {
  #stage {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    /* background: #333; */
    overflow: hidden;
    height: 35vh;
    top: 48px;
}
#thumbs {
  position: absolute;
  width: 176vw;
  max-width: 670px;
  left: 0%;
  right: 0;
  top: 79%;
}

.photo {
	position: absolute;
	top: 0%;
	width:100%;
  left: 0%!important;
  right: 0%!important;
	z-index:-10;
}

}

/* YouTube追加 */
.video-player {
  display: block;
	position: relative;
	max-height: 100%;
	max-width: 100%;
	height: 100%;
}

.mt40 {
  margin-top: 40px;
}
.mb60 {
  margin-bottom: 60px;
}

p.fit-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.sp {
  display: none;
}
.pc {
  display: block;
}

/* sp */
@media only screen and (max-width: 480px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  #thumbs {
    position: absolute;
    width: 130%;
    /* max-width: 670px; */
    left: 9%;
    /* right: 0; */
    top: 80%;
  }
  .fh5co-cards {
    margin-top: 0;
}
  .fh5co-cards2 {
    margin-top: 0;
}
.btn {
  max-width: 300px;
}
}

.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}

.floating-banner-tel {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  top: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner-tel__image {
  max-width: 100%; /* 画像の最大幅 */
}
.floating-banner-tel__image {
  display: none;
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner-tel {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner-tel__image {
    display: block;
    max-width: 15vw;
    position: fixed; /* バナーを追従させる */
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 15vh; /* バナーの上下の位置 */
    right: 0; /* バナーの左右の位置 */
  }
  .floating-banner-tel {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}

.t-w {
  color: #fff;
}
@media screen and (max-width: 560px) { 
.attachment {
  padding:0;
  position: relative;
}
.attachment::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-30;
  width:100%;
  height:100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/sp_back.jpg);
  background-size: cover;
}

#fh5co-features {
  padding: 0 0 3em 0;
}

p.fit-content {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
}
.pt0 {
  padding-left: 0;
}
#fh5co-footer .fh5co-footer-heading {
  margin-top: 20px;
}
#fh5co-hero {
  padding: 3.8em 0 4.5em 0;
}
.f-s {
  font-size: 1.5rem;
}
.img-responsive02 {
  width: 100%;
}
}

.img-responsive02 {
  width: 100%;
}

/* * ,
*::after,
*::before{
  outline: 1px solid rgb(234, 4, 234);
  opacity: 1!important;
} */

.mesh {
  background-image: url("../img/mesh2.png");
  background-repeat: repeat;
  background-size: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
@media screen and (max-width:750px){
.mesh {
  background-size: 6px;
}
}
img.deco {
  display: inline-block;
    position: absolute;
    bottom: 0;
    width: 49vw;
    right: 0;
}
@media screen and (max-width:750px){
  img.deco {
      width: 100vw;
  }
  }

.mt30 {
  margin-top: 30px;
}


.font-roboto {
	font-family: roboto, noto sans jp, 游ゴシック medium, yu gothic medium, yugothic medium, メイリオ, meiryo, sans-serif;
  font-weight: 400;
  text-shadow: 2px 3px 3px #000000;
}

.font-roboto-s {
	font-family: roboto, noto sans jp, 游ゴシック medium, yu gothic medium, yugothic medium, メイリオ, meiryo, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  /* text-shadow: 2px 3px 3px #000000; */
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* Privacy Policyページ内css */
ol.list li {
	list-style-type: none;
	counter-increment: cnt;
}
 
ol.list li::before {
	content: "(" counter(cnt) ") ";
}
.mt10 {
  margin-top: 10px;
}

table {
  margin-left: auto;
  margin-right: auto;
}
/* sp */
@media only screen and (max-width: 480px){
  .sp-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
.fh5co-cards2 {
  background-image: url(../images/image_1.jpg);
  background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/image_1.jpg) ;;
  background-color: rgba(0,0,0,0.8);
  background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 8%;
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    margin-top: 40px;
}
.sp-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
}
span.border{
	position: relative;
	/* font-size: 18px; */
}

span.border:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 3px #e5f509;
	animation: border_anim 2s linear forwards;
}

@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

.flowing {
	width: 0;
	margin: 0;
	/* font-size: 3vw;
	font-weight: bold;
	color: #ff6347; */
	white-space: nowrap;
	overflow: hidden;
	animation: flowing-anim 3s forwards linear;
}

.flowing:nth-child(2) {
	animation-delay: 2.5s;
}

.flowing:nth-child(3) {
	animation-delay: 5s;
}

@keyframes flowing-anim {
 0%{
	 width: 0%;
   }
100%{
	 width: 100%;
   }
}

