@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
	font-family: 'MS PGothic';
	src: url('https://0yoga.jp/fonts/msgothic.ttc');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'katyou';
	src: url('../fonts/katyoupbb.ttf');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Dense';
	src: url('../fonts/Dense-Regular.otf');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeue.ttf');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "Century Gothic";
	src: url('../fonts/GOTHIC.TTF');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3";
	src: url('https://0yoga.jp/fonts/ヒラギノ角ゴ Pro W3.otf');
	font-weight: normal;
	font-style: normal
}

body {
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: "Yu Gothic", YuGothic, "YuGothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", Sans-Serif;
	background: #F6F6F6;
	color: #353535;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}

div {
	position: relative;
}

div, img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

*, ul {
	box-sizing: border-box;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

.caret {
	display: none;
}

.pc, .icon_top {
	display: block;
}

.sp {
	display: none;
}

a {
	color: #DA291C;
}

.container {
	width: 1020px;
}

#header {
	border-top: 0px solid #707070;
	position: fixed;
	background: #FBFBFB;
	z-index: 1000;
	padding: 0px 0 15px 0;
	width: 100%;
	top: 0;
}

.body_borad {
	margin-top: 80px;
	width: 100%;
	display: flex;
}

.body_borad img {
	width: 45%;
	margin-left: 10px;
	height: 45%;
}

.body_borad a.fancybox-2 img {
	width: 95%;
	margin-left: 10px;
	height: 100%;
}


/*---------------------------------------
  SECTION ACOODITION              
-----------------------------------------*/

@-webkit-keyframes L_circle_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes L_circle_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes L_stroke_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg)
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg)
	}
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg)
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg)
	}
	100% {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg)
	}
}

@keyframes L_stroke_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg)
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg)
	}
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg)
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg)
	}
	100% {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg)
	}
}

@-webkit-keyframes L_stroke_left_grow {
	0%, 100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
}

@keyframes L_stroke_left_grow {
	0%, 100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
}

@-webkit-keyframes L_stroke_right_grow {
	0%, 100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	50% {
		-webkit-transform: rotate(140deg);
		transform: rotate(140deg)
	}
}

@keyframes L_stroke_right_grow {
	0%, 100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	50% {
		-webkit-transform: rotate(140deg);
		transform: rotate(140deg)
	}
}

.loader-circle {
	top: 50%;
	left: 50%;
	z-index: 1;
	color: #444;
	margin-top: -1em;
	margin-left: -1em;
	position: absolute;
	-webkit-animation: L_circle_rotate 1.568s linear infinite both;
	animation: L_circle_rotate 1.568s linear infinite both
}

.loader-circle .loader-stroke-left:before, .loader-circle .loader-stroke-right:before, .loader-circle:before {
	content: '';
	display: block;
	border-style: solid;
	border-width: .21429em;
	border-color: currentColor
}

.loader-circle, .loader-circle .loader-stroke-left, .loader-circle .loader-stroke-left:before, .loader-circle .loader-stroke-right, .loader-circle .loader-stroke-right:before, .loader-circle:before {
	width: 2em;
	height: 2em;
	border-radius: 50%;
	box-sizing: border-box
}

.loader-circle .loader-stroke-left:before, .loader-circle .loader-stroke-right {
	position: absolute;
	clip: rect(0 2em 2em 1em)
}

.loader-circle .loader-stroke-left, .loader-circle .loader-stroke-right:before {
	position: absolute;
	clip: rect(0 1em 2em 0)
}

.loader-circle:before {
	position: absolute;
	clip: rect(0 1.05em 1em .95em)
}

.loader-circle .loader-stroke-left, .loader-circle .loader-stroke-right, .loader-circle:before {
	-webkit-animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-right:before {
	-webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-left:before {
	-webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mhn-slide .mhn-item {
	width: 100%;
	padding: 0px;
}

.mhn-slide .mhn-inner {
	width: 100%;
	height: 100%;
	border-radius: 3px
}

.mhn-slide .mhn-item img {
	display: none
}

.mhn-slide .mhn-img {
	overflow: hidden;
	height: 100%;
	width: 100%;
	color: white;
	position: relative
}

.mhn-slide .mhn-text {
	text-align: center;
	padding: 0 10px
}

.mhn-slide .mhn-text h4 {
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.mhn-slide .mhn-text p {
	max-height: 4.5em;
	overflow: hidden
}

.mhn-slide .owl-stage-outer {
	z-index: 1
}

.mhn-slide .owl-nav {
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.mhn-slide .owl-nav svg {
	color: currentColor
}

.mhn-slide .owl-nav .disabled {
	display: none
}

.mhn-slide .owl-prev, .mhn-slide .owl-next {
	top: 6%;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 8px;
	margin-top: -20px;
	position: absolute;
	/* border-radius:50%;
	background-color:#fff;
	box-shadow:0 4px 4px rgba(0,0,0,.3),0 0 4px rgba(0,0,0,.2) */
}

.mhn-slide .owl-prev {
	left: 20px
}

.mhn-slide .owl-next {
	right: 60px
}

#schedulehachi .col-md-12 {
	padding: 0;
}


/*---------------------------------------
  SECTION ACOODITION              
-----------------------------------------*/

.menu {
	margin: 0;
	padding: 0;
}


/*
.menu li {
   float:left;
   margin-right:10px;
   list-style:none;
}

.menu li a {
   display:block;
   padding:10px 20px;
   color:#fff;
   background:#000;
   cursor:pointer;
}
*/

.subInner {
	display: none;
	padding: 10px;
}

.subContent h4 {
	font-size: 28px;
	color: #000;
	float: none;
	padding: 22px 10% 22px 10%;
	margin: 0 0 0px 0;
	opacity: 100;
	font-weight: 400;
	border-bottom: 1px solid #fff;
	font-family: 'Dense';
	text-shadow: none;
	text-align: center;
}

.subContent h4::after {
	content: "\f13a";
	font-family: 'FontAwesome';
	font-weight: 100;
	padding-right: 30px;
	position: absolute;
	right: 5px;
	top: 40px;
	font-size: 24px;
	color: #dc8eac;
}

.subContent h4.open::after {
	font-family: 'FontAwesome';
	content: "\f139";
	font-weight: 100;
	padding-right: 30px;
	position: absolute;
	right: 5px;
	top: 40px;
	color: #dc8eac;
	font-size: 24px;
}

.subContent h4 span {
	/*display: block;*/
	background: url('https://0yoga.jp/css/images/arrow.png') 100% 0% no-repeat;
}

.subContent h4 span.open {
	background: url('https://0yoga.jp/css/images/arrow.png') 100% 100% no-repeat;
}


/*---------------------------------------
  SECTION HOME              
-----------------------------------------*/

.wrap {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	background: #fff;
}

.wrap:after {
	content: '';
	position: absolute;
	z-index: 2;
	/*top: 0;*/
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
}

.slider {
	position: relative;
	z-index: 200;
	padding: 0 0px;
	margin: 0 auto;
	width: 100%;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	border: none;
	background: transparent;
	color: #fff;
	font-family: monospace;
	font-size: 5rem;
	z-index: 300;
	outline: none;
}

.slick-prev {
	left: -50px;
	text-align: left;
}

.slick-next {
	right: -50px;
	text-align: right;
}

.item.slick-slide {
	width: 900px;
	height: 500px !important;
	transition: transform .4s;
	position: relative;
}

.slick-slide:after {
	content: '';
	position: absolute;
	z-index: 2;
	/* top: 0;*/
	left: 0;
	right: 0;
	bottom: 0;
	background: #FBFBFB;
	transition: transform .4s;
}

.item.slick-slide {
	transform: scale(0.7) translate(640px);
}

.item.slick-slide.slick-center+.slick-slide {
	transform: scale(0.95) translate(-30px);
	z-index: 10;
}

.item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
	transform: scale(0.7) translate(-640px);
	z-index: 5;
}

.item.slick-slide.slick-active {
	transform: scale(0.95) translate(30px);
}

.item.slick-slide.slick-center {
	/* margin: 0 -10%; */
	transform: scale(0.95);
	z-index: 30;
}

.slick-center:after {
	opacity: 0;
}

.slider-nav .slick-slide p {
	cursor: pointer;
	padding: 25px 15px;
	text-align: center;
	font-weight: 500;
	color: #3E3E3E;
	background-color: #ECECEC;
}

.slider-nav .slick-track {
	margin: 0 auto;
	text-align: center;
	padding: 0 80px;
	transform: none !important;
}

.slider-nav {
	overflow: hidden;
}

.slider-nav .slick-list {
	margin-right: -10px;
	margin-left: -10px;
}

.slider-nav .slick-slide {
	float: none;
	display: inline-block !important;
	margin-right: 10px;
	margin-left: 10px;
	width: 20% !important;
}


/*
#bx-pager li a {
   text-decoration: none;
   background-color: #ECECEC;
   padding: 15px;
   margin: 0;
   color: #3E3E3E;
   width: 260px;
   line-height:26px;
   display: block;
}
#bx-pager li a.active, #bx-pager li a:hover {
   font-weight: bold;
   border: 1px solid #C43372;
}
*/


/*---------------------------------------
  SECTION HOME              
-----------------------------------------*/

#concepthachi, #hachibeginneren {
	background: url(../img/beginner/bg_begin.png) top repeat-y, #F6F6F6;
	background-size: cover, auto;
}

#hachistudio {
	background: url(../img/studio/bg_studio.png) top repeat-y, #F6F6F6;
	background-size: cover, auto;
}

#hachiservice {
	background: url(../img/service/bg_service.png) top repeat-y, #F6F6F6;
	background-size: cover, auto;
}

.bg_graylight {
	background: #EDEDED;
}

.bg_pinklight {
	background: #F8F3EC;
}

.bg_yellowlight {
	background: #F8F3EC;
}

.bg_bluelight {
	background: #E4EAE9;
}

.c_yellow {
	color: #D2B50A;
}

.c_blue {
	color: #298DA1;
}

.c_green {
	color: #04978C;
}

.btn_schedule a {
	display: block;
	color: #3E3E3E;
	border: 1px solid #3E3E3E;
	padding: 15px 0;
	max-width: 36%;
	text-decoration: none;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 auto;
	font-family: 'Dense';
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1), 0 3px 15px rgba(0, 0, 0, 0.1);
}

#hachioji .container {
	/*width: 1000px;*/
}

.bg_white, #top_trial {
	background: #fff;
}


/*#top .col-md-12{
   padding: 0;
}*/

#top .slider_top {
	padding: 130px 0px 50px 0px;
}


/*menu*/

.menu_top ul {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	float: right;
}

.menu_top ul li a {
	padding: 5px 34px;
	font-size: 17px;
	color: #3E3E3E;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-bottom: 7px;
	border-radius: 40px;
	border: 1px solid #707070;
}

.menu_top ul li:last-child a {
	color: #fff;
	background: #8ABA29;
	border: none;
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}


/*
#header{
   border-top: 10px solid #707070;
   position: fixed;
   overflow: hidden;
   background: #FBFBFB;
   z-index: 9999;
   padding: 0px 0 15px 0;
   width: 100%;
   top: 0;
   min-height: 100px;
}*/


/*
#header{
   border-top: 10px solid #707070;
   position: fixed;
   overflow: hidden;
   background: #FBFBFB;
   z-index: 9999;
   padding: 0px 0 15px 0;
   width: 100%;
   min-height: 100px;
}*/


/*
#header .menu_toggle{
   display: block!important;
   opacity: 1;
}*/

.icon_toppage img {
	width: 40px;
}

.scrollTop {
	position: fixed;
	overflow: hidden;
	z-index: 9999;
	right: 5%;
	bottom: 20%;
	padding: 10px;
	opacity: 0;
	/*transition: all 0.4s ease-in-out 0s;*/
}

.scrollTop a {
	font-size: 18px;
	color: #fff;
}


/* =======================================================
* 	Template CÔMMON 
* ======================================================= */

nav li ul {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0;
	width: auto;
	min-width: 100%;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.dropdown-menu {
	background: #FBFBFB;
	border: none;
	color: #545454;
}

nav li:hover ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

nav li ul li {}

.dropdown-menu>li>a {
	font-weight: 600;
	padding: 10px 15px;
}

.navbar-nav>li>a.dropdown-toggle {
	padding: 0px 15px;
}

nav li ul a:hover {
	background: #bbb;
	border-right: 0;
}

.nav .open>a {
	border: none;
}

.navbar-nav>li h4 a {
	color: #545454;
}

.icon_top img {
	padding: 0 0 10px 0;
	height: 36px;
}

#top_trial {
	background: #fff;
	padding: 140px 0 0 0;
	margin-bottom: 25px;
}


/* =======================================================
* 	Template CÔMMON 
* ======================================================= */

.section_title h2, .concepthachi_title h3, .concept_info h3, .beginmore_title h3, .servicehotyoga_desc h3, .newshachi_info h3 {
	/*text-transform: uppercase;*/
	position: relative;
	color: #3E3E3E;
	font-family: 'Dense';
	font-size: 40px;
	line-height: 38px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 25px 0;
	padding: 0 0 0 10px;
	border-left: 4px solid #C43372
}

.section_title h3, .serviceyoga_area h5 {
	position: relative;
	color: #3E3E3E;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 25px 0;
	padding: 0 0 0 10px;
	border-left: 4px solid #C43372
}

.section_title p {
	margin-top: 5px;
	color: #3E3E3E;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 15px 0;
	font-weight: 500;
}


/* =======================================================
* 	Template NEWS DETAIL 
* ======================================================= */

#newshachi {
	padding: 180px 0 0 0;
	position: relative;
}

#newshachi .newshachi_info {
	padding: 30px 20px 80px 20px;
}

.newshachi_info h3 {
	margin: 40px 0 80px 0;
}

.newshachi_info dl {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.newshachi_info dl dt, .newshachi_info dl dd {
	display: table-cell;
}

.newshachi_info dl dt {
	font-size: 20px;
	letter-spacing: 0;
	padding: 0 0 0 10px;
}

.newshachi_info dl dd {
	font-weight: 600;
	text-align: right;
	font-size: 20px;
	padding: 0 40px 0 0px;
}

.newshachi_info p {
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0;
}

.newshachi_desc {
	position: relative;
	padding: 20px 0 60px 0;
	border-bottom: 1px solid #C43372;
}

.newshachi_desc figure {
	text-align: center;
	padding: 15px 0 30px 0;
}

.newshachi_desc figure img {
	width: 44%;
}

.newshachi_info p a {
	color: #353535;
	word-break: break-all;
	text-decoration: none;
}


/* =======================================================
* 	Template CÔMMON 
* ======================================================= */

#pickuphachi {
	padding: 40px 0 0 0;
}

.btn_exper a, .btn_inquirie a {
	display: block;
	color: #fff;
	border-radius: 40px;
	padding: 15px 0;
	max-width: 80%;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	background: #8ABA29;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1), 0 3px 15px rgba(0, 0, 0, 0.1);
}

#newstop h3 {
	border: none;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
	margin: 0 auto;
	padding: 0;
}

#newstop .btn_schedule {
	padding: 50px 0 0 0;
}

#newstop .btn_schedule a {
	max-width: 52%
}

#newstop ul {
	padding: 0 !important;
	border-bottom: 1px solid #ddd;
}

#newstop ul li {
	display: inline-block;
	vertical-align: top;
	padding: 15px 0 !important;
}

#newstop ul li a {
	text-decoration: none;
}

#newstop ul li:first-child {
	padding: 15px 0 15px 30px !important;
	width: 72%;
}

#newstop ul li:last-child {
	width: 26%;
}

#newstop ul li p {
	padding: 8px 0;
	font-weight: 600;
}

#pickuphachi .bg_white {
	padding: 0 0 100px 0;
}

#pickuphachi .col-md-6 {
	padding: 0;
}

#pickuphachi .section_title ul, .experhachi_info ul {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}

#pickuphachi .section_title ul li, .experhachi_info ul li a {
	padding: 15px 0;
}

#pickuphachi .section_title {
	padding: 20px 40px 20px 80px;
}

#pickuphachi .section_title ul.lst_pickup li:first-child {
	padding: 0px 0 25px 0;
}

#pickuphachi .section_title ul.lst_pickup li:last-child {
	padding: 25px 0 0px 0;
}

#pickuphachi .section_title ul.lst_pickup li img {
	width: 325px;
}

#newstop.section_title {
	padding: 20px 80px 0 20px;
}

#newstop img {
	width: 100%;
	height: 100%;
}

.linkexper ul, .footer ul {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.linkexper {
	background: #3E3E3E;
}

.linkexper ul li, .footer ul li {
	display: inline-block;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.linkexper ul li a, .footer ul li a {
	color: #fff;
	padding: 10px;
	text-decoration: none;
}


/* =======================================================
* 	Template CÔMMON 
* ======================================================= */

#hachibeginneren .experhachi_info h2 {
	font-family: 'Dense';
	font-size: 30px;
}

#hachibeginneren .experhachi_info ul li a {
	background: url(../img/icon_com.png) left 20% center no-repeat, #8ABA29;
}

#hachibeginneren .experhachi_info ul li {
	display: block;
	width: 100%;
}

#hachibeginneren .experhachi_info ul {
	display: block;
	width: 40%;
}

.top {
	text-align: right;
	padding: 0 0 30px 0;
	margin-top: -30px;
}

.experhachi_info h2 {
	margin-left: -15px;
	margin-right: -15px;
	background: #545454;
	color: #fff;
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 20px;
}

.txt_from {
	font-size: 18px;
	font-weight: 300;
}

.txt_from02 {
	font-size: 13px;
	font-weight: 300;
}

.experhachi_info ul {
	width: 64%;
}

.experhachi_info ul li {
	display: inline-block;
	width: 49%;
	padding: 0 10px;
}

.experhachi_info ul li a {
	text-align: center;
	font-family: 'Dense';
	color: #fff;
	font-size: 34px;
	line-height: 28px;
	border-radius: 50px;
	font-weight: 400;
	max-width: 100%;
	padding: 25px 15px;
	margin: 0 auto 20px;
	display: block;
	text-decoration: none;
}

.experhachi_info ul li:first-child a {
	background: #8ABA29;
}

.experhachi_info ul li:last-child a {
	background: #68BA29;
}

.icon_exper img {
	margin-right: 15px;
	margin-top: -5px;
	width: 38px;
}


/*
.experhachi_info ul li:first-child a{
   background: url(../img/icon_com.png) left 14% center no-repeat, #8ABA29;
}

.experhachi_info ul li:last-child a{
   background: url(../img/icon_tel.png) left 14% center no-repeat,  #68BA29;
}*/

#equiphachi .section_title {
	/*border-bottom: 1px solid #9B9B9B;*/
	padding: 0 0 20px 0;
}

.txt_link {
	display: inline-block;
	font-size: 32px;
}


/* =======================================================
* 	PAGE TRIAL 
* ======================================================= */


/*
.equiphachi:after{
   content: "";
   position: absolute;
   bottom: -8%;
   height: 1px;
   width: 1000px;
   background-color: #707070;
   left: 23%;
   margin-left: 0px;
}*/

.line {
	background: url(../img/line02.png) no-repeat;
	background-size: 1170px;
}

#hachitrial, #hachinstructor, #hachibeginner {
	background: url(../img/beginner/bg_begin.png) top repeat-y;
	background-size: cover;
}

#lifehachi {
	background: url(../img/logo_yoga.png) right 0 top 250px no-repeat, url(../img/logo_yoga.png) right 0 bottom no-repeat, url(../img/beginner/bg_begin.png) top repeat-y;
	background-size: 20%, 20%, cover;
	padding: 0 0 70px 0;
}

.concepthachi_info figure {
	/*margin-left: -15px;*/
	max-width: 90%;
}


/*
#lifehachi{
   background: url(../img/beginner/bg_begin.png) top repeat-y;
   /*margin-top: -30px;
   background-size: cover;
   padding: 0 0 70px 0;}*/

.txt_concept {
	color: #545454;
	font-size: 28px;
	margin-top: 50px;
	text-transform: uppercase;
	text-align: center;
}


/* =======================================================
* 	PAGE TRIAL 
* ======================================================= */

.hachijo_title {
	padding: 40px 0 40px 0;
}

.hachijo_title h2 {
	font-size: 46px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 2px;
	font-family: 'Dense';
}

.hachijo_title p {
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: 500;
}


/*
#pricehachi, #lifehachi{
   margin-top: 20px;
}
*/

.line_price {
	background: url(../img/line_price.png) no-repeat;
	background-size: contain;
}

.pricehachi_info {
	background: #fcfaed;
	padding: 50px 60px 20px 60px;
	max-width: 90%;
	margin: 8% auto;
	text-align: center;
	border: 14px solid #707070;
}

.txt_datehachi, .txt_lessoninfo {
	font-weight: 600;
	color: #fff;
	padding: 25px;
	font-size: 46px;
	background: #C43372;
}

.txt_price {
	background: url(../img/icon_pricetrial.png) bottom -10px center no-repeat;
	background-size: 48px;
	font-size: 42px;
	font-weight: 600;
	padding: 40px 0 50px 0;
}

.txt_priceold {
	font-size: 76px;
	background: url(../img/linetrial.png) center no-repeat;
}

.txt_pricenew {
	font-size: 140px;
	color: #C43372;
	line-height: 220px;
	font-weight: 600;
	margin: 0;
}

.txt_pricezero {
	font-size: 175px;
	color: #C43372;
	font-weight: 600;
}

#programhachi .section_title {
	margin: 30px 0 30px 0;
}

.programhachi_info h3 {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	line-height: 20px;
	border-radius: 50%;
	/* the magic */
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	margin: 0 auto 0px;
	line-height: 28px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: table-cell;
}

.programhachi_info {
	display: table;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

.btn_schedule {
	padding: 40px 0 40px 0;
}

#lessonhachi .section_title, #belonghachi .section_title {
	padding: 20px 0 0 0;
}

.inner_lessonhachi_area {
	padding: 0px 0 0px 0;
}

.lessonhachi_info p {
	text-align: left;
	padding: 15px 0 15px 0;
}

.txt_lessoninfo {
	color: #fff;
	text-align: center !important;
	max-width: 90%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
}

.lessonhachi_info ul {
	padding: 30px 0 10px 0;
}

.lessonhachi_info ul li {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

.c_pink {
	color: #C43372;
}

.fa-stop {
	color: #C43372;
	margin-right: 5px;
}

.txt_belonghachi {
	font-size: 18px;
	border: 1px solid #bcbcbc;
	padding: 10px 20px;
}

.belonghachi_info ul {
	clear: both;
	display: block;
	font-size: 18px;
	padding: 30px 0 60px 0;
}


/* =======================================================
* 	PAGE TRIAL
* ======================================================= */

.concepthachi_info {
	margin-top: 40px;
	background: #fff;
	padding: 0 0 40px 0;
}


/* =======================================================
* 	Pages ÍNTRUCTOR 
* ======================================================= */

#lifehachi .section_title, #admission .admission_info {
	padding: 80px 0 0 0;
}

#lifehachi .section_title ul {
	/*margin: 0 auto;
   text-align: center;*/
	padding: 20px 0;
}

#lifehachi .section_title ul li {
	display: inline-block;
	width: 49.5%;
	padding: 0 15px;
	text-align: center;
}

#lifehachi .section_title ul li img {
	max-width: 80%;
}

#lifehachi .section_title ul li h4 {
	font-size: 38px;
	font-family: 'Dense';
	letter-spacing: 4px;
	padding: 25px 0;
}

#lifehachi .section_title ul:last-of-type li {
	/*text-align: left;*/
}


/* =======================================================
* 	PADE PRICE
* ======================================================= */

#planhachi .admission_desc {
	padding: 0 0 80px 0;
}

.admission_info dl {
	display: block;
	margin: 0 auto;
	font-size: 22px;
	text-align: center;
	padding: 0 0 30px 0;
}

.admission_info dl dt, .admission_desc table th {
	background: #3E3E3E;
	padding: 15px !important;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.admission_info dl dd, .txt_pricead {
	color: #C43372;
	padding: 15px;
	font-weight: 600;
	font-size: 26px;
	border: 1px solid #b7b7b7;
}

.admission_desc {
	padding: 20px 0 0 0
}

.admission_desc table th {
	text-align: center;
	border: none;
}

.admission_desc table tr td {
	text-align: center;
	padding: 15px 25px;
	vertical-align: middle;
	font-size: 18px;
	line-height: 30px;
	border: 1px solid #b7b7b7;
}

.bg_pinklight {
	background: rgba(196, 51, 114, 0.05)
}

.bg_gray {
	background: #F6F6F6;
}

.txt_b {
	font-weight: 600;
	text-align: left !important;
}

.txt_pricead {
	font-weight: 600;
	font-size: 26px !important;
}

.planhachi_info {
	border: 1px solid #AAAAAA;
	padding: 25px 25px;
	margin-bottom: 30px;
}

.planhachi h2 {
	background: #C43372;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: 600;
	line-height: 32px;
	font-size: 24px;
	margin-top: 30px;
}

.txt_planinfo {
	font-size: 18px;
}

.txt_ni {
	font-size: 16px;
}

.txt_ni02 {
	font-size: 18px;
}

.txt_in {
	font-style: italic;
}

.planhachi_info ul {
	text-align: center;
	padding: 20px 0;
}

.planhachi_info ul li {
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 8px;
	width: 46%;
	text-align: center;
	padding: 30px 20px;
}

.planhachi_info ul li:first-child {
	margin-right: 15px;
}

.planhachi_info ul li:last-child {
	margin-left: 15px;
}

.planhachi_info h3, .planhachi_info p {
	color: #C43372;
	font-weight: 600;
	line-height: 32px;
	font-size: 22px;
}

.planhachi_info p {
	font-size: 20px;
	color: #3E3E3E;
}

.icon_plan {
	display: block;
	padding: 20px 0;
}


/* =======================================================
* 	Template LESSON 
* ======================================================= */

#hachilesson {
	background: #fff;
}

.frequen_area {
	padding: 40px 0 0 0
}

.menubox h4.active {
	background: #0f235d;
	padding: 15px 10px;
	color: #fff;
	font-weight: 400;
}

.menubox03 {
	/*margin-bottom: 15px;*/
	border-bottom: 1px solid #fff
}


/*
.menubox h4:hover{
   color: #000!important;
   opacity: 100!important;
}*/

.btn-acc.open {
	/* padding: 15px 10px;
   font-weight: 400;*/
}

.menubox h4:hover {
	opacity: 100!important;
}

.menubox h4 {
	font-size: 28px;
	color: #000;
	float: none;
	padding: 22px 10% 22px 10%;
	margin: 0 0 0px 0;
	opacity: 100;
	font-weight: 400;
	font-family: 'Dense';
	text-shadow: none;
	text-align: center;
}

.txt_lessonhachi {
	font-size: 16px;
	border-top: 1px solid #707070;
	padding: 5px 10px;
}

.menuList01 {
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #fff
}


/*
.menuList01 p:first-child{
	   padding: 15px 10% 15px 10%;
   background: #fff;
   font-weight: 600;
   margin-bottom: 15px;
   border-top: none;
}
.menuList01 p{
   padding: 15px 10px;
   background: #fff;
   border: 1px solid #0f235d;
   margin-bottom: 15px;
}*/

.btn-acc {
	cursor: pointer;
	display: block;
	position: relative;
}

.btn-acc::after {
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	font-size: 18px;
}


/*.btn-acc.close:focus,
   .btn-acc.close:hover {
	   color: #000!important;
	   opacity: 100!important;
	   font-weight: 300;
   }*/

.btn-acc.close::after {
	content: "\f13a";
	font-family: 'FontAwesome';
	font-weight: 100;
	padding-right: 30px;
	position: absolute;
	right: 5px;
	top: 40px;
	font-size: 24px;
	color: #dc8eac;
}

.btn-acc.open::after {
	font-family: 'FontAwesome';
	content: "\f139";
	font-weight: 100;
	padding-right: 30px;
	position: absolute;
	right: 5px;
	top: 40px;
	color: #dc8eac;
	font-size: 24px;
}

.scrollbox {
	display: none;
}

.hotyoga h3 {
	padding: 0 0 20px 0;
	margin-left: -10px;
	margin-right: -10px;
}

.hotyoga .icon_star {
	padding: 5px 10px;
}

.icon_star img {
	width: 26px;
	margin-right: 10px;
}

.hotyoga {
	padding: 0 10px;
}

.hotyoga ul {
	background: #fff;
	padding: 15px 15px 15px 10px;
	margin-bottom: 15px;
}

.hotyoga ul:first-of-type {
	margin-top: 20px;
}

.hotyoga ul li {
	display: inline-block;
	width: 49%;
	padding: 0 7px;
	vertical-align: top;
}

.hotyoga ul li p {
	font-size: 14px;
	letter-spacing: 0;
}


/*
.hotyoga ul li:last-child{
   padding: 0 0 0 15px;
}
*/

.hotyoga h5 {
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	padding: 0 0 0 6px;
	letter-spacing: 0;
	border-left: 3px solid #707070;
}

span.icon_rate {
	float: right;
}

.icon_rate img {
	width: 110px;
}


/* =======================================================
* 	Template SCHEDULE , BEGINNER 
* ======================================================= */

#hachibeginner #top_tria {
	margin-bottom: 45px;
}

#hachischedule {
	background: #fff;
}

#schedulehachi {
	padding: 0px 0 50px 0;
}

#whyzeroyoga .inner_concept_area .bg_white {
	padding: 100px 0 100px 0;
}

.beginhachi_title h2 {
	padding: 0 0 0px 0;
	margin-left: -15px;
	margin-right: -15px;
}

#stayconcept .concept_info {
	padding: 10px 40px 30px 40px;
}

.inner_concept_area .bg_white {
	padding: 100px 0 20px 0;
}

.inner_concept_area .col-md-6, #voicehachi .col-md-12 {
	padding: 0;
}

.concepthachi_title h3, #voicehachi .section_title h3, .inner_voice_area .section_title h2, .beginmore_title h3 {
	border-left: none;
	text-align: center;
	padding: 25px 0;
	font-size: 50px;
}

.concept_area, .beginmore_area {
	clear: both;
	display: inline-block;
	padding: 0 0 40px 0;
}

.concept_info {
	padding: 40px 25px;
}

.concept_info h3, #normalzero ul li h3, #beginlesson .section_title h2 {
	border-left: none;
	color: #ECECEC;
	padding: 40px 15px 20px 15px;
	font-size: 90px;
	line-height: 78px;
}

.concept_info h4, #beginlesson .section_title h3 {
	font-size: 22px;
	font-weight: 600;
	padding: 0px 0 40px 0;
	line-height: 28px;
}

section#voicehachi {
	margin-top: 80px;
}

.concept_info p, #normalzero ul li p {
	line-height: 28px;
	font-size: 18px;
	padding: 10px 15px 10px 15px;
}

#stayconcept .single_image {
	margin-top: -100px;
	position: relative;
	margin-right: -15px;
}

#voicehachi .section_title h3 {
	font-size: 24px;
}

#voicehachi .section_title p {
	text-align: center;
	padding: 35px 0;
}

.txt_voice {
	border-top: 3px solid #C43372;
	padding: 7px 0 7px 0;
}

.inner_voice_area .section_title h2 {
	font-size: 40px;
	text-transform: lowercase
}

.inner_voice_area .bg_white {
	padding: 0 15px 80px 15px;
}

.voicehachi_info {
	padding: 15px;
	border: 4px solid #acacac;
}

.voicehachi_info h3 {
	background: url(../img/beginner/icon_voice.png) no-repeat;
	background-size: contain;
	padding: 10px 15px 25px 15px;
	font-size: 17px;
	letter-spacing: -0.5px;
	font-family: 'katyou';
	text-align: center;
	color: #707070;
}

.txt_datevoice {
	color: #C43372;
	font-weight: 500;
	padding: 10px 0 15px 0;
}

.voicehachi_info {
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	height: 320px;
	margin-bottom: 25px;
}

.txt_zeroinfo, .txt_beginlesson {
	font-size: 14px !important;
}

#whyzeroyoga .concept_info h5, #whyzeroyoga .concept_info p.txt_zeroinfo {
	margin: 0;
	padding: 0 15px;
}

#whyzeroyoga .concept_info {
	padding: 0 25px;
}

#whyzeroyoga .concept_info h3 {
	padding: 15px;
	margin: 0 auto;
}

#whyzeroyoga .concept_info h5, #normalzero ul li h5, .studioyoga_title h2, .studiohotyoga_title h2, .roomstudio h2, .lockeryoga_title h2, .showyoga_title h2 {
	font-family: 'Dense';
	font-size: 38px;
	color: #a8a8a8;
	padding: 0 15px;
	letter-spacing: 4px;
}

.line_zero {
	border-bottom: 3px solid #cdcdcd;
	padding: 0 0 10px 0;
}


/*

#whyzeroyoga .bg_white{
   background: url(../img/beginner/icon_voice02.png) top right 0px no-repeat, #fff;
}
*/

.icon_voice {
	position: absolute;
	overflow: hidden;
	z-index: 99;
	top: -220px;
	right: -60px;
}

#whyzeroyoga .inner_concept_area .col-md-5, #whyzeroyoga .inner_concept_area .col-md-7, .inner_safeskill_area .col-md-7 {
	padding: 0;
}

#normalzero {
	padding: 60px 0 0 0;
}

#whyzeroyoga .concept_info p {
	padding: 10px 15px 20px 15px;
}

#normalzero ul li p {
	padding: 0px 15px 150px 15px;
}

#normalzero ul {}

#normalzero ul li {
	display: inline-block;
	vertical-align: bottom;
}

#normalzero ul li:first-child {
	width: 41%;
	padding: 0 30px;
}

#normalzero ul li:last-child {
	width: 58.3%;
}

#normalzero ul li p.txt_zeroinfo {
	padding: 0 105px 0 0px;
}

#normalzero ul li p.txt_zeroinfo, #normalzero ul li h5 {
	text-align: right;
	margin: 0;
}

#beginlesson .icon_voice {
	top: -132px;
	left: -110px;
}

#beginlesson .section_title h3 {
	border-left: none;
}

.inner_beginlesson_area .bg_white {
	padding: 0 25px 60px 25px;
}

#beginlesson .section_title h2 {
	padding: 100px 15px 0px 85px;
	margin: 0 auto;
	letter-spacing: 5px;
}

#beginlesson .section_title h3 {
	padding: 10px 15px 0px 85px;
	margin: 0 auto;
	font-size: 20px;
}

#beginlesson {
	margin-top: 152px;
	margin-bottom: 152px;
}

.inner_beginlesson_area .beginlesson_info {
	padding: 40px 15px;
}

.beginlesson_info h4 {
	padding: 20px 0 5px 0;
}

.beginlesson_info h4, .txt_beginlesson {
	text-align: center;
}

.beginlesson_info figure {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

.beginlesson_info p {
	line-height: 26px;
	font-weight: 500;
}

.inner_safeskill_area .concept_area {
	padding: 100px 0 100px 0;
}

.inner_safeskill_area .concept_info {
	padding: 0 25px;
}

.inner_safeskill_area .concept_info h3 {
	padding: 0 15px 25px 0px;
	margin: 0 auto;
}

.inner_safeskill_area {
	margin-bottom: 152px;
}

.inner_safeskill_area .concept_info h3 img {
	width: 66%;
}

#safeskill .icon_voice {
	top: -132px;
	right: -80px;
}

#hachibeginner #beginmore, #hachibeginner #experhachi {
	background: url(../img/beginner/bg_more.png) top repeat-y;
	background-size: cover;
}

.beginmore_area:first-of-type {
	padding: 60px 40px 20px 40px;
}

.beginmore_area:last-of-type {
	padding: 20px 40px 80px 40px;
}

.beginmore_area {
	padding: 20px 40px 20px 40px;
}

.beginmore_info h4 {
	padding: 20px 0 15px 0;
	font-size: 20px;
	font-weight: 600;
}

.beginmore_info p {
	letter-spacing: 0;
	font-weight: 500;
}


/*
section#safeskill{
   margin-bottom: 80px;
}*/


/* =======================================================
* 	Template CÔMMON 
* ======================================================= */

#beginmore .inner_beginmore_area {
	margin-bottom: 0px;
}

.welcombegin_title {
	padding: 80px 0 0 0;
	margin-left: -15px;
}

.beginwelcome_info dl {
	width: 100%;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.beginwelcome_info dl:last-of-type {
	border-bottom: none;
}

.beginwelcome_info dl:last-of-type dd iframe {
	width: 80%;
	height: 300px;
}

.beginwelcome_info dl dt {
	font-weight: 500;
	color: #545454;
	border-left: 3px solid #744D49;
	font-family: 'Dense';
	font-size: 28px;
	line-height: 30px;
	padding: 0px 0 0px 10px;
	margin: 0;
}

.beginwelcome_info dl dd {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	padding: 15px 0;
}

.beginwelcome_info dl dd a {
	color: #545454;
}

.beginwelcome_info dl dd img {
	width: 100%;
}

.beginwelcome_area {
	padding: 50px 0 80px 0;
}


/* =======================================================
* 	Template CÔMMON 
* ======================================================= */

.servicehotyoga_desc {
	padding: 30px 0;
}

.servicehotyoga_title h2 {
	margin-left: -15px;
	margin-right: -15px;
}

.servicehotyoga_desc h3 {
	text-align: center;
	border: none;
	padding: 0px 0 5px 0;
	margin: 0 auto;
}

.servicehotyoga_desc p {
	text-align: center;
}

.serviceyoga_area ul {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 30px 20px;
	border: 1px solid #707070;
}

.serviceyoga_area ul li {
	display: inline-block;
	vertical-align: middle;
}

.serviceyoga_area ul li:first-child {
	padding: 0 0px 0 20px;
	width: 57%;
}

.serviceyoga_area ul li:last-child {
	width: 41%;
	padding: 0 20px 0 20px;
}

.serviceyoga_area h4, .serviceyoga_area p.tittle_hotyoga {
	font-size: 26px;
	font-weight: 600;
	color: #298DA1;
}

.serviceyoga_area p.tittle_hotyoga {
	padding: 15px 0;
	font-size: 22px;
}

.serviceyoga_area {
	padding: 20px 0 40px 0;
	clear: both;
	display: inline-block;
}

.icon_check {
	position: absolute;
	left: 45.1%;
	top: 34%;
	overflow: hidden;
	z-index: 99;
}

.serviceyoga_area p, .servicehotyoga_title p {
	line-height: 28px;
	font-size: 18px;
}

.servicehotyoga_title h3 {
	padding: 15px 0;
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 600;
}

.txt_point {
	padding: 10px 20px;
	background: #3E3E3E;
	color: #fff;
	font-family: 'Dense';
	text-align: center;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.inner_pointserv_area .bg_white {
	padding: 0 15px;
}

.servicehotyoga_title {
	padding: 0px 0 30px 0;
}

.effectserv_info h3 {
	font-weight: 600;
	color: #3E3E3E;
	font-size: 18px;
	letter-spacing: 0;
	background: #fdf9fb;
	border-radius: 50%;
	width: 220px;
	height: 220px;
	line-height: 32px;
	border-radius: 50%;
	/* the magic */
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	border: 1px solid #707070;
	margin: 0 auto 0px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: table-cell;
}

.effectserv_info {
	display: table;
	margin: 0 auto;
}

.inner_effectserv_area .bg_white {
	padding: 10px 0 110px 0;
}

.txt_effect {
	padding: 5px 15px;
	color: #C43372;
	position: absolute;
	overflow: hidden;
	z-index: 99;
	left: 23%;
	font-weight: 600;
	font-size: 18px;
	top: -10px;
	background: #fff;
}

#yogaservice .txt_effect {
	color: #D2B50A;
}

#yogaservice .effectserv_info h3 {
	background: #fcfaee;
}

#platiseservice .txt_effect {
	color: #298DA1;
}

#platiseservice .effectserv_info h3 {
	background: #f2faf9;
}

.serviceprogram_title {
	border-top: 1px solid #a3a3a3;
	padding: 10px 0 40px 0;
}

.serviceprogram_title p {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 35px 0 15px 0;
	line-height: 28px;
	letter-spacing: 1px;
}

.serviceprogram_title ul {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	padding: 20px 0;
	clear: both;
	box-sizing: border-box;
}

.serviceprogram_title ul li {
	display: inline-block;
	width: 48.5%;
	padding: 0 15px;
	vertical-align: middle;
}


/* =======================================================
* 	Template CÔMMON 
* ======================================================= */

#studioyoga .studioyoga_title {
	max-width: 90%;
}

.studioyoga_title h2, .studiohotyoga_title h2, .roomstudio h2, .lockeryoga_title h2, .showyoga_title h2 {
	font-size: 66px;
	color: #3E3E3E;
	float: right;
	padding: 20px 0 30px 0;
}

.line_studio {
	border-top: 3px solid #554530;
	display: inline-block;
	padding: 10px 30px 0px 0;
}

#studioyoga .col-md-12 {
	padding: 0;
}

#studioyoga .studioyoga_title p, .studiohotyoga_title p {
	float: right;
	line-height: 26px;
	padding: 10px 0 10px 0
}

.studiohotyoga_title {
	padding: 50px 0 30px 10%;
}

.studiohotyoga_title h2 {
	float: none;
}

.studiohotyoga_title h3 {
	text-align: right;
	margin-top: -76px;
}

.studiohotyoga_title h3 img, .studiohotyoga_title p {
	width: 84%;
}

.roomstudio ul:first-of-type {
	display: block;
	text-align: right;
}

.roomstudio ul li {
	display: inline-block;
	vertical-align: top;
}

.roomstudio ul li h2, .roomstudio ul li p {
	padding: 0;
	text-align: left;
}

.roomstudio ul li:first-child {
	width: 68%;
}

.roomstudio ul li:last-child {
	width: 27%;
}

.roomstudio ul:last-of-type {
	display: block;
	text-align: center;
	padding: 0 0 40px 10%;
}

.roomstudio ul li p {
	padding: 15px 10px 0 10px;
}

.lockeryoga_title h2 {
	float: none;
	padding: 60px 0 0px 30%;
}

.showyoga_title h2 {
	float: none;
}

.lockeryoga_title h3 img {
	width: 88%;
	margin-top: -76px;
}

.lockeryoga_title p {
	padding: 10px 0 40px 20%;
}

.showyoga_title {
	padding: 0px 0 60px 30%;
}

.showyoga_title p {
	margin-top: -14%;
	line-height: 28px;
	padding: 0px 0 10px 25%;
}


/* =======================================================
* 	Template CÔMMON 
* ======================================================= */


/* =======================================================
* 	Template CÔMMON 
* ======================================================= */

.header h2 {
	height: 0px;
	margin: 0px;
}

.navbar {
	margin-top: 0px
}

.topnavi {
	float: none;
	padding: 10px 15px;
}

.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}

@media(min-width:768px) {
	.navbar-default {
		background-color: transparent;
	}
	.navbar-nav>li h4 {
		font-weight: 600;
		font-size: 14px;
		text-align: center;
	}
	/*.navbar-right{
	   float: none!important;	
   }*/
	.navbar-default .navbar-nav>li>a {
		color: #545454;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "MS Mincho", "ＭＳ 明朝";
	}
	#header .navbar-nav>li>a:hover {
		color: #545454;
		background-color: rgba(0, 0, 0, .05);
	}
	#header .navbar-nav>li>a:focus {
		background-color: rgba(0, 0, 0, .05);
		color: #545454;
	}
	.navbar-default {
		/*  -webkit-transition: all 1s;
	   -moz-transition: all 1s;
	   -o-transition: all 1s;
	   transition: all 1s;*/
		z-index: 110;
		padding: 10px 0 0 0;
	}
	.navbar-brand {
		width: 135px;
		padding: 18px 0 0 0;
	}
	.navbar-brand img {
		/* padding-top: 15px;*/
		width: 100%;
		/* height: 45px;*/
		/* -webkit-transition: all 1s;
	   -moz-transition: all 1s;
	   -o-transition: all 1s;
	   transition: all 1s;*/
	}
	.navbar-default .navbar-nav>li>a {
		/* -webkit-transition: all 1s;
	   -moz-transition: all 1s;
	   -o-transition: all 1s;
	   transition: all 1s;*/
	}
	.navbar-nav>li {
		width: 16%;
		border-right: 1px solid #EBEBEB;
	}
	.navbar-nav>li>a {
		margin-top: 15px;
		padding: 10px;
		color: #545454;
		width: 108px;
		text-align: center;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.navbar-brand img {}
	.navbar-default {
		/*background-color: #fff !important;*/
	}
}

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


/*
.header {
   background: url(../img/img_main.jpg) center;
   background-repeat: no-repeat;
}
.header .section_overlay {
   background-color: rgba(0, 0, 0, .05);
}*/

.logo {
	padding-bottom: 50px;
}

.home-iphone {
	text-align: right;
}

.logo h1 img {
	width: 65%;
}

.logo p img {
	width: 55%;
}

@media (max-width: 768px) {
	.home-iphone {
		display: none;
	}
	.logo {
		text-align: center;
	}
}


/*
div#menu_toggle {
   width: 100%;
   clear: both;
   display: inline;
}*/


/* =======================================================
* 	Template SLIDER 
* ======================================================= */

#top {
	background: #fff;
}


/*
.itemDetail__Thumb {
 display: inline-block;
   padding: 20px 0 15px 0;
 justify-content: center;
}
.itemDetail__Thumb li a{
   padding: 10px;
   color: #3E3E3E;
   text-decoration: none;
   background: #ECECEC;
}

.itemDetail__Thumb li {
 display: inline-block;
 list-style: none;
   
}
.itemDetail__Thumb li:not(last-child) {
 margin-right: 10px;
}
.itemDetail__Thumb li a.active {
 width: 100%;
 position: relative;
   border: 1px solid #C43372;
}
.itemDetail__Thumb li a.active::after {
 /*width: 100%;
 height: 100%;
 box-sizing: border-box;
 border: 5px solid #fff;
 opacity: 0.3;
 position: absolute;
 content: "";
 top: 0;
 z-index: 2;
}
.itemDetail__Thumb li a.active img {
 /*position: absolute;
 z-index: 1;
}
*/

#bx-pager {
	position: relative;
	padding: 0;
	margin: 0;
	top: 20px;
	list-style-type: none;
	background-color: #036;
	color: #3E3E3E;
	width: 100%;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

#bx-pager ul {
	list-style: none;
	margin: 0;
	padding: 15px;
	float: left;
	width: 100%;
}

#bx-pager li {
	display: inline-block;
	margin: 5px;
	background: #ECECEC;
	/*width: 24%;*/
}

#bx-pager li a {
	text-decoration: none;
	background-color: #ECECEC;
	padding: 15px;
	margin: 0;
	color: #3E3E3E;
	width: 260px;
	line-height: 19px;
	display: block;
}

#bx-pager li a.active, #bx-pager li a:hover {
	font-weight: bold;
	border: 1px solid #C43372;
}

#bx-pager li a.active:after {
	content: '';
}


/* =======================================================
* 	Template CONTACT 
* ======================================================= */


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

.footer {
	font-size: 13px;
	color: #545454;
	background: #E8E8E8;
	padding: 0px 0 0 0 !important;
}

footer p.copy_right {
	padding: 20px 0 20px 0;
	font-family: "Helvetica Neue";
}

.lst_button {
	padding-top: 50px;
	margin: 0 auto;
}

.lst_button ul {
	margin: 0;
	text-align: left;
	padding: 10px 0 40px 0;
	clear: both;
	display: inline-block;
	box-sizing: border-box;
	list-style-type: none;
}

.lst_button ul li {
	display: inline-block;
	text-align: left;
	margin: 25px 20px 5px 0px;
	padding: 0px;
}

.lst_button ul li img {
	width: 60px;
}

.lst_button ul li a {
	text-decoration: none;
	font-size: 18px;
	padding: 0;
	color: #353535;
	font-weight: 700;
	letter-spacing: 2px;
}

.lst_button h4 {
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	position: relative;
}

.lst_button h4 img {
	width: 200px;
}

.footer_info{
	display: flex;
}
.footer p:nth-child(1){
	padding-right: 16px;
}
.footer_info p {
	text-align: right;
	padding: 60px 0 30px 0;
	line-height: 36px;
	font-size: 16px;
}

.footer_info p a {
	color: #353535;
	text-decoration: none;
}

.common-title{
	margin-bottom: 1em;
}

.page_block table{
	margin-top: 2em;
}
.page_block table tr{
	margin-bottom: 25px;
    display: flex;
}
.page_block table th{
	width: 200px;
}
.page_block table td input{
	width:500px;
}
.page_block table td textarea{
	width:500px;
}
.common-linkButton a{
	background: #2C2C2C;
    color: #fff !important;
    padding: 15px 15px;
    max-width: 200px;
    display: block;
	margin: 0 auto;
	text-align: center;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

@media screen and (max-width:720px){
	.page_block table th {
		width: 140px;
	}
	.page_block table td input{
		width: 200px;
	}
	.page_block table td textarea{
		width: 200px;
	}
	.page_block table tr {
		margin-bottom: 15px;
		display: flex;
	}
	#newshachi .newshachi_info {
		padding: 30px 0px 20px 0px !important;
	}
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: blue;
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 2em;
    margin-bottom: 0em;
}