body {
	background: #ffffff;
	font-family: "Source Sans Pro", YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 300;
}

html,
body {
	width: 100%;
	overflow-x: hidden;
	background: white;
}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
	font-weight: 600;
}

h2 {
	font-size: 30px;
	letter-spacing: 6px;
	padding-bottom: 18px;
	text-transform: uppercase;
}

#trainer h2,
#contact h2,
#blog h2,
#price h2,
#laxPrice h2 {
	padding-bottom: 2px;
}

blockquote,
h3 {
	font-family: "Lora", sans-serif;
	font-style: italic;
}

h3 {
	line-height: 36px;
}

h4 {
	color: #999;
	letter-spacing: 2px;
	margin-top: 22px;
}

p {
	color: #707070;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.4px;
}

a {
	text-decoration: none !important;
	outline: none;
}

/*---------------------------------------
    General               
-----------------------------------------*/
#trainer,
#blog,
#price,
#laxPrice {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

#home,
#trainer,
#contact,
#price,
#laxPrice,
#news,
#blog-header {
	text-align: center;
}

/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
	width: 40px;
	height: 40px;
	background-color: #26253a;
	border-radius: 100%;
	-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
	animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

/*---------------------------------------
    loading section              
-----------------------------------------*/
@-webkit-keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

/*---------------------------------------
    Navigation section              
-----------------------------------------*/
.navbar-default {
	background: #ffffff;
	border-bottom: 2px solid #f9f9f9;
	box-shadow: none;
	margin: 0 !important;
}

.navbar-default .navbar-brand {
	color: #505050;
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
}

.navbar-brand img {
	width: 100px;
}

.navbar-default .navbar-nav li a {
	color: #999;
	font-size: 24px;
	font-weight: 300;
	line-height: 60px;
	letter-spacing: 0.6px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav li a:hover {
	color: #000;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #000;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #000;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border: none;
	padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
	color: #000;
	border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	color: #000;
	background-color: transparent;
}

/*---------------------------------------
    Home section              
-----------------------------------------*/
#home {
	background: 50% 0 repeat-y fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#access,
#overview {
	padding-top: 5rem;
	padding-bottom: 12rem;
	position: relative;
}

#overview .overview-detail h2,
#overview .overview-detail h1 {
	display: inline;
}

#overview .overview-detail {
	position: relative;
	top: 40px;
	text-align: center;
}

#overview .overview-detail p {
	line-height: 30px;
}

#overview .overview-detail h2 {
	padding-bottom: 40px;
}

#overview .btn {
	background: transparent;
	border: 4px solid #26253a;
	border-radius: 0px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 14px 46px;
	transition: all 0.4s ease-in-out;
	margin-top: 32px;
}

#overview .btn:hover {
	background: #26253a;
	color: #ffffff;
}

/*---------------------------------------
   Trainer section              
-----------------------------------------*/
#trainer {
	background: #f9f9f9;
}

#trainer img {
	width: 80%;
	margin: 0 auto;
}

#trainer .trainer-thumb {
	position: relative;
	margin-top: 72px;
	margin-bottom: 32px;
	padding: 0px;
}

/*---------------------------------------
   contact section              
-----------------------------------------*/
#contact {
	background: url("../images/newsletter-bg.jpg") 50% 0 repeat-y fixed;
	background-size: cover;
	background-position: center center;
	color: #ffffff;
	padding-top: 10rem;
	padding-bottom: 10rem;
}

#contact .contact-tel {
	margin-top: 60px;
	margin-bottom: 60px;
}

#contact #submit {
	background: #26253a;
	border: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	height: 65px;
	margin-top: 42px;
	transition: all 0.4s ease-in-out;
	line-height: 65px;
	margin-bottom: 40px;
}

#contact #submit:hover {
	background: #ffffff;
	color: #26253a;
}

#contact p,
#price p,
#laxPrice p {
	line-height: 34px;
}

.mt-50 {
	margin-top: 50px;
}

/*---------------------------------------
    Price section              
-----------------------------------------*/
.parallax-section {
	background-size: cover !important;
}

#price {
	color: #ffffff;
}

.parallax-section-ios {
	background: #26253a;
}

.parallax-section-about {
	background: white;
}

#price .pricing__item,
#laxPrice .pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}

#price .pricing__item {
	font-size: 12px;
	margin-top: 45px;
	padding: 3em;
	cursor: default;
	color: #fff;
	border: 1px solid #666;
	-webkit-transition: background-color 0.9s, color 0.6s;
	transition: background-color 0.9s, color 0.6s;
	height: auto;
	border-radius: 6px;
}

#laxPrice .pricing__item {
	font-size: 12px;
	margin-top: 45px;
	padding: 3em 6em;
	cursor: default;
	color: #0A4923;
	border: 1px solid #0A4923;
	-webkit-transition: background-color 0.9s, color 0.6s;
	transition: background-color 0.9s, color 0.6s;
	height: auto;
	border-radius: 6px;
}

#price .pricing__item h4,
#laxPrice .pricing__item h4 {
	margin-top: -10px;
	font-size: 12px;
	padding-left: 10px;
}

@media screen and (max-width: 60em) {

	#price .pricing__item,
	#laxPrice .pricing__item {
		max-width: none;
		width: 100%;
		flex: none;
	}
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
	background: #26253a;
	color: #ffffff;
	padding-bottom: 1rem;
}

footer img {
	margin-top: 60px;
}

footer .copyright-text {
	margin-top: 66px;
	text-align: center;
}

footer p {
	font-size: 12px;
}

/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
}

.social-icon li {
	display: inline-block;
	list-style: none;
	margin-right: 30px;
}

.social-icon li a {
	color: #999;
	border-radius: 100px;
	font-size: 25px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
}

.sp-none {
	display: block;
}

.sp-block {
	display: none;
}

#home img {
	width: 80%;
	margin: 0 auto;
}

.popImage {
	margin: 0 auto;
	width: 70%;
}

/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {
	.popImage {
		margin: 0 auto;
		width: 100%;
	}

	#home {
		height: 65vh;
	}

	#access,
	#overview {
		text-align: center;
	}

	.sp-none {
		display: none;
	}

	.sp-block {
		display: block;
	}

	footer .copyright-text {
		margin-top: 27px;
	}

}

/* iPad */
@media (max-width: 768px) {

	#access,
	#overview {
		padding-bottom: 10rem;
	}

	#price .pricing__item {
		padding: 5em;
	}

	#laxPrice .pricing__item {
		padding: 5em;
	}

	#trainer img {
		width: 100%;
	}

	#trainer .trainer-thumb {
		margin-top: 52px;
	}

	.navbar-default .navbar-brand {
		line-height: 15px;
	}

	.navbar-brand img {
		width: 75px;
	}

	.navbar-brand {
		padding: 5px 10px !important;
	}

	#trainer,
	#blog,
	#price,
	#laxPrice {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	#access,
	#overview {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	#home {
		height: 100vh;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}

	p {
		font-size: 17px;
	}

	#access,
	#overview .overview-detail {
		top: 0px;
	}

	footer {
		text-align: left;
		padding-left: 30px;
		padding-right: 30px;
	}

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

	#price .pricing__item,
	#laxPrice .pricing__item {
		font-size: 1em;
		height: auto;
	}

	footer .copyright-text {
		padding-top: 0px;
	}

	footer {
		padding-bottom: 1rem;
		margin-top: 30px;
	}
}

@media (max-width: 650px) {

	#access,
	#overview blockquote {
		top: 306px;
		left: 30px;
		right: 10px;
	}

	#access,
	#overview blockquote {
		position: relative;
		top: 0px;
		left: 0px;
	}
}

@media (max-width: 450px) {

	#access,
	#overview blockquote {
		padding: 12px;
		margin-bottom: 45px;
	}

	#access h5 {
		font-size: 16px;
	}

	#access,
	#overview .overview-detail {
		margin-top: 32px;
	}

	#home img {
		margin-top: -100px;
	}

	#price .pricing__item {
		padding: 1em;
	}

	#laxPrice .pricing__item {
		padding: 1em;
	}
}

.backstretch::before {
	content: " ";
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.color-fff {
	color: #fff;
}

footer img {
	width: 100%;
}

.social-icon li .twitter-hover {
	background: #1da1f2;
	color: #fff;
}

#access h4 {
	margin-top: 28px;
}

#access h2 {
	padding-bottom: 0px;
}

.mt-50 {
	margin-top: 50px;
}

.priceTable {
	font-size: 16px;
	text-align: left;
}

.priceTitle h3 {
	padding: 10px;
	font-size: 20px;
}

.priceRight {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

#laxPrice {
	color: #0A4923;
	text-align: center;
}

.laxColor {
	background-color: #FFFFFA;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav li a {
		font-size: 20px;
		line-height: 18px;
	}
}

.news_area {
	display: inline-block;
	color: #ef4123;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	animation: text_scroll 10s linear infinite;
	padding-left: 100%;
	margin-top: 70px;
	margin-bottom: 80px;
}

#news p {
	color: #ef4123;
	font-size: 18px;
	font-family: 'M PLUS 1p', sans-serif;
}

@keyframes text_scroll {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-2000px)
	}
}

@media (max-width: 980px) {
	@keyframes text_scroll {
		100% {
			transform: translateX(-1700px)
		}
	}
}

@media (max-width: 821px) {
	@keyframes text_scroll {
		100% {
			transform: translateX(-1500px)
		}
	}
}

@media (max-width: 768px) {
	@keyframes text_scroll {
		100% {
			transform: translateX(-1400px)
		}
	}
}

@media (max-width: 650px) {
	@keyframes text_scroll {
		100% {
			transform: translateX(-1300px)
		}
	}
}

@media (max-width: 480px) {
	@keyframes text_scroll {
		100% {
			transform: translateX(-1100px)
		}
	}
}

h1 {
	text-align: center;
	font-size: 24px;
	padding: 10px;
	line-height: 1.6 !important;
}

#access .fa img {
	margin-bottom: 10px;
}

.price_notice_title {
    background: #26253a;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    height: 65px;
    transition: all 0.4s ease-in-out;
    line-height: 65px;
    margin-bottom: 20px;
	text-align: center;
}
.price_notice_text {
	padding: 24px;
}
.datsumou_link_box {
    background: #004a1e;
    border: none;
    color: #fffff8;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    height: 65px;
    transition: all 0.4s ease-in-out;
    line-height: 65px;
	width: 63%;
    margin: 0 auto;
}
.datsumou_link_box a {
	color: #fff;
}