/******************************************************************
  Template Name: Activitar
  Description:  Activitar Fitness HTML Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Feature Section
6.  Class Section
7.  Class Time Section
8.  Price Plan Section
9.  Contact
10.  Footer Style

-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Nunito Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: "Nunito Sans", sans-serif;
	color: #333333;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ol {
	padding: 0;
	margin: 0;
}

ul {
	padding:0 0 0 10px;
	margin: 0;
}


hr {
	width: 100%;
	border-top: 1px solid #bcbcbc; 
	padding: 20px 0;
}

table {
  border-collapse: collapse;
}
table th, table td {
  padding: 20px 0;
  border-bottom: solid 1px #bcbcbc;
}


.course-list table {
  border-collapse: collapse;
}
.course-list table th, .course-list table td {
  padding: 0px 0 !important;
  border-bottom: none !important;
}

.course-list .rate { color:#2fbbb7;} 

.course-list .course-title { width:60%;} 
.course-list .rate { width:40%;} 


.att { color:red;}
.hr-blank {
	width: 100%;
	border-top: 0px solid #ffffff !important; 
	padding: 0px 0px !important;
}
.blank-10 { width: 100%; padding: 10px 0 0 0;}
.blank-20 { width: 100%; padding: 20px 0 0 0;}
.blank-40 { width: 100%; padding: 40px 0 0 0;}
.blank-60 { width: 100%; padding: 60px 0 0 0;}
.blank-80 { width: 100%; padding: 80px 0 0 0;}
.blank-100 { width: 100%; padding: 100px 0 0 0;}
.blank-120 { width: 100%; padding: 120px 0 0 0;}

/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	color: #000000;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.section-title p {
	color: #000000;
	margin-bottom: 0;
}


.section-title2 h2 {
	color: #000000;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.section-title2 p {
	color: #000000;
	margin-bottom: 0;
}

.comingsoon-title h2 {
	color: #a2a2a2;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: uppercase;
	text-align: center;
}

.comingsoon-title p {
	color: #a2a2a2;
	margin-bottom: 80px;
	text-align: center;
}

.subtitle_green {
	padding: 0px 0 20px 0;
	color: #2fbbb7 !important;
	font-weight: 600 !important;
    font-size: 18px;
    line-height: 30px;
}

.subtitle_green_center {
	padding: 0px 0 20px 0;
	color: #2fbbb7 !important;
	font-weight: 600 !important;
    font-size: 18px;
    line-height: 30px;
}

.h2_green {
	padding: 0px 0 20px 0;
	color: #2fbbb7 !important;
	font-weight: 600 !important;
    line-height: 40px;
}

.h2_red {
	padding: 0px 0 20px 0;
	color: red !important;
	font-weight: 600 !important;
    line-height: 40px;
}

.boldtitle_green {
	padding: 0px 0 -10px 0;
	color: #2fbbb7 !important;
	font-weight: 600 !important;
}


.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.set-bg-company {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */


.primary-btn {
	display: inline-block;
	/*font-size: 14px;*/
	/*font-family: "Oswald", sans-serif;*/
	/*font-weight: 600;*/
	/*padding: 0 12px;*/
    margin: 10px;
	/*color: #ffffff;*/
	/*background: #38b2af;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 240px;
	height: auto;
	/*border-left: 2px solid #38b2af;*/
	/*border-right: 2px solid #2fbbb7;*/
	/*-webkit-box-sizing: border-box;*/
	/*box-sizing: border-box;*/
	/*background-position: 0 0, 0 100%;*/
	/*background-repeat: no-repeat;*/
	/*background-size: 100% 2px;*/
	/*background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #2fbbb7), to(#38b2af)), -webkit-gradient(linear, left top, right top, from(#2fbbb7), color-stop(0%, #38b2af));*/
	/*background-image: -o-linear-gradient(left, #2fbbb7 100%, #38b2af 100%), -o-linear-gradient(left, #2fbbb7 0%, #38b2af 0%);*/
	/*background-image: linear-gradient(to right, #2fbbb7 100%, #38b2af 100%), linear-gradient(to right, #2fbbb7 0%, #38b2af 0%);*/
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
	/*border-radius: 4px;*/
}

.primary-btn:after {
	/*color: #fff;*/
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	/*background: #38b2af;*/
	/*background: -webkit-gradient(linear, left top, right top, from(#38b2af), to(#2fbbb7));*/
	/*background: -o-linear-gradient(left, #38b2af, #2fbbb7);*/
	/*background: linear-gradient(to right, #38b2af, #2fbbb7);*/
	content: "";
	position: absolute;
	width: 240px;
	height: auto;
	top: 0;
	left: 0;
	z-index: -1;
	/*border-radius: 2px;*/
	opacity: 0;

}

.primary-btn-sub {
	display: inline-block;
	/*font-size: 14px;*/
	/*font-family: "Oswald", sans-serif;*/
	/*font-weight: 600;*/
	/*padding: 0 12px;*/
    margin: 10px;
	/*color: #ffffff;*/
	/*background: #38b2af;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 240px;
	height: auto;
	/*border-left: 2px solid #38b2af;*/
	/*border-right: 2px solid #2fbbb7;*/
	/*-webkit-box-sizing: border-box;*/
	/*box-sizing: border-box;*/
	/*background-position: 0 0, 0 100%;*/
	/*background-repeat: no-repeat;*/
	/*background-size: 100% 2px;*/
	/*background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #2fbbb7), to(#38b2af)), -webkit-gradient(linear, left top, right top, from(#2fbbb7), color-stop(0%, #38b2af));*/
	/*background-image: -o-linear-gradient(left, #2fbbb7 100%, #38b2af 100%), -o-linear-gradient(left, #2fbbb7 0%, #38b2af 0%);*/
	/*background-image: linear-gradient(to right, #2fbbb7 100%, #38b2af 100%), linear-gradient(to right, #2fbbb7 0%, #38b2af 0%);*/
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
	/*border-radius: 4px;*/
    padding-bottom: 35px;
}

.primary-btn-sub:after {
	/*color: #fff;*/
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	/*background: #38b2af;*/
	/*background: -webkit-gradient(linear, left top, right top, from(#38b2af), to(#2fbbb7));*/
	/*background: -o-linear-gradient(left, #38b2af, #2fbbb7);*/
	/*background: linear-gradient(to right, #38b2af, #2fbbb7);*/
	content: "";
	position: absolute;
	width: 240px;
	height: auto;
	top: 0;
	left: 0;
	z-index: -1;
	/*border-radius: 2px;*/
	opacity: 0;
    padding-bottom: 35px;
}


.cta-section .primary-btn {
	display: inline-block;
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	padding: 0 12px;
    margin: 10px;
	color: #ffffff;
	background: #38b2af;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	height: 46px;
	border-left: 2px solid #38b2af;
	border-right: 2px solid #2fbbb7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #2fbbb7), to(#38b2af)), -webkit-gradient(linear, left top, right top, from(#2fbbb7), color-stop(0%, #38b2af));
	background-image: -o-linear-gradient(left, #2fbbb7 100%, #38b2af 100%), -o-linear-gradient(left, #2fbbb7 0%, #38b2af 0%);
	background-image: linear-gradient(to right, #2fbbb7 100%, #38b2af 100%), linear-gradient(to right, #2fbbb7 0%, #38b2af 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.cta-section .primary-btn:after {
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #38b2af;
	background: -webkit-gradient(linear, left top, right top, from(#38b2af), to(#2fbbb7));
	background: -o-linear-gradient(left, #38b2af, #2fbbb7);
	background: linear-gradient(to right, #38b2af, #2fbbb7);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}

.secondary-btn {
	display: inline-block;
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	padding: 0 12px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	height: 46px;
	border-left: 2px solid #38b2af !important;
	border-right: 2px solid #2fbbb7 !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background-position: 0 0, 0 100% !important;
	background-repeat: no-repeat !important;
	background-size: 100% 2px !important;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #2fbbb7), to(#38b2af)), -webkit-gradient(linear, left top, right top, from(#2fbbb7), color-stop(0%, #38b2af)) !important;
	background-image: -o-linear-gradient(left, #2fbbb7 100%, #38b2af 100%), -o-linear-gradient(left, #2fbbb7 0%, #38b2af 0%) !important;
	background-image: linear-gradient(to right, #2fbbb7 100%, #38b2af 100%), linear-gradient(to right, #2fbbb7 0%, #38b2af 0%) !important;
	-webkit-transition-duration: 1000ms !important;
	-o-transition-duration: 1000ms !important;
	transition-duration: 1000ms !important;
	line-height: 45px !important;
	position: relative;
	z-index: 2;
	border-radius: 4px;
}

.secondary-btn:after {
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #38b2af;
	background: -webkit-gradient(linear, left top, right top, from(#38b2af), to(#2fbbb7)) !important;
	background: -o-linear-gradient(left, #38b2af, #2fbbb7) !important;
	background: linear-gradient(to right, #38b2af, #2fbbb7) !important;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}

.site-btn {
	display: inline-block;
	font-size: 12px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	padding: 0 12px;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background: none;
	width: 127px;
	height: 40px;
	border-left: 2px solid #38b2af;
	border-right: 2px solid #2fbbb7;
	border-top: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #38b2af), color-stop(0%, #2fbbb7)), -webkit-gradient(linear, left top, right top, from(#38b2af), color-stop(0%, #2fbbb7));
	background-image: -o-linear-gradient(left, #38b2af 100%, #2fbbb7 0%), -o-linear-gradient(left, #38b2af 0%, #2fbbb7 0%);
	background-image: linear-gradient(to right, #38b2af 100%, #2fbbb7 0%), linear-gradient(to right, #38b2af 0%, #2fbbb7 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 38px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.site-btn:after {
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #38b2af;
	background: -webkit-gradient(linear, left top, right top, from(#38b2af), to(#2fbbb7));
	background: -o-linear-gradient(left, #38b2af, #2fbbb7);
	background: linear-gradient(to right, #38b2af, #2fbbb7);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.header-section {
	/* padding-top: 40px; */
	padding-top: 20px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding-left: 60px;
	padding-right: 60px;
}

.header-section.header-normal {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;
	padding-top: 0;
}

.header-section.header-normal .logo {
	padding: 20px 0;
}

.header-section.header-normal .nav-menu .mainmenu ul li a {
	padding: 20px 0 40px 0;
}

.header-section.header-normal .nav-menu .mainmenu ul li a:after {
	bottom: 35px;
}

.header-section.header-normal .nav-menu .mainmenu ul li:hover .dropdown {
	/*top: 107px;*/
	top: 60px;
}

.header-section.header-normal .nav-menu .mainmenu ul li .dropdown {
	/*top: 128px;*/
	top: 80px;
}

.header-section.header-normal .nav-menu .mainmenu ul li .dropdown li a {
	padding: 14px 22px;
}

.header-section.header-normal .top-social {
	padding: 39px 0;
}

.logo {
	float: left;
}
.logo img {
	width: 200px;
	height: 62px;
}

.logo a {
	display: inline-block;
}

.nav-menu {
	text-align: center;
	padding-top: 20px;
}

.nav-menu .mainmenu {
	display: inline-block;
}

.nav-menu .mainmenu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 45px;
	position: relative;
}

.nav-menu .mainmenu ul li span {
	margin-right: 45px !important;
}

.nav-menu .mainmenu ul li:last-child {
	margin-right: 0;
}

.nav-menu .mainmenu ul li.active a {
	color: #2fbbb7;
}

.nav-menu .mainmenu ul li.active a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li a {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 28px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	font-family: "Oswald", sans-serif;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .mainmenu ul li a:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	/*background: #2fbbb7;*/
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.nav-menu .mainmenu ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 40px;
}

.nav-menu .mainmenu ul li:hover>a {
	color: #2fbbb7;
}

.nav-menu .mainmenu ul li:hover>a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 70px;
	/*width: 240px;*/
    width: max-content;
	background: #2fbbb7;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}

.nav-menu .mainmenu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.nav-menu .mainmenu ul li .dropdown li a {
	text-align: left;
	text-transform: capitalize;
	padding: 10px 20px;
	color: #ffffff;
}

.nav-menu .mainmenu ul li .dropdown .course-type  {
	text-align: left;
	text-transform: capitalize;
	padding: 0px 20px 0px 20px !important;
	color: #ffffff;
}

.nav-menu .mainmenu ul li .dropdown .course-type:last-child {
	text-align: left;
	text-transform: capitalize;
	padding: 0px 20px 20px 20px !important;
	color: #ffffff;
}

.nav-menu .mainmenu ul li .dropdown .course-type:hover {
	color: #151515;
}
.nav-menu .mainmenu ul li .dropdown li a:hover {
	color: #151515;
}

.nav-menu .mainmenu ul li .dropdown li a:hover:after {
	display: none;
}

.top-social {
	float: right;
	padding-top: 20px;
}

.top-social a {
	display: inline-block;
	font-size: 20px;
	color: #000000;
	margin-left: 20px;
}

.slicknav_menu {
	display: none;
}

/*---------------------
  Hero Section
-----------------------*/

.hero-items .owl-item.active .single-hero-item .hero-text h2,
.hero-items .owl-item.active .single-hero-item .hero-text h1,
.hero-items .owl-item.active .single-hero-item .hero-text h3,
.hero-items .owl-item.active .single-hero-item .hero-text h4,
.hero-items .owl-item.active .single-hero-item .hero-text h5,
.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn,
.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn-adjust,
.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn-sub {
	top: 0;
	opacity: 1;
}

.hero-items .owl-item.active .single-hero-item .hero-text h2,
.hero-items .owl-item.active .single-hero-item .hero-text h1,
.hero-items .owl-item.active .single-hero-item .hero-text h3,
.hero-items .owl-item.active .single-hero-item .hero-text h4,
.hero-items .owl-item.active .single-hero-item .hero-text h5 {
	text-shadow:0 0 10px #FFF;
}

.hero-items .owl-item.active .single-hero-item .hero-text h2 {
	-webkit-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}

.hero-items .owl-item.active .single-hero-item .hero-text h1 {
	-webkit-transition: all 0.4s ease 0.4s;
	-o-transition: all 0.4s ease 0.4s;
	transition: all 0.4s ease 0.4s;
}

.hero-items .owl-item.active .single-hero-item .hero-text h3 {
	-webkit-transition: all 0.6s ease 0.6s;
	-o-transition: all 0.6s ease 0.6s;
	transition: all 0.6s ease 0.6s;
}

.hero-items .owl-item.active .single-hero-item .hero-text h4 {
	-webkit-transition: all 0.8s ease 0.8s;
	-o-transition: all 0.8s ease 0.8s;
	transition: all 0.8s ease 0.8s;
}

.hero-items .owl-item.active .single-hero-item .hero-text h5 {
	-webkit-transition: all 1.0s ease 1.0s;
	-o-transition: all 1.0s ease 1.0s;
	transition: all 1.0s ease 1.0s;
}

.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn {
	-webkit-transition: all 1.2s ease 1.2s;
	-o-transition: all 1.2s ease 1.2s;
	transition: all 1.2s ease 1.2s;
}

.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn-adjust {
	-webkit-transition: all 1.2s ease 1.2s;
	-o-transition: all 1.2s ease 1.2s;
	transition: all 1.2s ease 1.2s;
}

.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn-sub {
	-webkit-transition: all 1.2s ease 1.2s;
	-o-transition: all 1.2s ease 1.2s;
	transition: all 1.2s ease 1.2s;
}

.hero-items .owl-nav button[type=button] {
	position: absolute;
	left: 75px;
	top: 50%;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	line-height: 30px;
	font-size: 60px;
	color: #38b2af;
}

.hero-items .owl-nav button[type=button].owl-next {
	left: auto;
	right: 75px;
}

.hero-items .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}

.hero-items .owl-dots button.owl-dot {
	height: 14px;
	width: 14px;
	background: #38b2af;
	border-radius: 50%;
	margin-right: 15px;
	position: relative;
}

.hero-items .owl-dots button.owl-dot.active:after {
	opacity: 1;
}

.hero-items .owl-dots button.owl-dot:after {
	position: absolute;
	left: -3px;
	top: -3px;
	height: 20px;
	width: 20px;
	border: 1px solid #38b2af;
	content: "";
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.hero-items .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

.single-hero-item {
	/*height: 950px;*/
    height: 100vh;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-hero-item .hero-text {
	text-align: center;
}

.single-hero-item .hero-text h2 {
	color: #000000;
	text-transform: uppercase;
	font-family: "Nunito Sans", sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
	/*top: 50px;*/
    top: 0px;
	/*opacity: 0;*/
    opacity: 1;
	font-weight: 600;
}

.single-hero-item .hero-text h1 {
	color: #000000;
	font-size: 90px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 4px;
	position: relative;
	/*top: 50px;*/
    top: 0px;
	/*opacity: 0;*/
    opacity: 1;
}

.single-hero-item .hero-text h3 {
	color: #000000;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 46px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.single-hero-item .hero-text h4 {
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.single-hero-item .hero-text h5 {
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 50px;
	position: relative;
	top: 10px;
	opacity: 0;
}

.single-hero-item .hero-text .primary-btn {
	position: relative;
	/*top: 50px;*/
    top: 0px;
	/*opacity: 0;*/
    opacity: 1;
}

.single-hero-item .hero-text .primary-btn-adjust {
	position: relative;
	/*top: 50px;*/
    top: 0px;
	/*opacity: 0;*/
    opacity: 1;
}


.single-hero-item .hero-text .primary-btn-sub {
	position: relative;
	/*top: 50px;*/
    top: 0px;
	/*opacity: 0;*/
    opacity: 1;
}

.single-hero-item .hero-text .primary-btn:hover:after {
	opacity: 1;
}

.single-hero-item .hero-text .primary-btn-adjust:hover:after {
	opacity: 1;
}

.single-hero-item .hero-text .primary-btn-sub:hover:after {
	opacity: 1;
}

/*---------------------
  Feature Item
-----------------------*/

.feature-item {
	text-align: center;
	height: 380px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 100px 15px 15px;
	position: relative;
}

.feature-item:hover:before {
	opacity: 1;
}

.feature-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #2fbbb7;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.feature-item h3 {
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.feature-item p {
	color: #000000;
	margin-bottom: 22px;
}

.feature-item .primary-btn.f-btn:hover:after {
	opacity: 1;
}
.secondary-btn.f-btn:hover:after {
	opacity: 1;
}

/*---------------------
  Home About
-----------------------*/

.home-about {
	background: #ffffff;
}

.about-text {
	padding-top: 18px;
}

.about-text h2 {
	font-size: 48px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 36px;
}

.about-text p.short-details {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	line-height: 28px;
	margin-bottom: 20px;
}

.about-text p.long-details {
	color: #333333;
	margin-bottom: 40px;
}

.about-text .primary-btn.about-btn:after {
	opacity: 1;
}

.about-btn:after {
	opacity: 1;
}

.about-img img {
	min-width: 100%;
}

/*---------------------
  Classes Section
-----------------------*/

.classes-section {
	background: #ffffff;
}

.classes-section.schedule-page .class-title {
	padding: 0;
}

.classes-section.schedule-page .class-title .section-title {
	margin-bottom: 65px;
}

.class-title {
	padding-top: 60px;
	padding-bottom: 62px;
}

.class-title .section-title h2 {
	font-weight: 500;
}

.classes-item {
	height: 480px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 60px;
	padding-top: 162px;
	padding-right: 35px;
}

.classes-item:hover:before {
	opacity: 1;
}

.classes-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #2fbbb7;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.classes-item h4 {
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.classes-item p {
	color: #ffffff;
	margin-bottom: 38px;
}

.classes-item .primary-btn.class-btn {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #30c6c5), color-stop(0%, #2fbbb7)), -webkit-gradient(linear, left top, right top, color-stop(100%, #2fbbb7), color-stop(0%, #30c6c5));
	background-image: -o-linear-gradient(left, #30c6c5 100%, #2fbbb7 0%), -o-linear-gradient(left, #2fbbb7 100%, #30c6c5 0%);
	background-image: linear-gradient(to right, #30c6c5 100%, #2fbbb7 0%), linear-gradient(to right, #2fbbb7 100%, #30c6c5 0%);
}

.classes-item .primary-btn.class-btn:hover:after {
	opacity: 1;
}

/*---------------------
  Classes Time Table Section
-----------------------*/

.classtime-section {
	background: #ffffff;
	padding-top: 90px;
}

.classtime-section .section-title {
	margin-bottom: 48px;
}

.timetable-controls {
	text-align: center;
	margin-bottom: 40px;
}

.timetable-controls ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	margin-right: 80px;
	cursor: pointer;
	position: relative;
}

.timetable-controls ul li.active {
	color: #2fbbb7;
}

.timetable-controls ul li.active:after {
	opacity: 1;
}

.timetable-controls ul li:after {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 2px;
	background: #2fbbb7;
	content: "";
	opacity: 0;
}

.timetable-controls ul li:last-child {
	margin-right: 0;
}

.classtime-table .ts-item {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.classtime-table.filtering .ts-item {
	opacity: 0;
}

.classtime-table.filtering .ts-item.show {
	opacity: 1;
}

.classtime-table table {
	width: 100%;
	border: 1px solid #1f1f1f;
	background: #212121;
	text-align: center;
}

.classtime-table table thead tr th {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	padding: 25px 5px;
}

.classtime-table table tbody {
	border-top: 1px solid #171717;
}

.classtime-table table tbody tr td {
	text-align: center;
	border-right: 1px solid #171717;
	border-bottom: 1px solid #171717;
	width: 146px;
	padding: 26px 10px 28px;
	position: relative;
	z-index: 1;
}

.classtime-table table tbody tr td:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#38b2af), to(#2fbbb7));
	background: -o-linear-gradient(left, #38b2af, #2fbbb7);
	background: linear-gradient(to right, #38b2af, #2fbbb7);
	content: "";
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.classtime-table table tbody tr td.hover-bg:hover:after {
	opacity: 1;
}

.classtime-table table tbody tr td.hover-bg:hover h6 {
	color: #ffffff;
}

.classtime-table table tbody tr td.workout-time {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
}

.classtime-table table tbody tr td span {
	font-size: 16px;
	color: #ffffff;
	display: block;
	margin-bottom: 7px;
}

.classtime-table table tbody tr td h6 {
	color: #2fbbb7;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*---------------------
  Price Section
-----------------------*/

.price-section {
	padding-top: 90px;
	padding-bottom: 70px;
}

.price-section .section-title {
	text-align: center;
	margin-bottom: 36px;
}

.price-section .section-title p {
	color: #ffffff;
}

.price-section .toggle-option {
	text-align: center;
	margin-bottom: 50px;
}

.price-section .toggle-option li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	margin-right: 10px;
}

.price-section .toggle-option li:last-child {
	margin-right: 0;
}

.price-section .toggle-option li .switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 30px;
	margin-bottom: 0;
}

.price-section .toggle-option li .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.price-section .toggle-option li .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.price-section .toggle-option li .switch .slider::before {
	position: absolute;
	content: "";
	height: 30px;
	width: 35px;
	right: 0;
	bottom: 0;
	background-color: white;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 2px;
}

.price-section .toggle-option li .switch input:checked+.slider:before {
	-webkit-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	transform: translateX(-35px);
}

.single-price-plan {
	background: #ffffff;
	text-align: center;
	padding: 45px 0 50px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.single-price-plan h4 {
	color: #272727;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 34px;
}

.single-price-plan .price-plan {
	margin-bottom: 35px;
}

.single-price-plan .price-plan h2 {
	color: #272727;
	font-size: 48px;
	font-weight: 700;
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	display: inline-block;
}

.single-price-plan .price-plan h2 span {
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 9px;
}

.single-price-plan .price-plan p {
	font-size: 16px;
	line-height: 20px;
	color: #272727;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single-price-plan ul {
	margin-bottom: 35px;
}

.single-price-plan ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	color: #272727;
	line-height: 42px;
}

.single-price-plan .primary-btn.price-btn {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #38b2af), color-stop(0%, #2fbbb7)), -webkit-gradient(linear, left top, right top, color-stop(100%, #2fbbb7), color-stop(0%, #38b2af));
	background-image: -o-linear-gradient(left, #38b2af 100%, #2fbbb7 0%), -o-linear-gradient(left, #2fbbb7 100%, #38b2af 0%);
	background-image: linear-gradient(to right, #38b2af 100%, #2fbbb7 0%), linear-gradient(to right, #2fbbb7 100%, #38b2af 0%);
	color: #2fbbb7;
}

.single-price-plan .primary-btn.price-btn:hover {
	color: #ffffff;
}

.single-price-plan .primary-btn.price-btn:hover:after {
	opacity: 1;
}

.single-price-plan .tic-text {
	width: 160px;
	height: 40px;
	background: #2fbbb7;
	position: absolute;
	right: -67px;
	top: -5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.single-price-plan .tic-text i {
	position: absolute;
	left: 69px;
	top: 15px;
	color: #ffffff;
}

/*---------------------
  Choseup Section
-----------------------*/

.chooseus-section {
	background: #ffffff;
	padding-top: 88px;
	padding-bottom: 50px;
}

.chooseus-section.schedule-page .section-title {
	text-align: center;
}

.chooseus-section.schedule-page .choose-item {
	text-align: center;
}

.chooseus-section .section-title {
	margin-bottom: 52px;
}

.choose-item {
	margin-bottom: 40px;
}

.choose-item h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 25px;
}

.choose-item p {
	color: #7b7b7b;
	font-weight: 500;
}

/*---------------------
  Video Section
-----------------------*/

.video-section {
	text-align: center;
	height: auto;
	padding-top: 40px;
}

.video-section .video-text {
	text-align: center;
	padding-top: 150px;
}

.video-section .video-text h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 42px;
}

.video-section .video-text .play-btn {
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 22px;
	background: #ffffff;
	text-align: center;
	line-height: 62px;
	color: #2fbbb7;
	border-radius: 50%;
	position: relative;
	padding-left: 5px;
}

.video-section .video-text .play-btn:after {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 70px;
	height: 70px;
	background: #ffffff;
	opacity: 0.3;
	border-radius: 50%;
	content: "";
}

.video-container {
	margin-bottom: 80px;
}


/*---------------------
  Blog Section
-----------------------*/

.blog-section {
	background: #151515;
	padding-top: 90px;
	padding-bottom: 66px;
}

.blog-section .section-title {
	margin-bottom: 55px;
}

.blog-item {
	position: relative;
	margin-bottom: 30px;
}

.blog-item:hover .play-btn {
	opacity: 1;
	visibility: visible;
}

.blog-item.large-item {
	height: 420px;
}

.blog-item.large-item.xl-large {
	height: 440px;
}

.blog-item.large-item.xls-large {
	height: 460px;
}

.blog-item.large-item.m-item {
	height: 400px;
}

.blog-item.small-item {
	height: 260px;
}

.blog-item.sm-item {
	height: 330px;
}

.blog-item.sms-item {
	height: 320px;
}

.blog-item .blog-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.blog-item .blog-text .categories {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

.blog-item .blog-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 10px;
}

.blog-item.instagram-item {
	background: -webkit-gradient(linear, left top, right top, from(#38b2af), to(#2fbbb7));
	background: -o-linear-gradient(left, #38b2af, #2fbbb7);
	background: linear-gradient(to right, #38b2af, #2fbbb7);
	padding: 44px 30px 65px;
}

.blog-item.instagram-item .instagram-text {
	display: block;
}

.blog-item.instagram-item .instagram-text .categories {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
}

.blog-item.instagram-item .instagram-text .categories i {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.blog-item.instagram-item .instagram-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
	line-height: 1.5;
}

.blog-item .play-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.blog-item .play-btn .play-in-btn {
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 22px;
	background: #ffffff;
	text-align: center;
	line-height: 62px;
	color: #2fbbb7;
	border-radius: 50%;
	position: relative;
	padding-left: 5px;
}

.blog-item .play-btn .play-in-btn:after {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 70px;
	height: 70px;
	background: #ffffff;
	opacity: 0.3;
	border-radius: 50%;
	content: "";
}


/*---------------------
  Cta Section
-----------------------*/

.cta-section {
	background: -o-linear-gradient(45deg, #38b2af, #2fbbb7);
	background: linear-gradient(45deg, #38b2af, #2fbbb7);
	padding: 38px 0;
}

.cta-section .cta-text {
	float: left;
}

.cta-section .cta-text h3 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cta-section .cta-text h5 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.cta-section .cta-text p {
	color: #ffffff;
	margin-bottom: 0;
}

.cta-section .cta-text .shopname {
	color: #ffffff !important;
	margin-bottom: 10px;
	font-family: "Oswald", sans-serif !important;
}


.cta-section .cta-text .shopname a:link,
.cta-section .cta-text .shopname a:visited {
	text-decoration: none;
	outline: none;
	color: #fff !important;
}

.cta-section .cta-text .shopname a:hover,
.cta-section .cta-text .shopname a:focus {
	text-decoration: underline;
	outline: none;
	color: #fff;
}




.cta-section .primary-btn.cta-btn {
	/*float: right;*/
    float: left;
	border-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffffff), to(#ffffff)), -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(0%, #ffffff));
	background-image: -o-linear-gradient(left, #ffffff 100%, #ffffff 100%), -o-linear-gradient(left, #ffffff 0%, #ffffff 0%);
	background-image: linear-gradient(to right, #ffffff 100%, #ffffff 100%), linear-gradient(to right, #ffffff 0%, #ffffff 0%);
	margin-top: 14px;
}

.cta-section .number-phone {
	font-size: 30px;
	font-family: "Oswald", sans-serif !important;
	font-weight: 500;
}

.cta-section .number-phone a {
	color: #ffffff !important;
}

.cta-section .number-phone a:hover {
	color: #ffffff !important;
}

.cta-section .number-hrs {
	font-size: 20px;
	font-family: "Oswald", sans-serif !important;
	font-weight: 500;
	
}

.aboutus-page-text .number-hrs {
	font-size: 20px;
	font-family: "Oswald", sans-serif !important;
	font-weight: 500;
	
}

/*---------------------
  Map Section
-----------------------*/

.map {
	height: 590px;
	position: relative;
}

.map iframe {
	width: 100%;
}

.map-contact-detalis {
	width: 420px;
	padding: 40px;
	background: #ffffff;
	position: absolute;
	right: 120px;
	top: 80px;
	-webkit-box-shadow: 6px 6px 50px rgba(198, 198, 198, 0.2);
	box-shadow: 6px 6px 50px rgba(198, 198, 198, 0.2);
}

.map-contact-detalis .open-time {
	overflow: hidden;
	margin-bottom: 10px;
}

.map-contact-detalis .open-time h5 {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
}

.map-contact-detalis .open-time ul {
	float: right;
}

.map-contact-detalis .open-time ul li {
	font-size: 14px;
	color: #000000;
	list-style: none;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	padding-right: 108px;
}

.map-contact-detalis .open-time ul li span {
	position: absolute;
	right: 0;
	top: 0;
}


/*---------------------
  Footer Section
-----------------------*/

.footer-section {
	background: #e5f1f1;
	padding-top: 72px;
}

.footer-section-nonmenu {
	background: #e5f1f1;
	padding-top: 0px;
}

.footer-logo-item {
	margin-bottom: 30px;
}

.footer-logo-item .f-logo {
	margin-bottom: 40px;
}

.footer-logo-item .f-logo img {
	height: 100px;
}

.footer-logo-item .f-logo a {
	display: inline-block;
}

.footer-logo-item p {
	color: #afb4bf;
	margin-bottom: 32px;
}

.footer-logo-item .social-links h6 {
	color: #2fbbb7;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-logo-item .social-links a {
	color: #2fbbb7;
	display: inline-block;
	font-size: 18px;
	margin-right: 32px;
}

.footer-logo-item .social-links a:last-child {
	margin-right: 0;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget h5 {
	font-size: 20px;
	font-weight: 500;
	color: #2fbbb7;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.footer-widget .footer-blog .fb-item {
	display: block;
	margin-bottom: 20px;
}

.footer-widget .footer-blog .fb-item:hover h6 {
	color: #2fbbb7;
}

.footer-widget .footer-blog .fb-item h6 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-widget .footer-blog .fb-item span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	color: #afb4bf;
}

.footer-widget .footer-blog .fb-item span i {
	color: #2fbbb7 !important;
	margin-right: 5px;
}

.footer-widget .workout-program li {
	list-style: none;
}

.footer-widget .workout-program li:last-child {
	padding-bottom: 20px !important;
}

.footer-widget .workout-program li a {
	display: block;
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	color: #000000;
	line-height: 18px;
	margin-bottom: 22px;
}

.footer-widget .footer-info li {
	list-style: none;
	font-size: 16px;
	color: #000000;
	position: relative;
	/*padding-left: 35px;*/
	margin-bottom: 20px;
}

.footer-widget li a {
	list-style: none;
	color: #000000;
	font-family: "Oswald", sans-serif !important;
}

.footer-widget li a:hover {
	list-style: none;
	color: #2fbbb7 !important;
}

.footer-widget .footer-info li a:visited {
	list-style: none;
	color: #000000;
}


.footer-widget .footer-info li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	color: #2fbbb7;
}

.footer-widget .footer-info li span {
	color: #000000;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}

.footer-widget .fa-phone {
	color: #2fbbb7 !important;
	margin-right: 5px;
}

.footer-widget .fa-map-marker {
	color: #2fbbb7 !important;
	margin-right: 5px;
}

.footer-widget .fa-dumbbell {
	color: #2fbbb7 !important;
	margin-right: 5px;
}

.footer-widget .fa-envelope {
	color: #2fbbb7 !important;
	margin-right: 5px;
}

.copyright-text {
	background: #2fbbb7;
	/*border-top: 1px solid #0a0a0a;*/
	padding: 20px 0;
	margin-top: 20px;
}

.copyright-text .ct-inside {
	font-size: 14px;
	color: #ffffff;
}

.copyright-text .ct-inside a {
	font-weight: 600;
	color: #2fbbb7;
}


.copyright-text2 {
	background: #2fbbb7;
	/*border-top: 1px solid #0a0a0a;*/
	padding: 20px 0;
	margin-top: 0px;
}

.copyright-text2 .ct-inside {
	font-size: 14px;
	color: #ffffff;
}

.copyright-text2 .ct-inside a {
	font-weight: 600;
	color: #2fbbb7;
}

/* ----------------------------------- Other Pages Styles ------------------------------*/

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
	padding-bottom: 105px;
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text h2 {
	font-size: 48px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.breadcrumb-text .breadcrumb-controls a {
	font-size: 16px;
	color: #ffffff;
	margin-right: 15px;
	position: relative;
}

.breadcrumb-text .breadcrumb-controls a:after {
	position: absolute;
	right: -13px;
	top: -2px;
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #ffffff;
}

.breadcrumb-text .breadcrumb-controls a i {
	margin-right: 2px;
}

.breadcrumb-text .breadcrumb-controls span {
	font-size: 16px;
	color: #ffffff;
}

/*---------------------
  AboutUs Section
-----------------------*/

.aboutus-section {
	background: #ffffff;
	padding-top: 90px;
	padding-bottom: 80px;
}

.aboutus-page-text .section-title {
	text-align: center;
	margin-bottom: 45px;
}

.aboutus-page-text .section-title2 {
	text-align: center;
	margin-bottom: 45px;
}

.aboutus-page-text img {
	margin-bottom: 54px;
}

.aboutus-page-text .about-us h4 {
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.aboutus-page-text .about-us p {
	color: #333333;
	line-height: 26px;
}

.blog-pic .about-us h4 {
	color: #2fbbb7;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 30px;
}

.blog-pic .about-us p {
	color: #333333;
	line-height: 26px;
}

.recruit a {
	color: #333333 !important;
	text-decoration: underline;
}

.recruit a:hover {
	color: #2fbbb7 !important;
	text-decoration: underline;
}

.company_table .number-phone a {
	color: #333333 !important;
}

.company_table .number-phone a:hover {
	color: #333333 !important;
}

.about-box { border: solid 5px #cdece8; padding: 20px 30px 30px 25px; margin: 35px 0;}
.prevention-box { border: solid 5px #cdece8; padding: 45px 60px; background: #ffffff; }

.aboutus-page-text .about-quality h4 {
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.aboutus-page-text .about-quality p {
	color: #333333;
	line-height: 22px;
}

.aboutus-page-text .about-quality ul li {
	list-style: none;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 10px;
}

.aboutus-page-text .about-quality ul li .fa-check-circle {
	color: #2fbbb7 !important;
	margin-right: 10px;
}


.aboutus-page-text .about-benefit h4 {
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.aboutus-page-text .about-benefit p {
	color: #333333;
	line-height: 22px;
}

.aboutus-page-text .about-benefit ul li {
	list-style: none;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 10px;
}

.aboutus-page-text .about-benefit ul li .fa-check-circle {
	color: #2fbbb7 !important;
	margin-right: 10px;
}

/*---------------------
  Testimonial Section
-----------------------*/

.testimonial-section {
	padding-bottom: 130px;
}

.testimonial-slider .ts-item {
	text-align: center;
}

.testimonial-slider .ts-item .rating {
	margin-bottom: 16px;
}

.testimonial-slider .ts-item .rating i {
	font-size: 20px;
	color: #ffca04;
	display: inline-block;
}

.testimonial-slider .ts-item h4 {
	color: #333333;
	line-height: 34px;
	font-family: "Nunito Sans", sans-serif;
	margin-bottom: 20px;
}

.testimonial-slider .ts-item .author-name {
	margin-bottom: 28px;
}

.testimonial-slider .ts-item .author-name h5 {
	color: #333333;
	font-weight: 500;
	margin-bottom: 4px;
}

.testimonial-slider .ts-item .author-name span {
	display: inline-block;
	color: #333333;
}

.testimonial-slider .ts-item .author-pic img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonial-slider .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -41px;
	width: 100%;
}

.testimonial-slider .owl-dots button.owl-dot {
	height: 4px;
	width: 20px;
	background: #333333;
	border-radius: 50px;
	margin-right: 10px;
}

.testimonial-slider .owl-dots button.owl-dot.active {
	background: #2fbbb7;
}

.testimonial-slider .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

/*---------------------
  Trainer Section
-----------------------*/

.trainer-section {
	background: #333333;
	padding-top: 90px;
	padding-bottom: 70px;
}

.trainer-section .section-title {
	text-align: center;
	margin-bottom: 45px;
}

.trainer-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.trainer-item:hover .ti-pic .ti-links {
	/*left: 20px;*/
    left: 0px;
    overflow: scroll;
}

.trainer-item .ti-pic img {
	min-width: 100%;
}

.trainer-item .ti-links h5 {
	color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 60px;
}

.trainer-item .ti-pic .ti-links {
	position: absolute;
	left: -100%;
	top: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    width: 100%;
    height: 100%;
    padding: 140px 20px 20px 20px;
    background: -o-linear-gradient(45deg, rgba(56, 178, 175, 0.5), rgba(47, 187, 183, 0.5));
    background: linear-gradient(45deg, rgba(56, 178, 175, 0.5), rgba(47, 187, 183, 0.5));
    color: #FFFFFF;
}

.trainer-item .ti-pic .ti-links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #afb4bf;
	background: #ffffff;
	margin-bottom: 10px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.trainer-item .ti-pic .ti-links a:hover {
	background: -o-linear-gradient(45deg, #38b2af, #2fbbb7);
	background: linear-gradient(45deg, #38b2af, #2fbbb7);
	color: #ffffff;
}

.trainer-item .ti-pic .trainer-text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: -o-linear-gradient(45deg, #38b2af, #2fbbb7);
	background: linear-gradient(45deg, #38b2af, #2fbbb7);
	width: 100%;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 12px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 91% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 91% 0, 100% 100%, 0 100%);
}

.trainer-item .ti-pic .trainer-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
}

.trainer-item .ti-pic .trainer-text h5 span {
	font-size: 14px;
	color: #ffffff;
	font-family: "Nunito Sans", sans-serif;
}
.trainer-item .ti-pic .trainer-text {
    /* 既存のスタイルに加えて以下を追加 */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trainer-item .ti-pic .trainer-text .view-profile {
    font-size: 0.85em;
    font-weight: normal;
    color: #ffffff;
    margin-right: 4.5rem; /* 必要に応じて調整 */
    cursor: pointer;
}

/*---------------------
  Gallery Section
-----------------------*/

.gallery-section {
	background: #151515;
	padding-bottom: 70px;
	padding-top: 95px;
}

.gallery-controls {
	text-align: center;
	margin-bottom: 45px;
}

.gallery-controls ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	margin-right: 45px;
	cursor: pointer;
	position: relative;
}

.gallery-controls ul li.active {
	color: #2fbbb7;
}

.gallery-controls ul li.active:after {
	opacity: 1;
}

.gallery-controls ul li:after {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background: #7D2719;
	content: "";
	opacity: 0;
}

.gallery-controls ul li:last-child {
	margin-right: 0;
}

.gallery-item {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.gallery-item:hover:after,
.gallery-item:hover:before {
	opacity: 1;
}

.gallery-item:hover .gi-hover {
	opacity: 1;
	visibility: visible;
}

.gallery-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #2fbbb7;
	content: "";
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-item .gi-hover-warp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
}

.gallery-item .gi-hover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-item .gi-hover a {
	height: 60px;
	width: 60px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	display: inline-block;
	color: #ffffff;
}

.gallery-item .gi-hover a:first-child {
	margin-right: 15px;
}

.gallery-item .gi-hover h6 {
	color: #ffffff;
	margin-top: 25px;
}

.gallery-item .gi-hover h6 span {
	font-family: "Nunito Sans", sans-serif;
	margin-top: 7px;
	display: block;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/*---------------------
  Blog Page Section
-----------------------*/

.blog-section.blog-page {
	padding-top: 100px;
	padding-bottom: 100px;
}

.blog-option {
	margin-top: 30px;
}

.blog-option .blog-pagination {
	font-size: 16px;
	color: #ffffff;
	float: left;
}

.blog-option .blog-pagination a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-option .blog-pagination a.active {
	background: -o-linear-gradient(45deg, #38b2af, #2fbbb7);
	background: linear-gradient(45deg, #38b2af, #2fbbb7);
}

.blog-option .blog-pagination a:hover {
	background: -o-linear-gradient(45deg, #38b2af, #2fbbb7);
	background: linear-gradient(45deg, #38b2af, #2fbbb7);
}

.blog-option .blog-pagination a:first-child {
	margin-right: 14px;
}

.blog-option .blog-pagination a:last-child:hover {
	background: transparent;
}

.blog-option .blog-pagination i {
	font-size: 18px;
}

.blog-option .blog-option-right {
	float: right;
}

.blog-option .blog-option-right .blog-result {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
	margin-right: 39px;
}

.blog-option .blog-option-right .show-result {
	display: inline-block;
	width: 144px;
	height: 40px;
	border: 1px solid #ecedee;
	border-radius: 3px;
}

.blog-option .blog-option-right .show-result p {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-size: 14px;
	padding: 8px 0 0 20px;
}

.blog-option .blog-option-right .nice-select {
	float: right;
	border-radius: 2px;
	background: transparent;
	border: none;
	font-size: 14px;
	color: #ffffff;
	padding-right: 45px;
	padding-left: 0;
}

.blog-option .blog-option-right .nice-select:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 7px;
	right: 25px;
	top: 46%;
	width: 7px;
}

.blog-option .blog-option-right .nice-select .list {
	width: 100%;
}

.blog-option .blog-option-right .nice-select .list .option {
	color: #222222;
}

/*---------------------
  Blog Single Hero
-----------------------*/

.blog-single-hero {
	height: 500px;
	padding-top: 176px;
}

.bs-hero-text h2 {
	color: #ffffff;
	font-weight: 500;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.bs-hero-text ul li {
	list-style: none;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	margin-right: 58px;
	position: relative;
}

.bs-hero-text ul li:after {
	position: absolute;
	right: -33px;
	top: 0;
	content: "|";
	font-size: 16px;
	color: #ffffff;
}

.bs-hero-text ul li:last-child {
	margin-right: 0;
}

.bs-hero-text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Single Section
-----------------------*/

.blog-single-section {
	background: #ffffff;
	padding-top: 65px;
}

.blog-single-prevention {
	background: #f5f5f5 ;
	padding-top: 65px;
}

.blog-single-text .blog-text {
	margin-bottom: 40px;
}

.blog-single-text .blog-text p {
	color: #333333;
	line-height: 28px;
}

.blog-single-text .blog-pic {
	margin-bottom: 24px;
}

.blog-single-text .blog-pic img {
	margin-bottom: 20px;
	min-width: 100%;
}

.blog-single-text .blog-title {
	margin-bottom: 35px;
}

.blog-single-text .blog-title h4 {
	color: #333333;
	font-weight: 500;
	margin-bottom: 18px;
}

.blog-single-text .blog-title p {
	color: #333333;
	line-height: 28px;
}

.blog-single-text .blog-quote {
	padding-left: 50px;
	position: relative;
	margin-bottom: 40px;
}

.blog-single-text .blog-quote i {
	font-size: 26px;
	color: #2fbbb7;
	position: absolute;
	left: 0;
	top: 5px;
}

.blog-single-text .blog-quote .quote-text {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	font-style: italic;
	line-height: 28px;
	margin-bottom: 13px;
}

.blog-single-text .blog-quote h5 {
	font-size: 20px;
	color: #333333;
	font-weight: 500;
}

.blog-single-text .blog-more-title {
	margin-bottom: 42px;
}

.blog-single-text .blog-more-title h4 {
	color: #333333;
	font-weight: 500;
	margin-bottom: 18px;
}

.blog-single-text .blog-more-title p {
	color: #333333;
	line-height: 28px;
}

.blog-single-text .blog-tag-share {
	overflow: hidden;
}

.blog-single-text .blog-tag-share .tags {
	float: left;
}

.blog-single-text .blog-tag-share .tags a {
	display: inline-block;
	font-size: 13px;
	color: #252525;
	text-transform: uppercase;
	background: #ffffff;
	padding: 5px 20px 4px;
	border: 1px solid #000000;
	margin-right: 10px;
}

.blog-single-text .blog-tag-share .social-share {
	float: right;
}

.blog-single-text .blog-tag-share .social-share span {
	font-size: 14px;
	color: #333333;
}

.blog-single-text .blog-tag-share .social-share a {
	display: inline-block;
	color: #a6a6a6;
	margin-left: 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-text .blog-tag-share .social-share a:hover {
	color: #2fbbb7;
}

.blog-single-sidebar .bs-latest-news {
	margin-bottom: 74px;
}

.blog-single-sidebar .bs-latest-news h4 {
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog-single-sidebar .bs-latest-news .bl-item {
	position: relative;
	background: #ffffff;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	border-radius: 4px;
	margin-bottom: 20px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.blog-single-sidebar .bs-latest-news .bl-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	opacity: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover:after {
	opacity: 0;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover h5 {
	color: #333333;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover span {
	color: #333333;
}

.blog-single-sidebar .bs-latest-news .bl-item h5 {
	color: #151515;
	font-weight: 500;
	line-height: 26px;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-sidebar .bs-latest-news .bl-item span {
	display: inline-block;
	font-weight: 14;
	color: #151515;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-sidebar .bs-recent-news h4 {
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog-single-sidebar .bs-recent-news .br-item {
	overflow: hidden;
	margin-bottom: 20px;
	display: block;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-pic {
	float: left;
	margin-right: 20px;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-pic img {
	border-radius: 3px;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text {
	display: table;
	padding-top: 8px;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text span {
	display: inline-block;
	font-weight: 14;
	color: #333333;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text h5 {
	color: #333333;
	font-weight: 500;
	line-height: 26px;
}

.recent-news {
	padding-top: 80px;
	margin-bottom: 74px;
}

.recent-news h4 {
	color: #333333;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 35px;
}

.recent-item {
	height: 300px;
	position: relative;
}

.recent-item .recent-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.recent-item .recent-text .categories {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
}

.recent-item .recent-text h5 {
	font-size: 20px;
	color: #333333;
	font-weight: 500;
	margin-top: 10px;
}

.leave-comment-form h4 {
	color: #333333;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 36px;
}

.leave-comment-form form input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background: #2d2d2d;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #131313;
}

.leave-comment-form form input::-webkit-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::-moz-placeholder {
	font-weight: 600;
}

.leave-comment-form form input:-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::placeholder {
	font-weight: 600;
}

.leave-comment-form form input:focus {
	background: #ffffff;
	color: #151515;
	font-weight: 600;
}

.leave-comment-form form textarea {
	width: 100%;
	height: 198px;
	border-radius: 2px;
	background: #2d2d2d;
	border: none;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	resize: none;
	margin-bottom: 32px;
	border: 1px solid #131313;
}

.leave-comment-form form textarea::-webkit-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::-moz-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea:-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea:focus {
	background: #ffffff;
	color: #151515;
	font-weight: 600;
}

.leave-comment-form form .leave-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	background: -o-linear-gradient(45deg, #38b2af, #2fbbb7);
	background: linear-gradient(45deg, #38b2af, #2fbbb7);
	padding: 10px 47px;
	border: none;
	font-family: "Oswald", sans-serif;
	border: 1px solid #000000;
	border-radius: 2px;
}

/*---------------------
  Contact Map Section
-----------------------*/

.contact-map {
	height: 530px;
	position: relative;
}

.contact-map iframe {
	width: 100%;
}

.contact-map .map-hover {
	background: #ffffff;
	display: inline-block;
	padding: 20px 40px 20px 28px;
	position: absolute;
	left: 50%;
	top: 130px;
	-webkit-box-shadow: 6px 6px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 6px 6px 50px rgba(0, 0, 0, 0.2);
}

.contact-map .map-hover:after {
	position: absolute;
	left: 107px;
	bottom: -20px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 28px solid #ffffff;
	content: "";
}

.contact-map .map-hover h5 {
	font-size: 20px;
	color: #252525;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact-map .map-hover ul li {
	font-size: 14px;
	color: #151515;
	line-height: 20px;
	list-style: none;
}

.contact-map .map-hover i {
	font-size: 48px;
	color: #2fbbb7;
	position: absolute;
	left: 98px;
	bottom: -72px;
}


/*---------------------
  Access Section
-----------------------*/
.access-section .require { color:#ff0000 !important; } 

.access-section hr {
	width: 100%;
	border-top: 1px solid #bcbcbc; 
	padding: 0px 0 28px 0;
}
.access-section .title {
	color: #2fbbb7 ;
	font-weight: 600;
	padding-top: 15px;
}

.access-section .title-1 {
	color: #2fbbb7 ;
	font-weight: 600;
	padding-top: 0px;
}


.access-section {
	background: #f5f5f5 ;
	padding-top: 95px;
}

.access-section .access-info {
	margin-bottom: 50px;
}

.access-section .access-info h4 {
	color: #2fbbb7;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}

.access-section .access-info ul li {
	list-style: none;
	font-size: 18px;
	color: #333333;
	line-height: 48px;
}

.access-section .access-info ul li i {
	color: #2fbbb7;
	margin-right: 18px;
}

.access-section .access-address {
	margin-bottom: 40px;
}

.access-section .access-address h4 {
	color: #2fbbb7;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}

.access-section .access-address ul li {
	list-style: none;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	position: relative;
	padding-left: 0px;
}

.access-section .access-address ul li i {
	font-size: 18px;
	color: #2fbbb7;
	margin-right: 18px;
	position: absolute;
	left: 0;
	top: 7px;
}
.access-section  li a {
	list-style: none;
	color: #333333;
}

.access-section li a:hover {
	list-style: none;
	color: #2fbbb7 !important;
}

.access-section  li a:visited {
	list-style: none;
	color: #333333;
}

.access-section .fa-phone  {
	color: #2fbbb7;
}

.access-section .fa-envelope  {
	color: #2fbbb7;
}

.access-section .fa-map-marker  {
	color: #2fbbb7;
}

.access-section .fa-map-dumbbell  {
	color: #2fbbb7;
}


/*---------------------
  Contat Section
-----------------------*/
.contact-section .require { color:#ff0000 !important; } 

.contact-section hr {
	width: 100%;
	border-top: 1px solid #bcbcbc; 
	padding: 0px 0 28px 0;
}
.contact-section .title {
	color: #2fbbb7 ;
	font-weight: 600;
	padding-top: 15px;
}

.contact-section .title-1 {
	color: #2fbbb7 ;
	font-weight: 600;
	padding-top: 0px;
}


.contact-section {
	/*background: #f5f5f5 ;*/
	background: #ffffff ;
	padding-top: 95px;
}

.contact-section .contact-info {
	margin-bottom: 50px;
}

.contact-section .contact-info h4 {
	color: #2fbbb7;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact-section .contact-info ul li {
	list-style: none;
	font-size: 18px;
	color: #333333;
	line-height: 48px;
}

.contact-section .contact-info ul li i {
	color: #2fbbb7;
	margin-right: 18px;
}

.contact-section .contact-address {
	margin-bottom: 40px;
}

.contact-section .contact-address h4 {
	color: #2fbbb7;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact-section .contact-address ul li {
	list-style: none;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	position: relative;
	padding-left: 35px;
}

.contact-section .contact-address ul li i {
	font-size: 18px;
	color: #2fbbb7;
	margin-right: 18px;
	position: absolute;
	left: 0;
	top: 7px;
}

.contact-form h4 {
	color: #333333;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 48px;
}

/*.contact-form form input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background: #ffffff;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #a2a2a2;
}*/

.contact-form form input {
	/*width: 100%;*/
	height: 48px;
	border-radius: 2px;
	background: #ffffff;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #a2a2a2;
}

.contact-form .input-company {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background: #ffffff;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #a2a2a2;
}

.contact-form .input-name {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background: #ffffff;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #a2a2a2;
}

.contact-form .input-email {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background: #ffffff;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #a2a2a2;
}

.contact-form .input-post1 {
	width: 25%;
	height: 48px;
	border-radius: 2px;
	background: #ffffff;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #a2a2a2;
}

.contact-form .input-post {
	width: 35%;
	height: 48px;
	border-radius: 2px;
	background: #ffffff;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #a2a2a2;
}

.contact-form .input-address {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background: #ffffff;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #a2a2a2;
}

.contact-form form input[type=radio] {
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background: #ffffff;
	border: none;
	padding-left: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #a2a2a2;
}

.contact-form select {
	
  /* styling */
  color: #333333;
  background-color: white;
  border: 1px solid #a2a2a2;
  border-radius: 2px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
	
 

  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* arrows */
.contact-form select.minimal {
	margin-bottom: 30px;
  background-image:
    linear-gradient(45deg, transparent 50%, #a2a2a2 50%),
    linear-gradient(135deg, #a2a2a2 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.contact-form select.minimal:focus {
  background-image:
    linear-gradient(45deg, #a2a2a2 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #a2a2a2 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #a2a2a2;
  outline: 0;
}

.contact-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


.contact-form form input::-webkit-input-placeholder {
	font-weight: 600;
}

.contact-form form input::-moz-placeholder {
	font-weight: 600;
}

.contact-form form input:-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form input::-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form input::placeholder {
	font-weight: 600;
}

.contact-form form input:focus {
	background: #ffffff;
	color: #333333;
	font-weight: 600;
}

.contact-form form textarea {
	width: 100%;
	height: 198px;
	border-radius: 2px;
	background: #ffffff;
	border: none;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	resize: none;
	margin-bottom: 25px;
	border: 1px solid #a2a2a2;
}

.contact-form form textarea::-webkit-input-placeholder {
	font-weight: 600;
}

.contact-form form textarea::-moz-placeholder {
	font-weight: 600;
}

.contact-form form textarea:-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form textarea::-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form textarea::placeholder {
	font-weight: 600;
}

.contact-form form textarea:focus {
	background: #ffffff;
	color: #333333;
	font-weight: 600;
}

.contact-form form .c-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold !important;
	text-transform: uppercase;
	background: -o-linear-gradient(45deg, #38b2af, #2fbbb7);
	background: linear-gradient(45deg, #38b2af, #2fbbb7);
	padding: 12px 40px;
	border: none;
	font-family: "Oswald", sans-serif;
	border: 1px solid #38b2af;
	border-radius: 2px;
}


.arrow_down_circle img { width: 50px; height: 50px; margin-top: 50px;}

th { color: #38b2af; width: 25%; padding: 10px 0; }

.company_table  { padding: 20px 0 60px 0; }

::placeholder {
  color: #e2e2e2 !important;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #e2e2e2 !important;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #e2e2e2 !important;
}


/*---------------------------- Other Pages Styles ------------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
    .single-hero-item {
	height: auto;
	padding-top: 160px;
    padding-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
	.img_pc {display:block !important;}
	.img_sp {display:none !important;}
	.br_pc {display:block!important;}
	.br_sp {display:none !important;}
}

/* Medium Device : 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }

.cta-section .number-phone {
	font-size: 26px;
}
	.header-section {
		padding-left: 0;
		padding-right: 0;
	}
	.top-social a {
		margin-left: 15px;
	}
    
.single-hero-item {
	height: auto;
	padding-top: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
	.img_pc {display:block !important;}
	.img_sp {display:none !important;}
	.br_pc {display:block!important;}
	.br_sp {display:none !important;}
            .trainer-item .ti-pic .ti-links {
    padding: 40px 20px 20px 20px;
	font-size: 0.85em;
    }
    .trainer-item .ti-pic .trainer-text .view-profile {
    font-size: 0.85em;
    margin-right: 4.5rem; /* 必要に応じて調整 */
    }
}

/* Tablet Device : 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-section {
		padding-left: 0;
		padding-right: 0;
	}
	.nav-menu {
		text-align: right;
	}
	.nav-menu .mainmenu ul li {
		margin-right: 25px;
	}
	.nav-menu .mainmenu ul li .dropdown {
		left: auto;
		right: 0;
	}
	.top-social {
		display: none;
	}
.single-hero-item {
	height: auto;
	padding-top: 100px;
    padding-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
  

    
.primary-btn {
	display: inline-block;
    margin: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 240px;
	height: auto;
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
}

.primary-btn:after {
	width: 240px;
	height: auto;
	top: 0;
	left: 0;
}
    
.primary-btn-sub {
	display: inline-block;
    margin: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 240px;
	height: auto;
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
}

.primary-btn-sub:after {
	width: 240px;
	height: auto;
	top: 0;
	left: 0;
}
    
	.hero-items .owl-nav button[type=button] {
		left: 15px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		right: 15px;
	}
	.about-text {
		margin-bottom: 30px;
	}
	.timetable-controls ul li {
		margin-right: 50px;
	}
	.cta-section .cta-text {
		float: none;
	}
	.cta-section .primary-btn.cta-btn {
		float: none;
	}
	.blog-single-sidebar {
		padding-top: 30px;
	}
	.recent-item {
		margin-bottom: 30px;
	}
	.img_pc {display:block !important;}
	.img_sp {display:none !important;}
	.br_pc {display:block!important;}
	.br_sp {display:none !important;}
    
    .course-list .course-title { width:80%;} 
    .course-list .rate { width:20%;} 
    .trainer-item .ti-pic .ti-links {
    padding: 90px 20px 20px 20px;
	font-size: 0.75em;
    }
    .trainer-item .ti-pic .trainer-text .view-profile {
    font-size: 0.75em;
    margin-right: 3.5rem; /* 必要に応じて調整 */
    }
}

/* Large Mobile : 480px */

@media only screen and (max-width: 767px) {
.logo img {
	width: 140px;
	height: 62px;
}
    
.section-title h2 {
	font-size: 36px !important;
}   
    
.section-title2 {
	text-align: left;
}
    
    
.hero-text .primary-btn:last-child {
    margin: 0px 0px 30px 0px !important;
}
 
    
.primary-btn:last-child {
    margin: 0px 0px 10px 0px;
}
    
.primary-btn {
	display: inline-block;
    margin: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 300px;
	height: auto;
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
}

.primary-btn:after {
	width: 300px;
	height: auto;
	top: 0;
	left: 0;
} 
    
.primary-btn-sub:last-child {
    margin: 0px 0px 10px 0px;
}
    
.primary-btn-sub {
	display: inline-block;
    margin: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 300px;
	height: auto;
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
}

.primary-btn-sub:after {
	width: 300px;
	height: auto;
	top: 0;
	left: 0;
} 
 
	.header-section {
		padding-left: 0;
		padding-right: 0;
	}
	.nav-menu .mainmenu {
		display: none;
	}
	.top-social {
		display: none;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
	}
	.slicknav_btn {
		margin: 0;
		border-radius: 0;
	}
	.header-normal .slicknav_btn {
		/* margin: 37px 0; */
		margin: 15px 0;
	}
	.slicknav_nav {
		background: #222;
	}
	.slicknav_nav ul {
		margin: 10px 15px;
	}
	.slicknav_nav a {
		padding: 8px 10px;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #2fbbb7;
		color: #ffffff;
	}
	.hero-items .owl-nav button[type=button] {
		left: 5px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		left: auto;
		right: 5px;
	}
    
.single-hero-item {
	height: auto;
	/*padding-top: 20px;*/
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
    
.single-hero-item img {
	width: 100%;
}
    

     
	.single-hero-item .hero-text h1 {
		font-size: 60px;
	}
	.single-hero-item .hero-text h2 {
		font-size: 36px;
	}
	.single-hero-item .hero-text h3 {
		font-size: 30px;
	}
	.about-text {
		margin-bottom: 30px;
	}
	.classtime-table {
		overflow-x: auto;
	}
	.timetable-controls ul li {
		margin-right: 12px;
	}
	.cta-section .cta-text {
		float: none;
	}
	.cta-section .primary-btn.cta-btn {
		float: none;
	}
	.blog-option .blog-pagination {
		float: none;
		margin-bottom: 20px;
	}
	.blog-option .blog-option-right {
		float: none;
	}
	.bs-hero-text ul li {
		margin-right: 45px;
	}
	.bs-hero-text ul li:after {
		right: -27px;
	}
	.blog-single-sidebar {
		padding-top: 30px;
	}
	.recent-item {
		margin-bottom: 30px;
	}
	.map-contact-detalis {
		right: 30px;
	}
	.img_pc {display:none !important;}
	.img_sp {display:block !important;}
	.br_pc {display:none !important;}
	.br_sp {display:block !important;}
	
	.prevention-box { border: solid 5px #cdece8; padding: 30px 30px; background: #ffffff; }
	
	.set-bg-company {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	}
	.recruit th, .recruit td {
	display: block;
    width: 100%;
	}
	.recruit th {
	border-bottom: none;
	padding-bottom: 0px;
	}
    .course-list .course-title { width:70%;} 
    .course-list .rate { width:30%;} 
    
    .trainer-item .ti-pic .ti-links {
    padding: 80px 20px 20px 20px;
	font-size: 0.85em;
    }
    .trainer-item .ti-links h5 {
	color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 20px;
}
    .trainer-item .ti-pic .trainer-text .view-profile {
    font-size: 0.85em;
    margin-right: 3.5rem; /* 必要に応じて調整 */
    }
}

/* Small Mobile : 320px */

@media only screen and (max-width: 479px) {
.logo img {
	width: 140px;
	height: 62px;
}
    
.section-title h2 {
	font-size: 36px !important;
}   
.section-title2 .subtitle_green {
	text-align: left !important;
}
.section-title2 .subtitle_green_center {
	text-align: center !important;
}
.section-title2 h2 {
	font-size: 36px !important;
} 
.hero-text .primary-btn:last-child {
    margin: 0px 0px 30px 0px !important;
}    
   
.primary-btn:last-child {
    margin: 0px 0px 10px 0px;
}

.primary-btn {
	display: inline-block;
    margin: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 200px;
	height: auto;
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
}

.primary-btn:after {
	width: 200px;
	height: auto;
	top: 0;
	left: 0;
}   
    
.primary-btn-sub:last-child {
    margin: 0px 0px 10px 0px;
}

.primary-btn-sub {
	display: inline-block;
    margin: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 200px;
	height: auto;
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
}

.primary-btn-sub:after {
	width: 200px;
	height: auto;
	top: 0;
	left: 0;
}   
    
	.header-section {
		padding-left: 0;
		padding-right: 0;
	}
	.nav-menu .mainmenu {
		display: none;
	}
	.top-social {
		display: none;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
	}
	.slicknav_btn {
		margin: 0;
		border-radius: 0;
	}
	.header-normal .slicknav_btn {
		/* margin: 37px 0; */
		margin: 15px 0;
	}
	.slicknav_nav {
		background: #222;
	}
	.slicknav_nav ul {
		margin: 10px 15px;
	}
	.slicknav_nav a {
		padding: 8px 10px;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #2fbbb7;
		color: #ffffff;
	}
	.header-normal .slicknav_btn {
		/*margin: 0 0 10px 0;*/
		margin: 10px 0;
	}
	.header-section.header-normal .logo {
		/*padding: 18px 0 5px;*/
		padding: 18px 0 18px;
	}
	.single-hero-item .hero-text h1 {
		font-size: 40px;
	}
	.single-hero-item .hero-text h2 {
		font-size: 26px;
	}
	.single-hero-item .hero-text h3 {
		font-size: 20px;
	}
	.hero-items .owl-nav button[type=button] {
		left: -15px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		right: 15px;
	}
.single-hero-item {
	height: auto;
	/*padding-top: 20px;*/
    padding-top: 50px;
    padding-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
    
.single-hero-item img {
	width: 100%;
}
	.map-contact-detalis {
		width: 319px;
		right: 0;
	}
	.video-section .video-text {
		padding-top: 100px;
	}
	.timetable-controls ul li {
		margin-right: 5px;
		margin-bottom: 12px;
	}
	.gallery-controls ul li {
		margin-right: 8px;
	}
	.blog-single-text .blog-tag-share .tags {
		float: none;
		margin-bottom: 10px;
	}
	.blog-single-text .blog-tag-share .social-share {
		float: none;
	}
	.contact-map .map-hover {
		left: 15%;
	}
	.img_pc {display:none !important;}
	.img_sp {display:block !important;}
	.br_pc {display:none !important;}
	.br_sp {display:block !important;}
	
	.prevention-box { border: solid 5px #cdece8; padding: 30px 30px; background: #ffffff; }
	
	.set-bg-company {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	}
	.recruit th, .recruit td {
	display: block;
    width: 100%;
	}
	.recruit th {
	border-bottom: none;
	padding-bottom: 0px;
	}
    .course-list .course-title { display: block; width:100%;} 
    .course-list .rate { display: block; width:100%;} 
    .trainer-item .ti-pic .ti-links {
    padding: 40px 20px 20px 20px;
	font-size: 0.6em;
    }
    .trainer-item .ti-links h5 {
	color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 10px;
}
    .trainer-item .ti-pic .trainer-text .view-profile {
    font-size: 0.6em;
    margin-right: 3rem; /* 必要に応じて調整 */
    }
}
