body {
	background: #d7d7d7;
	font: 13px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.428571429;
	color: #1c1c1c;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 12px;
	font-weight: 300;
	line-height: 23px;
}
p span {
	color: #ffffff;
}
p em {
	color: #138c66;
	font-style: normal;
	font-size: 14px;
	font-weight: 500;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 10px 0 0;
	float: none;
	display: inline-block;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
h1.navbar-brand_ span {
	display: none;
}
h2 {
	font: 36px/1.3 "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #1c1c1c;
	margin: 0 0 20px 0;
}
h2 span {
	color: #ffffff;
}
h3 {
	font: 24px/1.4 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #1c1c1c;
	margin: 0 0 8px -0.1em;
}
h3 span {
	color: #ffffff;
}
h4 {
	font: 20px/1.4 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #138c66;
	margin: 0 0 1px 0;
}
h4 span {
	color: #ffffff;
}
h4 em {
	color: #1c1c1c;
	font-style: normal;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #efefef;
}
.global.indent {
	padding: 43px 0 0 0;
	background: #efefef;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	padding: 22px 0;
	background: #3d3d3d;
	background: rgba(61, 61, 61, 0.7);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 29px 0 0 0;
	float: right;
	display: inline-block;
	min-height: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
nav.tm_navbar li {
	float: left;
	font-size: 13px;
	line-height: 23px;
	margin-left: 24px;
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 18px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #ffffff;
	background: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #fef978;
	background: none;
}
nav.tm_navbar li:hover > a {
	color: #fef978;
	background: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #fef978;
	background: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -6px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 253px;
	left: 0;
	top: 80px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #3d3d3d;
	background: rgba(61, 61, 61, 0.7);
	padding: 10px 0 0 30px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	background: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 15px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-shadow: none;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) right center no-repeat;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 7px;
	left: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #38deaa !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #38deaa !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 145px;
	left: 223px;
	top: -10px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #3d3d3d;
	background: rgba(61, 61, 61, 0.7);
	padding: 10px 0 0 20px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	font: 15px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #38deaa !important;
	background: none !important;
}
.select-menu {
	display: none !important;
}
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	overflow: visible;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.isotope-box {
	margin-left: -30px;
	margin-bottom: 20px;
}
.element {
	width: 270px;
	height: auto !important;
	display: block;
	position: relative;
	border: none;
	margin: 0 !important;
	padding: 0 0 43px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.isotope .isotope-item {
	margin: 20px 0 0 0;
}
#options {
	margin-bottom: 44px;
}
#options .pagination {
	margin: 0;
}
#filters li {
	display: inline-block;
	margin-right: 45px !important;
}
#filters {
	position: relative;
}
#filters li {
	float: left;
}
#filters li a {
	padding: 0;
	background: none;
	border: none;
	font: 300 18px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #1c1c1c;
	margin: 0;
	text-decoration: none;
}
#filters li a:hover {
	background: none;
	border: none;
	text-decoration: none;
	color: #138c66 !important;
}
#filters.pagination li a.selected {
	color: #138c66 !important;
	background: none !important;
	border: none;
	text-decoration: none;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
header.indent {
	position: relative;
}
header.indent .menuBox {
	background: none;
}
header.indent #stuck_container {
	background: url(../img/head_pic.jpg) no-repeat !important;
}
footer {
	padding: 26px 0;
}
footer p {
	margin-bottom: 0;
	float: left;
	font: 13px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #1c1c1c;
}
footer p a {
	font: 13px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #1c1c1c;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #fef978;
}
footer em {
	font-style: normal;
	font: 13px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #1c1c1c;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	display: inline-block;
}
footer ul li {
	float: left;
	margin-left: 18px;
}
footer ul li:first-child {
	margin-left: 0;
}
footer ul li a {
	font-size: 23px;
	color: #767676;
}
footer ul li a:hover {
	color: #138c66;
}
#toTop {
	display: none;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -640px !important;
	right: 50%;
	bottom: 100px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.privacyBox {
	padding-bottom: 77px;
}
.blog-box {
	padding: 63px 0 40px 0;
	position: relative;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
.trainerBox {
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.links-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 33px 0;
	margin-bottom: 58px;
}
.links-box h3 {
	color: #ffffff;
}
.links-box h3 > span {
	background: #ffffff;
}
.links-box h5 {
	color: #ffffff;
}
.links-box p {
	color: #ffffff !important;
}
.latest-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 48px 0;
	margin-bottom: 58px;
}
.latest-box h3 {
	color: #ffffff;
}
.latest-box h3 > span {
	background: #ffffff;
}
.latest-box h5 {
	color: #ffffff;
}
.latest-box p {
	color: #ffffff;
}
.overviewBox {
	padding: 83px 0 33px 0;
	background: #ffffff;
}
.gallery-box {
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 51px;
}
.blogBox {
	margin-bottom: 48px;
}
.about-box {
	text-align: center;
	margin-bottom: 83px;
}
.about-box > div {
	border-top: 1px solid #eee;
	padding: 63px 0 0 0;
}
.proposition-box {
	text-align: center;
	background: url(../img/bg_pic2.jpg) center top fixed no-repeat;
	padding: 56px 0 61px 0;
}
.proposition-box .title {
	font: bold 70px/70px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 32px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.17);
}
.proposition-box p {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.17);
	color: #ffffff;
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 24px;
}
.group-box {
	overflow: hidden;
	background: #f9f9f9;
	padding: 49px 0 37px 0;
	margin-bottom: 51px;
}
.advice-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.headlines-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.banner-box {
	margin-top: 8px;
}
.banner-box .col-lg-6 {
	margin-bottom: 30px;
}
.banner-box figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.banner-box figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.banner-box figure img {
	width: 100%;
}
.banner-box hr {
	margin: 80px 0 0 0;
	border-top: 1px solid #cdcdcd;
}
.advantages-box {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 39px;
}
.advantages-box .col-lg-4 {
	margin-bottom: 80px;
}
.values-box p {
	color: #737885;
}
.welcome-box {
	padding: 92px 0 45px 0;
	margin-bottom: 58px;
	overflow: hidden;
	background: #f9f9f9;
}
.welcome-box .title {
	font: bold 48px/48px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #262626;
	margin-bottom: 24px;
}
.welcome-box .description {
	font: bold 18px/36px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #495060;
	margin-bottom: 7px;
}
.welcome-box p {
	margin-bottom: 44px;
}
.welcome-box .badge {
	padding: 0;
	margin: 0;
	border-radius: 100%;
	background: #e5e5e5;
	width: 135px;
	height: 135px;
	text-align: center;
	font: bold italic 140px/125px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #ffffff;
	float: left;
	margin-right: 20px;
}
.all-box {
	margin-bottom: 64px;
}
.all-box p {
	margin-bottom: 23px;
}
.fitness-box {
	padding-bottom: 66px;
}
.fitness-box .title {
	font: bold 45px/45px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #f26b5d;
	margin-bottom: 33px;
}
.fitness-box p {
	margin-bottom: 32px;
}
.hello-box {
	background: #138c66;
	padding: 47px 0 40px 0;
	/* margin-bottom: 48px; */
}
.hello-box p {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.8;
	color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #42a385;
}
.hello-box .title {
	font: 56px/1.4 "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #ffffff;
	margin-left: -8px;
	margin-bottom: 12px;
	padding-bottom: 0;
	border-bottom: none;
}
.deals-box {
	padding-bottom: 85px;
}
.useful-box {
	padding-bottom: 68px;
}
.useful-box p {
	margin-bottom: 37px;
}
.news-box {
	padding: 48px 0 111px 0;
	margin-top: 45px;
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
}
.who-box .col-lg-4 {
	margin-bottom: 57px;
}
.testimBox {
	padding: 48px 0 37px 0;
	margin-top: 45px;
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
}
.history-box {
	padding: 47px 0 13px 0;
	background: #138c66;
	margin: 10px 0 46px 0;
}
.history-box .col-lg-4 {
	margin-bottom: 40px;
}
.history-box .title {
	font: 42px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border-bottom: 1px solid #42a385;
	padding-bottom: 10px;
	color: #ffffff;
	margin-bottom: 19px;
}
.private-box {
	padding-bottom: 32px;
}
.errorBox {
	padding-bottom: 50px;
}
.errorBox .title {
	font: bold 100px/1.4 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #138c66;
	text-transform: uppercase;
	margin-left: -7px;
	margin-bottom: 6px;
}
.errorBox .description {
	font: 48px/1.4 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #1c1c1c;
	text-transform: uppercase;
	margin-left: -5px;
	margin-bottom: 22px;
}
.outline-box table {
  border-bottom: 1px solid #dddddd;
}
.outline-box th,
.outline-box td {
  font-size: 14px;
  line-height: 1.8 !important;
  letter-spacing: 0.1em;
}
.outline-box th {
  font-weight: normal;
  width: 9em;
}
.business-box {
  padding-bottom: 30px !important;
}
.business-box figure {
  float: right;
  margin: -50px 0 0 20px !important;
}
.business-box h3 {
  color: #00824b;
  font-size: 26px;
  margin-top: 30px !important;
}
.business-box p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px !important;
  padding-left: 2px;
}
.outline-box h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 16px;
  color: #3c763d;
}
.outline-box h3:first-child {
  margin-top: 0.5em;
}
.outline-box h3 span {
  background: #9dba9e;
  padding: 4px 6px;
  border-radius: 2px;
}
.outline-box .thumbnail img {
  width: 100%;
}
.message-box h3 {
  margin-left: 0;
}

/*-----thumbs-----*/
.thumb-pad00 {
	margin: 0;
	background: #efefef;
}
.thumb-pad00 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad00 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad00 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad00 .thumbnail .caption .lnk {
	font: 500 20px/28px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #138c66;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad00 .thumbnail .caption .lnk:hover {
	color: #1c1c1c;
}
.thumb-pad00 figure {
	margin: 0 0 19px 0;
}
.thumb-pad00 figure img {
	width: 100%;
}
.thumb-pad00 figure a {
	position: relative;
	display: block;
	overflow: hidden;
}
.thumb-pad00 figure a em {
	position: absolute;
	top: -400px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad00 figure a em span {
	background: url(../img/zoom.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thumb-pad00 figure a:hover em {
	top: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad0 {
	margin: 0 0 34px 0;
	overflow: hidden;
}
.thumb-pad0 > p {
	color: #ffffff;
	font: 13px/1.7 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.thumb-pad0 > p > a {
	color: #ffffff;
	font-size: 23px;
	position: relative;
	top: 4px;
	margin-left: 5px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad0 > p > a:hover {
	color: #fef978;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0 0 18px 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .badge {
	margin: 0 21px 0 0;
	padding: 0;
	border-radius: 100%;
	background: none;
	float: left;
	width: 74px;
	height: 74px;
	text-align: center;
	border: 2px solid #ffffff;
	font: 300 42px/70px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0 0 0 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption p {
	margin: 0;
}
.thumb-pad0 .thumbnail .caption a {
	color: #ffffff;
	font: 16px/1.5 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad0 .thumbnail .caption a strong {
	font: normal 20px/1.5 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #fef978;
}
.thumb-pad0 .thumbnail .caption a:hover {
	color: #fef978;
}
.thumb-pad1 {
	margin-bottom: 23px;
}
.thumb-pad1 p > a {
	color: #138c66;
	font-size: 23px;
	position: relative;
	top: 4px;
	margin-left: 5px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 p > a:hover {
	color: #1c1c1c;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0 0 14px 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
	padding: 12px 19px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 0;
	font: 500 20px/28px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #138c66;
}
.thumb-pad1 .thumbnail .caption:hover {
	background: #3d3d3d;
	background: rgba(61, 61, 61, 0.9);
	color: #ffffff;
}
.thumb-pad1 figure {
	margin: 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 26px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption a {
	color: #ffffff;
	font: 500 20px/28px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #fef978;
}
.thumb-pad2 figure {
	margin: 0 0 12px 0;
	position: relative;
}
.thumb-pad2 figure time {
	position: absolute;
	top: 0;
	left: 0;
	background: #138c66;
	height: 32px;
	color: #ffffff;
	padding: 0 9px;
	font: 500 17px/32px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 38px 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 4px;
}
.thumb-pad3 .thumbnail .caption a {
	font: 20px/28px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #138c66;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #1c1c1c;
}
.thumb-pad3 .thumbnail .caption a.btn-default {
	font: 14px/1.5 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.thumb-pad3 figure {
	margin: 10px 28px 0 0;
	float: left;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .title {
	font: 22px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #000000;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad4 .thumbnail .title:hover {
	color: #ffffff;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption p {
	margin-top: 9px;
}
.thumb-pad4 figure {
	margin: 0 0 19px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin-bottom: 37px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0 0 0 12px;
	color: #1c1c1c;
}
.thumb-pad5 .thumbnail .caption img {
	float: left;
	margin-right: 29px;
	margin-top: 5px;
}
.thumb-pad5 .thumbnail .caption a {
	font: 22px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #0b1902;
	margin: 0 0 12px 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #47a58a;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 19px;
}
.thumb-pad5 figure {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 19px;
}
.thumb-pad6 {
	overflow: hidden;
	margin: 0 0 40px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	color: #1c1c1c;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption p {
	color: #ffffff;
	font-style: italic;
	margin-bottom: 23px;
}
.thumb-pad6 .thumbnail .caption a {
	font: 500 20px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #138c66;
}
.thumb-pad6 .thumbnail figure {
	float: left;
	margin: 0 44px 0 0;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 41px;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	font: bold 19px/53px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border-radius: 0;
	border: 2px solid #ffffff;
	background: transparent;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #138c66;
	background: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	padding: 3px 10px 3px 18px;
	font: 14px/1.5 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-decoration: none;
	margin: 5px 0 0;
	text-shadow: none;
	color: #258c68;
	border: 1px solid #5ca98e;
	border-radius: 2px;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background: url(../img/arrow_btn2.png) no-repeat 8px center;
}
.btn-default.btn2:hover {
	color: #ffffff !important;
	border: 1px solid #258c68;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background: #258c68 url(../img/arrow_btn2_ov.png) no-repeat 8px center;
}
.btn-default.btn3 {
	box-shadow: none;
	padding: 0;
	font: 300 17px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-decoration: underline;
	margin: 0;
	text-shadow: none;
	color: #138c66;
	border-radius: 0;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #138c66;
	background: none;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	border-radius: 5px;
	text-decoration: none !important;
	padding: 0 44px;
	font: 18px/42px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #138c66;
	background: #fef978;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4:hover {
	color: #fef978;
	background: #138c66;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 {
	box-shadow: none;
	padding: 3px 10px 3px 18px;
	font: 14px/1.5 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-decoration: none;
	margin: 5px 0;
	text-shadow: none;
	color: #eee;
	border: 1px solid #eee;
	border-radius: 2px;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background: url(../img/arrow_btn2_ov.png) no-repeat 8px center;
}
.btn-default.btn5:hover {
	color: #138c66 !important;
	border: 1px solid #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background: #ffffff url(../img/arrow_btn2.png) no-repeat 8px center;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 32px;
	font: 14px/34px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	background: #9f9f9f;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6:hover {
	color: #ffffff;
	background: #f08211;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list_ol1 {
	list-style-type: lower-alpha;
	font-size: 13px;
	line-height: 1.7;
	overflow: hidden;
	margin-bottom: 22px;
}
.list_ol1 li {
	padding-bottom: 1em;
}
.list1-1 {
	margin: 0 0 22px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 16px;
	padding-left: 23px;
	background: url(../img/list_arrow.png) left 4px no-repeat;
}
.list1-1 li a {
	font: 13px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #1c1c1c;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #54bc9e;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 22px;
}
.list1 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 13px;
}
.list3 li a {
	font: 18px/18px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #1e2731;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #e22004;
}
.list3 li p {
	margin-bottom: 0;
	margin-top: 14px;
}
.list3 li .extra-wrap {
	padding-top: 8px;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 9px;
	display: inline-block;
	color: #ffffff;
	font: bold 24px/52px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: #e22004;
	border: none;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	text-align: center;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	background: none;
	text-align: center;
	width: 35px;
	float: left;
	border: none;
	margin-right: 10px;
}
.list6 li .badge time {
	font: bold 24px/21px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #e4351c;
}
.list6 li .badge time span {
	display: block;
	font: bold 18px/18px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #e4351c;
	margin-top: 0;
}
.list6 li p {
	margin-bottom: 0;
	margin-top: 14px;
	color: #737885;
}
.list6 li a {
	font: 18px/18px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #1e2731;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list6 li a:hover {
	color: #e4351c;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 26px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 33px 0 0 0;
	overflow: hidden;
	width: 298px;
}
#search-404 a {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 267px;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #fefefe;
	font: 13px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 18px;
	color: #1c1c1c;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#search {
	margin: 28px 0 0 0;
	position: relative;
	border-radius: 38px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	display: inline-block;
	width: 213px;
	float: right;
}
#search a {
	position: absolute;
	float: left;
	top: 2px;
	right: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 215px;
	outline: none;
	font: 13px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 18px;
	float: left;
	color: #1c1c1c;
	background: none;
	height: 26px;
	padding: 3px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.map-box {
	margin: 0 0 70px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
	position: relative;
}
.map-box h3 {
	margin-bottom: 1em;
}
.map-box iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 472px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 0;
	color: #ffffff;
}
.info p span {
	width: 5em;
	display: inline-block;
}
.info p a {
	color: #ffffff;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #fef978;
}
.info h4 {
	font: 16px/1.5 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 0 0 1em 0;
}
/*-----form-----*/
.formBox {
	background: #0d6248;
	padding: 36px 0 50px 0;
	margin-top: 10px;
	margin-bottom: 30px;
}
.formBox h2 { 
	color: #fff;
	margin-left: -0.1em;
	margin-bottom: 0.8em;
}
.formBox h3 {
	margin-bottom: 1em;
}
.mail {
	color: #138c66;
	font: 500 16px Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #1c1c1c;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
}
 .newsform-box {
 background: url(../img/bg_pic2.jpg) center top no-repeat;
 text-align: center;
}
 .newsform-box p {
 float: none;
 margin-bottom: 25px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 .thumb-pad3 .thumbnail .caption {
 overflow: visible;
}
.hello-box .clearB {
 clear: both;
}
 .hello-box .title {
 font-size: 48px;
 line-height: 1.4;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
.outline-box .thumbnail {
  display: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
}
/* 
h3 {
 font-size: 40px;
 line-height: 40px;
}
 h3 br {
display: none;
}
 */
 nav.tm_navbar {
 float: none;
 display: inline-block;
}
 .newsform-box {
 background: url(../img/bg_pic2.jpg) center top no-repeat;
 text-align: center;
}
 .newsform-box p {
 float: none;
 margin-bottom: 25px;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;
 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 .categories-box {
 margin-bottom: 40px;
}
 .list1 li .title br {
 display: none;
}
 #search {
 float: none;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 #options {
 margin-bottom: 20px;
}
 .map-box {
 margin-top: 30px;
}
 .map-box figure img {
 width: auto;
}
 .bookingForm {
 margin-top: 30px;
}
 .thumb-pad2 .thumbnail .caption .title {
 font-size: 15px;
 padding-left: 15px;
}
 .thumb-pad2 .thumbnail .caption p {
 font-size: 15px;
 padding-left: 15px;
 padding-right: 15px;
}
.hello-box .clearB {
 clear: both;
}
 .hello-box .title {
 font-size: 40px;
 line-height: 1.4;
}
 .deals-box {
 padding-bottom: 30px;
}
 .useful-box {
 padding-bottom: 0;
}
 .useful-box .col-lg-4 {
 margin-bottom: 30px;
}
 .thumb-pad3 .thumbnail .caption {
 overflow: visible;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
.business-box figure {
  float: none !important;
  text-align: center;
  margin: 0 !important;
}
.business-box h3 {
  text-align: center;
}
.business-box p {
  text-align: center;
}
.outline-box .thumbnail {
  display: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 text-align: center;
 /* top: 50px; */
}
 header.indent {
 top: 0;
}
 h1.navbar-brand_ {
 float: none;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 15px;
}
 h2 {
 font-size: 36px;
 line-height: 1.4;
}
 h2 br {
 display: none;
}
/* 
h3 {
 font-size: 28px;
 line-height: 1.4;
}
 h3 br {
display: none;
}
 */
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0 !important;
}
 nav.tm_navbar .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #3b4348;
 background: #3b4348;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .btn-default.btn1 {
 padding: 0 23px;
 font-size: 14px;
 line-height: 32px;
 font-weight: normal;
}
 .newsform-box {
 background: url(../img/bg_pic2.jpg) center top no-repeat;
 text-align: center;
}
 .newsform-box p {
 float: none;
 margin-bottom: 25px;
}
 .thumb-pad2 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .links-box {
 padding-bottom: 0;
}
 .links-box .col-lg-8 {
 margin-bottom: 50px;
}
 .map-box {
 margin-top: 30px;
}
 .map-box figure img {
 width: auto;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;
 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 .testimBox .col-lg-3 {
 margin-bottom: 40px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .proffesional-box {
 padding: 70px 0;
}
 .proffesional-box .title {
 font-size: 21px;
}
 .privacyBox {
 margin-bottom: 50px;
}
 .pict {
 background: none;
 padding: 0 0 90px 0;
}
 .categories-box {
 margin-bottom: 40px;
}
 .block-box article {
 margin-bottom: 50px;
}
 .list1 li .title br {
 display: none;
}
 #search {
 float: none;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 .bookingForm {
 margin-top: 30px;
}
 .testimBox {
 padding: 48px 0 0 0;
}
 .thumb-pad2 figure {
 margin: 0;
 float: none;
}
 .proposition-box .title {
 font-size: 40px;
 line-height: 40px;
}
 .thumb-pad2 .thumbnail .caption .title {
 font-size: 15px;
 padding-left: 15px;
}
 .thumb-pad2 .thumbnail .caption p {
 font-size: 15px;
 padding-left: 15px;
 padding-right: 15px;
}
 .hello-box .title {
 font-size: 30px;
 line-height: 1.5;
 padding-left: 5px;
}
 .deals-box {
 padding-bottom: 30px;
}
 .useful-box {
 padding-bottom: 0;
}
 .useful-box .col-lg-4 {
 margin-bottom: 30px;
}
 .thumb-pad1 .thumbnail .caption {
 height: 108px;
 font-weight: normal;
 font-size: 12px;
 line-height: 18px;
}
 .news-box {
 background: #138c66;
}
 .thumb-pad2 figure time {
 background: #ffffff;
 color: #138c66;
}
 .thumb-pad3 .thumbnail .caption {
 overflow: visible;
}
 footer {
 text-align: center;
}
 footer p {
 float: none;
 margin-bottom: 20px;
}
 footer ul {
 float: none;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 55px;
 line-height: 55px;
}
.outline-box th {
  width: 5em;
}
.business-box figure {
  float: none !important;
  text-align: center;
  margin: 0 !important;
}
.business-box figure img {
  width: 100%;
}
.business-box h3 {
  text-align: left;
}
.business-box p {
  text-align: left;
}
.business-box p br {
  display: none;
}
.outline-box .thumbnail {
  display: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .latest-box {
 background: #d7d7d7;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .welcome-box {
 padding: 45px 0;
}
 .welcome-box .col-lg-7 .extra-wrap {
 overflow: visible;
}
 .welcome-box .title {
 font-size: 30px;
 line-height: 30px;
}
 .fitness-box .title {
 font-size: 30px;
 line-height: 30px;
}
 .offer-box {
 width: 100%;
 float: none;
}
 .news-box {
 padding: 48px 0;
 background: #138c66;
}
 .news-box .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .trainerBox {
 width: 50%;
}
 .overviewBox .col-xs-6 {
 width: 100%;
 float: none;
}
 .projects-box .col-xs-6 {
 width: 100%;
 float: none;
}
 #search-404 {
 width: 283px;
}
 #search-404 input {
 width: 247px;
}
 .pad1Box {
 width: 100%;
 float: none;
}
 .testimBox .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .errorBox .title {
 font-size: 40px;
 line-height: 40px;
}
 .errorBox .description {
 font-size: 30px;
 line-height: 35px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .trainerBox {
 width: 100%;
 float: none;
}
 .about-box .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 63px;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
