@charset "utf-8";
html{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	color:#000;
	font-family:-apple-system,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:14px;  /* modern */
	line-height:1;
	background: #F8F8F8 !important;
}

.container{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	box-sizing: border-box;
}

.breadcrumb{
	background: #8B8B8B;
	height: 32px;
	line-height: 32px;
	font-size: 11px;
	margin-bottom: 20px;
	color: #fff;
}

.breadcrumb.spage{
	margin-bottom: 0;
}

.breadcrumb a{
	color: #fff;
}

.breadcrumb span{
	color: #fff;
}

.header_page_top{
	margin-bottom: 154px;
}

div#contents_inner.cocenter {
    float: none !important;
    margin: 0 auto;
    display: block;
}

.main_title{
	font-size:18px;
	color:#C35C87;
	font-weight: bold;
	padding: 0 75px 0 25px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	border: 1px solid #C35C87;
	display: inline-block;
	border-radius: 6px;
    letter-spacing: 2px;
	background: #fff;
}

.main_title span{
	font-size: 14px;
	color:#747474;
	margin-left: 15px;
}

.content_area{
	margin-bottom: 60px;
}

.content_area .main_content{
	float: left;
	width: 650px;
}

.content_area .sidebar{
	float: right;
	width: 310px;
	background: #342D31;
	border-radius: 3px;
}

.content_area .sidebar .side_sns{
	letter-spacing: -0.4em;
	padding: 12px 0 15px;
}

.content_area .sidebar .side_sns li{
	letter-spacing: 0;
	display: inline-block;
	margin-right:13.2px; 
}

.content_area .sidebar .side_sns li:first-child{
	margin-left:13.2px; 
}

.content_area .sidebar .side_sns li a{
	
}

.content_area .sidebar .side_sns li img{
	
}

.content_area .sidebar .side_video{
	margin-bottom: 15px;
}

.content_area .sidebar .side_section{
	width: 250px;
	background: #E9E9E9;
	border-radius: 8px;
	margin: 0 auto 20px;
	padding: 15px 5px;
	box-sizing: border-box;
}

.content_area .sidebar .side_section h2{
	color: #383838;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #A4A4A4;
	margin-bottom: 20px;
	position: relative;
}

.content_area .sidebar .side_section h2 img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.content_area .sidebar .side_section h2:after{
	content: "";
	position: absolute;
	width: 26px;
	height: 22px;
	background: url("/news/wp-content/themes/twentyeleven/assets/img/menudot_icon.png") center no-repeat;
	right: 10px;
	top: 0;
}

.content_area .sidebar .side_section .ss_news{
	
}

.content_area .sidebar .side_section .ss_news li{
	margin-bottom: 20px;
	border-bottom: 1px solid #A4A4A4;
	font-size: 12px;
	padding: 0 25px 20px 10px;
	color: #2C2C2C;
	position: relative;
}

.content_area .sidebar .side_section .ss_news li:after{
	content: "";
	background: url("/news/wp-content/themes/twentyeleven/assets/img/right_arrow.png") center no-repeat;
	width: 12px;
	height: 18px;
	position: absolute;
	right: 10px;
    top: 8px;
}

.content_area .sidebar .side_section .ss_news li .time{
	margin-bottom: 10px;
}

.content_area .sidebar .side_section .ss_news li h3{
	
}

.content_area .sidebar .side_section .ss_news li h3 a{
	color: #2C2C2C;
}







header{
    background: rgba(255,255,255,0.8);
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.3s;
    display:block;
}

header .top{
	padding: 10px 0 15px;
}

header .header_logo{
	float: left;
	margin-right: 10px;
}

header .header_logo a{
	
}

header .header_logo img{
	
}

header h1{
	float: left;
	font-size: 13px;
	color: #383838;
	margin-right: 10px;
    margin-top: 30px;
}

header .header_buttons{
	float: left;
    margin-top: 23px;
}


header .header_buttons li{
	float: left;
	background: linear-gradient(165deg, rgba(219,129,183,1) 0%,rgba(219,129,183,1) 49%,rgba(219,129,183,1) 49%,rgba(195,92,135,1) 50%,rgba(195,92,135,1) 100%);
	border-radius: 40px;
}

header .header_buttons li:nth-child(2){
	background: linear-gradient(165deg, rgba(24,179,83,1) 1%,rgba(24,179,83,1) 49%,rgba(24,179,83,1) 49%,rgba(17,128,59,1) 50%,rgba(17,128,59,1) 100%);
	margin-left: 10px;
}

header .header_buttons li a{
	height: 40px;
	line-height: 40px;
	display: block;
	color:#fff;
	font-weight: bold;
	text-align: center;
	padding-left: 45px;
	padding-right: 25px;
	position: relative;
}

header .header_buttons li a:before{
	content:"";
	position: absolute;
	left: 15px;
}

header .header_buttons li:nth-child(1) a:before{
	background: url("/news/wp-content/themes/twentyeleven/assets/img/header_button1.png");
	width: 19px;
	height: 27px;
	top:6px;
}

header .header_buttons li:nth-child(2) a:before{
	background: url("/news/wp-content/themes/twentyeleven/assets/img/header_button2.png");
	width: 21px;
	height: 22px;
	top:9px;
}

header .header_buttons li a:after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: 13px;
}

header .phone{
	float: right;
	display: inline-block;
	font-size: 29px;
	color:#C35C87;
	font-weight:bold;
    margin-top: 12px;
}

header .phone span{
	font-size:12px;
	line-height: 22px;
	height: 22px;
	border:1px solid #C35C87;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

header .header_nav{
	display: flex;
	border-bottom: 2px solid #C35C87;
}

header .header_nav li{
	width: 100%;
	border-right: 1px solid #707070;
}

header .header_nav li:first-child{
	border-left: 1px solid #707070;
}

header .header_nav li a{
	color: #383838;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}


header.fixed {
    background: rgba(255,255,255,1);
	transition: 1;
}

.fixed_menu{
	
}

header.fixed .fixed_menu{
	
}


li.less-accordion-toggle.phonesp {
    background: #11803B;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

li.less-accordion-toggle.phonesp a{
    font-size: 22px;
    color: #fff;
	display: inline-block;
	vertical-align: middle;
}

li.less-accordion-toggle.phonesp img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.sp_call{
    width: 48px;
    display: block;
    position: absolute;
    top: 6px;
    right: 70px;
}

.sp_call img{
	width: 100%;
}

.main_sec{
    height: 450px;
    background: url(/news/wp-content/themes/twentyeleven/assets/img/main_img.jpg) no-repeat center, #fff;
    background-size: cover;
    margin-bottom: 50px;
    position: relative;
    padding-top: 154px;
    z-index: 999;
}

.main_sec:after{
	content: "";
	height: 40px;
	width:100%;
	background: linear-gradient(to bottom, rgba(225,224,224,1) 0%,rgba(246,246,246,1) 100%);
	display: block;
	bottom: -40px;
	position: absolute;
	
}

.main_sec .container{
	position: relative;
	display: flex;
	height: 100%;
}

.main_sec img {
    width: auto;
    display: block;
    margin: auto auto;
}

.main_sec a {
    width: auto;
    display: block;
    margin: auto auto 50px;
	width:280px;
	background: #BF1878;
	color:#fff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	letter-spacing: 5px;
	position: relative;
}

.main_sec a:after{
    content: "";
    background: url(/news/wp-content/themes/twentyeleven/assets/img/main_right_white.png);
    width: 7px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin-top: 19px;
    margin-left: 5px;
}

.main_sec p{
    font-size: 18px;
    color: #454545;
    letter-spacing: 10px;
    position: absolute;
    font-weight: bold;
    line-height: 1.6;
    top: 200px;
    right: 0;
}



.menu_wimg{
	
}

.menu_wimg ul{
	letter-spacing: -0.4em;
}

.menu_wimg ul li{
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin-right: 30px;
	border: 3px solid #C35C87;
	padding: 30px 25px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 15px;
}

.menu_wimg ul li:nth-child(2n){
	margin-right: 0;
}

.menu_wimg ul li a{
	display: block;
}

.menu_wimg ul li img{
	display: block;
	margin: 0 auto 15px;
}

.menu_wimg ul li h3{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.menu_wimg ul li h3 a{
	color:#C35C87;
}

.menu_wimg ul li p{
	color: #474747;
	line-height: 1.6;
	font-size: 13px;
}

.gheart_point{
	background: url("/news/wp-content/themes/twentyeleven/assets/img/point_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 45px 0 90px;
}

.gheart_point ul{
	letter-spacing: -0.4em;
}

.gheart_point ul li{
	margin-bottom: 30px;
	margin-right: 20px;
	display: inline-block;
	border: 5px solid #fff;
	width: calc(33.3333% - (40px / 3));
	height: 120px;
	box-sizing: border-box;
	letter-spacing: 0;
	vertical-align: top;
	text-align: center;
}

.gheart_point ul li span{
	line-height: 120px;
	display: inline-block;
	vertical-align: middle;
}

.gheart_point ul li:nth-child(3n){
	margin-right: 0;
}

.gheart_point ul li:nth-child(4),
.gheart_point ul li:nth-child(5),
.gheart_point ul li:nth-child(6){
	margin-bottom: 0;
}

.gheart_point ul li:nth-child(5) span{
	line-height:25px;
	padding: 30px 0;
}

.gheart_point ul li a{
	font-size: 18px;
	color: #fff;
	font-weight:bold;
	display: block;
}

.gheart_point ul li a img{
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.studio_view{
	background: url("/news/wp-content/themes/twentyeleven/assets/img/studio_view_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 75px 0 150px;
}

.group{
	padding: 60px 0;
}

.group ul{
	letter-spacing: -0.4em;
}

.group ul li{
	letter-spacing: 0;
	display: inline-block;
	width: calc(100% / 3);
	text-align: center;
	margin-bottom: 45px;
}

.group ul li a{
	display: block;
}

.group ul li img{
	
}

footer{
	background: url("/news/wp-content/themes/twentyeleven/assets/img/foot_bg_bottom.gif") repeat;
	padding: 30px 0 15px;
	position: relative;
}

footer:before{
	content: "";
	width: 100%;
	height: 13px;
	background: url("/news/wp-content/themes/twentyeleven/assets/img/foot_bggrace.gif") repeat-x;
	position: absolute;
	top: -12px;
	left: 0;
}

.foot_sl .flexslider{
    margin-bottom: 30px;
    background: none;
    border: 4px solid rgba(0,0,0,0.0);
}

.foot_sl .flex-direction-nav .flex-disabled {
    opacity: 1!important;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 10;
}

.foot_sl .flex-direction-nav a{
	opacity: 1;
	height:60px;
	width: 30px;
	background: rgba(0,0,0,0.5);
	font-size: 0;
	border-radius: 4px;
    top: 21px;
}

.foot_sl .flex-direction-nav a:before{
	display: none
}

.foot_sl .flex-direction-nav .flex-nav-next a:after{
    content: "";
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 2px;
    position: absolute;
    transform: rotate(45deg);
    left: 2px;
    top: 21px;
}

.foot_sl .flex-direction-nav .flex-nav-prev a:after{
    content: "";
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 2px;
    position: absolute;
    transform: rotate(-135deg);
    right: 2px;
    top: 21px;
}

.foot_sl .flex-direction-nav .flex-prev {
    left: -50px !important;
}

.foot_sl .flex-direction-nav .flex-next {
    right: -50px !important;
    text-align: right;
}

.foot_sl {
    padding: 0 80px;
}

.footer_logo{
	width: 240px;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid rgba(0,0,0,0.3);
	border-right: 1px solid rgba(0,0,0,0.3);
	height: 180px;
	padding: 0 45px;
}

.footer_logo .f_logo{
	margin-bottom: 15px;
	display: block;
}

.footer_logo .f_logo img{
	
}

.footer_logo p.address{
	font-size: 11px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.6;
}

.footer_logo .gm_button{
	width: 100px;
	height: 22px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	border-radius: 3px;
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 22px;
	position: relative;
}

.footer_logo .gm_button:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	margin-right: 5px;
}

footer .footer_nav{
	float: left;
	width: 190px;
	border-right: 1px solid rgba(0,0,0,0.3);
	box-sizing: border-box;
	padding: 0 30px;
	height: 180px;
}

footer .footer_nav li{
	margin-bottom: 10px;
}

footer .footer_nav li a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: relative;
	padding-left: 16px;
}

footer .footer_nav li a:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #448349;
    display: inline-block;
    position: absolute;
    z-index: 11;
    left: 5px;
    top: 3px;
}

footer .footer_nav li a:after{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #003008;
    position: absolute;
    left: -0px;
    top: 0px;
	z-index: 10;
}

footer .footer_nav li.sub{
	
}

footer .footer_nav li.sub a{
	
}

footer .footer_nav li.sub a:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #003008;
    display: inline-block;
    position: absolute;
    z-index: 11;
    left: 5px;
    top: 3px;
}

footer .footer_nav li.sub a:after{
    display: none;
}

.copyright{
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

.staff{
	
}

.staff ul{
	letter-spacing: -0.4em;
}

.staff ul li{
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
	width: calc(33.333% - (40px / 3));
	margin-right: 20px;
	padding: 12px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.staff ul li:nth-child(3n){
	margin-right: 0;
}

.staff ul li img{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom:4px solid #C35C87;
}

.staff ul li h3{
	font-size: 18px;
	color: #C35C87;
	text-align: left;
	margin-bottom: 5px;
}

.staff ul li p{
	font-size: 16px;
	line-height: 1.6;
}


.main_sec_pilates{
	height: 270px;
	background: url("/news/wp-content/themes/twentyeleven/assets/img/pilates_top.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 30px;
}

.main_sec_pilates p{
    font-size: 20px;
    color: #C35C87;
    text-align: center;
    width: 50%;
    height: 100%;
    float: right;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff;
	margin-top: 75px;
}

.about_pilates{
	padding: 35px;
	background: #fff;
	border-radius: 10px;
}

.about_pilates h3{
	font-size: 28px;
	color: #C35C87;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 5px solid #C35C87;
	font-weight: bold;
}

.about_pilates h4{
	margin-bottom: 45px;
	font-size: 20px;
	color: #383838;
	font-weight: bold;
}

.about_pilates p{
	margin-bottom: 60px;
	font-size: 16px;
	color: #383838;
	letter-spacing: 3px;
	line-height: 2;
}

.plt_img{
	
}

.plt_img img:nth-child(1){
	float: left;
}

.plt_img img:nth-child(2){
	float: right;
}

.recommend {
    background: url(/news/wp-content/themes/twentyeleven/assets/img/recommend_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 45px 0 90px;
}

.recommend ul{
	letter-spacing: -0.4em;
}

.recommend ul li{
	margin-right: 30px;
	width:calc(33.333% - 20px);
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	letter-spacing: 0;
	margin-bottom: 30px;
}

.recommend ul li:nth-child(3n){
	margin-right: 0;
}

.recommend ul li img{
	float: left;
}

.recommend ul li span{
	line-height: 30px;
	font-size: 16px;
	color: #C35C87;
	font-weight: bold;
	margin-top: 30px;
	display: block;
}

.recommend ul li:nth-child(3) span{
	line-height: 120px;
	margin-top: 0;
}

.hearing {
    background: url(/news/wp-content/themes/twentyeleven/assets/img/studio_view_two.jpg) no-repeat center;
    background-size: cover;
    padding: 75px 0 150px;
}

.hearing ul{
	letter-spacing: -0.4em;
}

.hearing ul li{
	margin-right: 30px;
	width:calc(33.333% - 20px);
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	margin-bottom: 30px;
}

.hearing ul li:nth-child(3n){
	margin-right: 0;
}

.hearing ul li h3{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	line-height: 27px;
}

.hearing ul li h3:before{
	content: "";
	font-size: 27px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #fff;
	
}

.hearing ul li:nth-child(1) h3:before{
	content: "1";
}

.hearing ul li:nth-child(2) h3:before{
	content: "2";
}

.hearing ul li:nth-child(3) h3:before{
	content: "3";
}

.hearing ul li:nth-child(4) h3:before{
	content: "4";
}

.hearing ul li:nth-child(5) h3:before{
	content: "5";
}

.hearing ul li:nth-child(6) h3:before{
	content: "6";
}

.prices{
	margin-top: 60px;
	margin-bottom: 60px;
}

.prices table{
	font-size: 19px;
	color:#434343;
	line-height: 75px;
	width:100%;
	margin-bottom: 50px;
}

.prices table .lh_ltl{
	line-height: 37.5px;
}

.prices table tr{
	
}

.prices table tr th{
	border: 1px solid #C2C2C2;
	background: #F0E0E6;
	text-align: center;
}

.prices table tr td{
	border: 1px solid #C2C2C2;
	text-align: center;
}

.qualification{
	margin-bottom: 75px;
}

.qualification ul{
	letter-spacing: -0.4em;
}

.qualification ul li{
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
	width: calc(33.333% - (40px / 3));
	margin-right: 20px;
	padding: 12px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.qualification ul li:nth-child(3n){
	margin-right: 0;
}

.qualification ul li img{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom:4px solid #C35C87;
}

.qualification ul li h3{
	font-size: 18px;
	color: #C35C87;
	text-align: left;
	margin-bottom: 5px;
}

.qualification ul li p{
	font-size: 16px;
	line-height: 1.6;
}



.footer_buttons{
	letter-spacing: -0.4em;
	width: 100%;
	padding: 5px;
	background: #FFFFFF;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 99999;
	
}

.footer_buttons li{
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 25px);
	margin-right: 5px;
}

.footer_buttons li:nth-child(1){
    background: -webkit-linear-gradient(75deg, rgba(219,129,183,1) 0%, rgba(219,129,183,1) 49%, rgba(219,129,183,1) 49%, rgba(195,92,135,1) 50%, rgba(195,92,135,1) 100%);
    background: -o-linear-gradient(75deg, rgba(219,129,183,1) 0%, rgba(219,129,183,1) 49%, rgba(219,129,183,1) 49%, rgba(195,92,135,1) 50%, rgba(195,92,135,1) 100%);
    background: linear-gradient(165deg, rgba(219,129,183,1) 0%, rgba(219,129,183,1) 49%, rgba(219,129,183,1) 49%, rgba(195,92,135,1) 50%, rgba(195,92,135,1) 100%);
}

.footer_buttons li:nth-child(2){
	background: -webkit-linear-gradient(75deg, rgba(24,179,83,1) 1%, rgba(24,179,83,1) 49%, rgba(24,179,83,1) 49%, rgba(17,128,59,1) 50%, rgba(17,128,59,1) 100%);
	background: -o-linear-gradient(75deg, rgba(24,179,83,1) 1%, rgba(24,179,83,1) 49%, rgba(24,179,83,1) 49%, rgba(17,128,59,1) 50%, rgba(17,128,59,1) 100%);
	background: linear-gradient(165deg, rgba(24,179,83,1) 1%, rgba(24,179,83,1) 49%, rgba(24,179,83,1) 49%, rgba(17,128,59,1) 50%, rgba(17,128,59,1) 100%);
}

.footer_buttons li a{
	display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-right: 0px;
    position: relative;
	height: 40px;
	line-height: 40px;
    font-size: 12px;
    padding-left: 5px;
}

.footer_buttons li:nth-child(1) a:before {
    background: url(/news/wp-content/themes/twentyeleven/assets/img/header_button1.png);
    width: 19px;
    height: 27px;
    top: 5px;
}

.footer_buttons li:nth-child(2) a:before {
    background: url(/news/wp-content/themes/twentyeleven/assets/img/letter.png);
	background-size: cover;
    width: 21px;
    height: 15px;
    top: 12.5px;
}

.footer_buttons li a:before {
    content: "";
    position: absolute;
    left: 5px;
}


.footer_buttons li a:after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: 13px;
	right: 10px;
}

.footer_buttons li.to_top{
	height: 40px;
	width: 40px;
	margin-right: 0;
	background: #A9A9A9;
}

.footer_buttons li.to_top a{
	display: flex;
	width:100%;
	height: 100%;
	padding: 0 0 0 0;
}

.footer_buttons li.to_top a:after,
.footer_buttons li.to_top a:before{
	display: none;
}

.footer_buttons li.to_top img{
	display: block;
	margin: auto;
}

.price_title{
	font-size: 18px;
	color: #C35C87;
	font-weight: bold;
	border-bottom: 1px solid #747474;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.price_title span{
	font-size: 14px;
	color: #747474;
    margin-left: 10px;
}

.price_title_gray{
	margin-bottom: 30px;
	padding-left: 15px;
	border-left: 3px solid #C35C87;
	font-size: 18px;
	font-weight: bold;
	color: #747474;
}

.prc_times{
	
}

.prc_times li{
	padding: 30px 0;
	font-size: 19px;
	color: #434343;
	border-bottom: 1px solid #747474;
}

.prc_times li:last-child{
	
}

.prc_times li:before{
    content: "";
    width: 12px;
    height: 12px;
    background: #C35C87;
    display: inline-block;
    margin-right: 15px;
}

.single_news{

}

.single_news .main_title{
    margin-bottom:10px;
}


.single_news .single_date{
    font-size:12px;
    font-weight:bold;
    color:#C35C87;
    text-align:right;
    margin-bottom:20px;
}

.single_thumb{
    display:block;
    margin:0 0 20px;
}

.single_thumb img{
    display:block;
    max-width:100%;
    margin:0 auto;
height:auto;
}

.news{
	
}

.news ul{
	letter-spacing: -0.4em;
}

.news ul li {
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
}

.news ul li .thumb{
    letter-spacing: 0;
    display: inline-flex;
    width: 160px;
    vertical-align: top;
    height: 160px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.news ul li .thumb a{
	display: block;
}

.news ul li .thumb img{
    height: -webkit-fill-available;
    width: auto;
    max-width: max-content;
}

.news ul li .pcontent{
	letter-spacing: 0;
	display: inline-block;
	width: calc(100% - 175px);
	vertical-align: top;
	margin-left: 15px;
}

.news ul li h3{
	margin-bottom:20px;
}

.news ul li h3 a{
	font-size:16px;
	font-weight:bold;
	color:#666;
}

.news ul li time{
    font-size:12px;
    font-weight:bold;
    color:#C35C87;
    text-align:right;
    margin-bottom:10px;
    display:block;
}

.news ul li p{
	line-height:1.8;
	position: relative;
	
}

.news ul li p a{
    font-size:12px;
    font-weight:bold;
    color:#C35C87;
    margin-bottom:10px;
	position: absolute;
	bottom: -25px;
	right: 0;
}




























/*----------------------------------------------
					PAGES DESIGN
------------------------------------------------*/

.single_page_content{
	line-height: 1.8;
}

.single_page_content p{
	margin-bottom: 20px;
}

.single_page_content img{
	margin-bottom: 30px;
}














#contents_inner.abth2 {
    background: url(http://www.gheart.co.jp/news/about/images/h2.gif) no-repeat 0 0;
    width: 100%;
box-sizing:border-box;
    height: 80px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin: 0 0 20px 0;
}

ul.ceo_message {
    font-size: 13px;
    line-height: 1.6;
    border-top: 1px solid #C4C4C4;
    list-style-type: decimal;
}

ul.ceo_message li {
    position: relative;
    border-bottom: 1px solid #C4C4C4;
}

ul.ceo_message li span {
    width: 100%;
    margin: 12px 0 0 0;
    padding: 0 5px 12px 5px;
    display: block;
    left: 0;
    top: 0;
    position: relative;
    box-sizing: border-box;
}

#contents_inner.abt#Lbox {
	width: calc(100% - 335px);
    float: left;
    margin: 10px 0;
	line-height: 1.4;
}

#contents_inner.abt#Rbox {
    width: 335px;
    float: right;
    margin: 10px 0;
}

#contents_inner.abt#Rbox #shacho {
    position: relative;
    margin: 30px 0;
    height: 285px;
}

#contents_inner.abt#Rbox #shacho img {
    position: absolute;
    top: 0;
    left: 15px;
}

#contents_inner.abt#Rbox #shacho a#shachobtn {
    background: url(http://www.gheart.co.jp/news/about/images/btn_pblog.gif) no-repeat 0 0;
    width: 96px;
    height: 27px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 195px;
    left: 20px;
    z-index: 100;
}

#contents_inner.abt#Rbox #shacho a#shachobtn span.bg_fade {
    background: url(http://www.gheart.co.jp/news/about/images/btn_pblog.gif) no-repeat 0 -27px;
    width: 96px;
    height: 27px;
}

#contents_inner.abt#Lbox div#rinen {
    overflow: hidden;
    display: block;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 900;
}

#contents_inner.abt#Lbox h3 {
    font-size: 15px;
    font-weight: bold;
}

#contents_inner.abt#Lbox p {
    font-size: 13px;
    line-height: 1.7;
}

#contents_inner.abth4 {
    background: url(http://www.gheart.co.jp/news/about/images/h4.gif) no-repeat 0 0;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    float: left;
    margin: 10px 0 20px 0;
    padding: 13px 0 13px 15px;
    font-weight: bold;
    font-size: 15px;
}

#contents_inner.abtul.brands {
    margin: 10px 0 0;
}

#contents_inner.abtul.brands li {
    padding: 20px;
    background: #FAFAF8;
    clear: both;
    border-left: 1px solid #D1D0CD;
    border-right: 1px solid #D1D0CD;
    position: relative;
    margin: 0 0 15px 0;
}

#contents_inner.abtul.brands li img {
    float: left;
    margin: 0 20px 0 0;
}

#contents_inner.abtul.brands li span {
    float: left;
    width: 480px;
    display: block;
}

#contents_inner.abtul.brands li span a {
    display: block;
    clear: both;
    margin: 4px 0 0 0;
}

#contents_inner.abtul.brands li div.articleA_head {
    background: url(http://www.gheart.co.jp/news/about/images/articleA_head.gif) no-repeat 0 0 #fff;
    width: 100%;
box-sizing:border-box;
    height: 4px;
    position: absolute;
    top: 0;
    left: -1px;
}

#contents_inner.abtul.brands li div.articleA_foot {
    background: url(http://www.gheart.co.jp/news/about/images/articleA_foot.gif) no-repeat 0 0 #fff;
    width: 100%;
box-sizing:border-box;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: -1px;
}



















#contents_inner.prc1 #ShortNavi li {
    background: url(http://www.gheart.co.jp/news/price/images/icon_h3arrow.gif) no-repeat 0 0;
    padding: 0 0 0 15px;
    margin: 0 12px 0 0;
    float: left;
    line-height: 1.2;
}

#contents_inner.prc1 #ShortNavi li a {
    color: #35393D;
}

#contents_inner.prc1 #ShortNavi {
    margin: 0 0 20px;
    float: left;
}

#contents_inner.prc1 h4 {
    background: url(http://www.gheart.co.jp/news/price/images/h4.gif) no-repeat 0 0;
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 10px 0 10px 15px;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 15px;
}

#contents_inner.prc1 #ph01 {
    float: left;
    margin: 30px 0 30px 0;
    width: 216px;
}

#contents_inner.prc1 #ph01 #ph01comment {
    background: #D65A92;
    padding: 15px;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    text-shadow: 1px 1px 0 #953f66;
}

#contents_inner.prc1 #ph02 {
    float: right;
    padding: 45px 0 0 0;
    width: calc(100% - 226px);
}

#contents_inner.prc1 img.imgmargin {
    margin: 20px 0;
}

#contents_inner.prc1 #taiken {
    background: url(http://www.gheart.co.jp/news/price/images/taiken.jpg) no-repeat 0 0;
    width: 100%;
	box-sizing:border-box;
	background-size: cover;
    box-sizing: border-box;
    height: 220px;
    position: relative;
    margin: 10px 0;
}

#contents_inner.prc1 #taiken a {
    background: url(http://www.gheart.co.jp/news/price/images/taiken_btn.gif) no-repeat 0 0;
    width: 261px;
    height: 47px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 136px;
    right: 153px;
}

#contents_inner.prc1 #taiken a:hover {
    background-position: 0 -48px;
}

#contents_inner.prc1 table.price_table {
    margin: 20px 0;
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
}

#contents_inner.prc1 table.price_table td {
    padding: 10px 12px;
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
}

#contents_inner.prc1 table.price_table tr:hover {
    background: url(http://www.gheart.co.jp/news/price/images/bg_cell2.gif) repeat 0 0;
}

#contents_inner.prc1 table.price_table tr.cell_pink td {
    background: url(http://www.gheart.co.jp/news/price/images/bg_cell.gif) repeat 0 0;
}

#contents_inner.prc1 #lesson_main {
    margin: 10px 0;
}

#contents_inner.prc1 #lesson_main .boxs {
    width: calc(33.33333% - (40px / 3));
    float: left;
    margin: 20px 20px 30px 0;
}

#contents_inner.prc1 #lesson_main .boxs#grupe,
#contents_inner.prc1 #lesson_main .boxs#oyako,
#contents_inner.prc1 #lesson_main .boxs#onecoin {
    margin-right: 15px;
}

#contents_inner.prc1 #lesson_main .boxs li {
    border-bottom: 1px solid #C4C4C4;
    padding: 7px 0;
}

#contents_inner.prc1 #lesson_main .boxs li.caps {
    background: url(http://www.gheart.co.jp/news/price/images/icon_hone.gif) no-repeat 0 0;
    padding: 0 0 4px 25px;
    border-bottom: 3px solid #7BA78E;
    line-height: 1.8;
    font-size: 10px;
}

#contents_inner.prc1 #lesson_main .boxs li.names {
    font-weight: bold;
    padding: 18px 0;
}

#contents_inner.prc1 #lesson_main .boxs li.names span {
    font-size: 16px;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li {
    float: left;
    background: url(http://www.gheart.co.jp/news/price/images/weeks.gif) no-repeat 0 0;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin: 0 3px 0 0;
    padding: 0;
    border-bottom: none;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.mon_off {
    background-position: 0 -23px;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.tue_off {
    background-position: -26px -23px;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.wed_off {
    background-position: -52px -23px;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.thu_off {
    background-position: -78px -23px;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.fri_off {
    background-position: -104px -23px;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.sat_off {
    background-position: -130px -23px;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.sun_off {
    background-position: -156px -23px;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.mon_on {
    background-position: 0 0;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.tue_on {
    background-position: -26px 0;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.wed_on {
    background-position: -52px 0;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.thu_on {
    background-position: -78px 0;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.fri_on {
    background-position: -104px 0;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.sat_on {
    background-position: -130px 0;
}

#contents_inner.prc1 #lesson_main .boxs li.weeks li.sun_on {
    background-position: -156px 0;
}

#contents_inner.prc1 #lesson_main .boxs li.comments {
    border: none;
}

#contents_inner.prc1 #lesson_main .boxs li.comments span {
    font-size: 11px;
    line-height: 1.3;
}

#campaign_banner {
    width: 480px;
    float: right;
}

#campaign_banner img {
    width: 100%;
}


#contents_inner.bg_t {
    vertical-align: middle;
    background: url(http://www.gheart.co.jp/news/price/images/bg_cell.gif) repeat 0 0;
}

#h403 h4{
    background: url(http://www.gheart.co.jp/news/access/images/h4_03.gif) no-repeat 0 0;
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 10px 0 10px 15px;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 15px;
    box-sizing: border-box;
}
h4#h401 {
    background: url(http://www.gheart.co.jp/news/access/images/h4.gif) no-repeat 0 0;
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 10px 0 10px 15px;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 15px;
    box-sizing: border-box;
}

#h402 h4 {
    background: url(http://www.gheart.co.jp/news/access/images/h4_02.gif) no-repeat 0 0;
    width: 293px;
    overflow: hidden;
    display: block;
    padding: 10px 0 10px 15px;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 15px;
    box-sizing: border-box;
}
#h402 {
    width: 293px;
    float: left;
    margin: 10px 0 0 0;
}
#h403 {
    width: 345px;
    float: right;
    margin: 10px 0 0 0;
}
#h402 h5 {
    font-weight: bold;
    font-size: 13px;
}
#h402 table {
    width: 100%;
    border-top: 1px solid #C4C4C4;
    margin: 7px 0 0 0;
}
#h402 table td {
    border-bottom: 1px solid #C4C4C4;
    padding: 10px 10px 10px 0;
}
#Lbox div#rinen {
    background: url(http://www.gheart.co.jp/news/about/images/h3.gif) no-repeat 0 0;
    width: 355px;
    height: 33px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin: 0 0 10px 0;
}
#Lbox h3 {
    font-size: 15px;
    font-weight: bold;
}
#Lbox {
    width: 315px;
    float: left;
    margin: 25px 0;
}
.single_page_content #Lbox p {
    margin-bottom: 0px;
}

#Rbox {
    width: auto;
    float: right;
    margin: 25px 0;
}
#Rbox #shacho {
    position: relative;
    margin: 30px 0;
    height: 285px;
}

#Rbox #shacho a#shachobtn {
    background: url(http://www.gheart.co.jp/news/about/images/btn_pblog.gif) no-repeat 0 0;
    width: 96px;
    height: 27px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 238px;
    left: 0px;
    z-index: 100;
}
 .abt h4 {
    background: url(http://www.gheart.co.jp/news/about/images/h4.gif) no-repeat 0 0;
    width: 100%;
    height: 45px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 10px 0 0 0;
    padding: 10px 0 10px 15px;
    font-weight: bold;
    font-size: 15px;
}
ul.brands {
    margin: 10px 0 0;
}
ul.brands li {
    padding: 20px;
    background: #FAFAF8;
    clear: both;
    border-left: 1px solid #D1D0CD;
    border-right: 1px solid #D1D0CD;
    position: relative;
    margin: 0 0 15px 0;
}
ul.brands li div.articleA_head {
    background: url(http://www.gheart.co.jp/news/about/images/articleA_head.gif) no-repeat 0 0 #fff;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: -1px;
}
ul.brands li img {
    float: left;
    margin: 0 20px 0 0;
}
ul.brands li span {
    float: left;
    width: 400px;
    display: block;
}
ul.brands li div.articleA_foot {
    background: url(http://www.gheart.co.jp/news/about/images/articleA_foot.gif) no-repeat 0 0 #fff;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: -1px;
}
ul.brands li span a {
    display: block;
	    color: #D65A92;
    clear: both;
	margin: 4px 0 0 0;
}

#primary .hentry, .no-results {
    border-bottom: 1px solid #C4C4C4;
    margin: 0 0 1.625em;
    padding: 0 0 1.625em;
    position: relative;
}
#primary{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
#primary .single_s{
    width: 650px;
    margin: 0 36px auto  auto;
    display: inline-block;
	vertical-align: top;
}
#primary .content_area{
    display: inline-block;
	vertical-align: top;
}


#post_icon {
    float: left;
    margin-right: 1em;
    background: url(/web/20170718133615im_/http://www.gheart.co.jp/news/images/img_none.gif) no-repeat 0 0;
    width: 150px;
    height: 150px;
}
article a{
	color: #D65A92;
    text-decoration: none;
}

.entry-title, .entry-title a {
    color: #434343;
    text-decoration: none;
    line-height: 1.3;
    font-size: 110%;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.caddy_s h3 {
    font-size: 24px;
    font-weight: bold;
    color: #d10a66;
    margin: 20px 0 10px;
}
.caddy_s h4 {
    background: url(http://www.gheart.co.jp/news/caddy/images/h4.gif) no-repeat 0 0;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 10px 0 0 0;
    padding: 10px 0 10px 15px;
    font-weight: bold;
    font-size: 15px;
}
.caddy_s h5 {
    font-size: 20px;
    font-weight: bold;
    color: #da5291;
    margin: 20px 0 10px 0;
}
.caddy_s table.tableA {
    border-bottom: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    margin: 0 0 20px 0;
    width: 100%;
    clear: both;
    float: left;
}
.caddy_s table.tableA td.pinkcell {
    font-weight: bold;
}

.caddy_s table.tableA td {
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
    padding: 10px 15px;
}
.caddy_s #golfclub li a {
    width: 210px;
    display: block;
    margin: 20px 10px 20px 0;
    padding: 135px 0 0 0;
}
.caddy_s #golfclub li {
    float: left;
}
.caddy_s #golfclub li a#golfclub_01 {
	background:url(http://www.gheart.co.jp/news/caddy/images/cose01.jpg) no-repeat 0 0;
    background-size: contain;
}
.caddy_s #golfclub li a#golfclub_02 {
	background:url(http://www.gheart.co.jp/news/caddy/images/cose02.jpg) no-repeat 0 0;
    background-size: contain;
}
.caddy_s #golfclub li a#golfclub_03 {
	background:url(http://www.gheart.co.jp/news/caddy/images/cose03.jpg) no-repeat 0 0;
    background-size: contain;
}
.caddy_s #golfclub li a#golfclub_04 {
	background:url(http://www.gheart.co.jp/news/caddy/images/cose04.jpg) no-repeat 0 0;
    background-size: contain;
}
.caddy_s #golfclub li a#golfclub_05 {
	background:url(http://www.gheart.co.jp/news/caddy/images/cose05.jpg) no-repeat 0 0;
    background-size: contain;
}
.caddy_s #golfclub li a#golfclub_06 {
	background:url(http://www.gheart.co.jp/news/caddy/images/cose06.jpg) no-repeat 0 0;
    background-size: contain;
}
.caddy_s #t3 {
	margin: 20px 0 10px 0;
}
.caddy_s #tel_information {
	background:url(http://www.gheart.co.jp/news/caddy/images/contact_box2.gif) no-repeat 0 0;
	width: 730px;
	height: 190px;
	margin: 10px 0;
	position: relative;
}
.caddy_s #tel_information a {
	background:url(http://www.gheart.co.jp/news/caddy/images/contact_btn.gif) no-repeat 0 0;
	width: 245px;
	height: 66px;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
	margin: 20px auto;
	position: absolute;
	top: 58px;
	right: 57px;
}
.caddy_s #tel_information a span.bg_fade {
	background:url(http://www.gheart.co.jp/news/caddy/images/contact_btn.gif) no-repeat 0 -66px;
	width: 245px;
	height: 66px;
}

.menu_wimg article{
	border-bottom: 1px solid #C4C4C4;
    margin: 0 0 1.625em;
    padding: 0 0 1.625em;
    position: relative;
}
#page_t_news{
	    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.lssn h4 {
    background: url(http://www.gheart.co.jp/news/lesson/images/h4.gif) no-repeat 0 0;
    width: 100%;
    height: 19px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 10px 0 0 0;
    padding: 13px 0 13px 15px;
    font-weight: bold;
    font-size: 15px;
}

.lssn h3#btn_a_wrap {
    background: url(http://www.gheart.co.jp/news/lesson/images/btn_a_wrap.gif) no-repeat 0 0;
    width: 100%;
    height: 82px;
    padding: 9px;
}

.lssn #btn_a_wrap a#btn_a01 {
    background: url(http://www.gheart.co.jp/news/lesson/images/btn_a01.gif) no-repeat 0 0;
    width: 50%;
    height: 57px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    float: left;
}

.lssn #btn_a_wrap a#btn_a01:hover {
    background-position: 0 -57px;
}

.lssn #btn_a_wrap a#btn_a02 {
    background: url(http://www.gheart.co.jp/news/lesson/images/btn_a02.gif) no-repeat 0 0;
    width: 50%;
    height: 57px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    float: right;
}

.lssn #btn_a_wrap a#btn_a02:hover {
    background-position: 0 -57px;
}

.lssn .step_article {
    background: url(http://www.gheart.co.jp/news/lesson/images/bg_line.gif) repeat 0 0;
    padding: 30px;
    clear: both;
    margin: 10px 0 30px 0;
}

.lssn .step_article a.btn_taiken {
    background: url(http://www.gheart.co.jp/news/lesson/images/btn_taiken.gif) repeat 0 0;
    width: 100%;
    height: 66px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin-top:25px;
}

.lssn .step_article a.btn_taiken:hover {
    background-position: 0 -66px;
}

.lssn .step_article .slides_container .steps {}

.lssn .step_article .slides_container .steps .steps_main {
    background: url(http://www.gheart.co.jp/news/common/images/bg_all.gif) repeat 0 0;
    border-left: 2px solid #d3d2ce;
    border-right: 2px solid #d3d2ce;
    padding: 10px;
    width: 100%;
    box-sizing:border-box;
}

.lssn .step_article .slides_container .steps .steps_main .steps_main_L {
    float: left;
    width:172px;
}

.lssn .step_article .slides_container .steps .steps_main .steps_main_R {
    width: calc(100% - 191px) !important;
    float: right;
}

.lssn .step_article .slides_container .steps .steps_main .steps_main_R p {
    margin: 10px 0 0 0;
    font-size: 13px;
}

.lssn .step_article .slides_container .steps .steps_main p{
    margin:0 0 0 0;
}

.lssn .step_article .slides_container .steps .steps_main img{
    margin:0 0 0 0;
    display:block;
}

.lssn .step_article .slides_container .steps .steps_main .steps_main_R img{
    margin:0 0 30px 0;
}


.lssn .step_article .slides_container .steps .step_head {
    background: url(http://www.gheart.co.jp/news/lesson/images/step_head.jpg) repeat 0 0;
    width: 100%;
    height: 3px;
}

.lssn .step_article .slides_container .steps .step_foot {
    background: url(http://www.gheart.co.jp/news/lesson/images/step_foot.jpg) repeat 0 0;
    width: 100%;
    height: 3px;
}

.lessonslider {
    margin-top: 0;
}

#products .bx-controls{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#products .bx-viewport{
    padding-top:80px;
}

#products .bx-pager.bx-default-pager {
    letter-spacing: -0.4em;
}

#products .bx-pager.bx-default-pager .bx-pager-item{
    display:inline-block;
    height:30px;
    font-size:0;
    height: 58px;
    vertical-align: top;
}

#products .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a{
    width:164px;
    margin-right:14.5px;
    background:url(http://www.gheart.co.jp/news/lesson/images/btn_step1.gif);
    background-size: 100%;
}

#products .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a{
    width:201px;
    margin-right:14.5px;
    background:url(http://www.gheart.co.jp/news/lesson/images/btn_step2.gif);
    background-size: 100%;
}

#products .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a{
    width:196px;
    background:url(http://www.gheart.co.jp/news/lesson/images/btn_step3.gif);
    background-size: 100%;
}

#products .bx-pager.bx-default-pager .bx-pager-item a {
    display: block;
    width: 100%;
    height: 100%;
}

#products .bx-pager.bx-default-pager .bx-pager-item a:hover {
    background-position: bottom;
}

#products .bx-pager.bx-default-pager .bx-pager-item a.active {
    background-position: bottom;
}






#products.second .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a{
    width:184px;
    margin-right:16px;
    background:url(http://www.gheart.co.jp/news/lesson/images/k_step1.gif);
    background-size: 100%;
}

#products.second .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a{
    width:192px;
    margin-right:16px;
    background:url(http://www.gheart.co.jp/news/lesson/images/k_step2.gif);
    background-size: 100%;
}

#products.second .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a{
    width:182px;
    background:url(http://www.gheart.co.jp/news/lesson/images/k_step3.gif);
    background-size: 100%;
}

#products.second .bx-pager.bx-default-pager .bx-pager-item a:hover {
    background-position: bottom;
}

#products.second .bx-pager.bx-default-pager .bx-pager-item a.active {
    background-position: bottom;
}









#products_example,
#products_example2 {
	width: 100%;
	position:relative;
}

/*
	Slideshow
*/

#products,
#products2 {
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

/*.slides_container {
	background:url(http://www.gheart.co.jp/news/lesson/css/slides.css) no-repeat 290px 120px;
	width:669px;
	margin: 10px 0;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
}*/

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.steps {
	width:669px;
	min-height: 300px;
	display:block;
}

/*
	Next/prev buttons


.next,.prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

.prev {
	background:url(http://www.gheart.co.jp/news/lesson/img/arrow-prev.png);
}

.next {
	left:398px;
	background:url(http://www.gheart.co.jp/news/lesson/img/arrow-next.png);
}

*/

/*
	Pagination
*/

.pagination {
	width:699px;
	float:left;
}

.pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:189px;
	height:67px;
	margin:1px;
	float:left;
	overflow: hidden;
}

#shosin.pagination li#step1 a{
	background:url(http://www.gheart.co.jp/news/lesson/images/btn_step1.gif) no-repeat 0 0 ;
	width: 189px;
	height: 67px;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
}

#shosin.pagination li#step2 a {
	background:url(http://www.gheart.co.jp/news/lesson/images/btn_step2.gif) no-repeat 0 0 ;
	width: 231px;
	height: 67px;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
}

#shosin.pagination li#step3 a{
	background:url(http://www.gheart.co.jp/news/lesson/images/btn_step3.gif) no-repeat 0 0 ;
	width: 227px;
	height: 67px;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
}

#shosin.pagination li#step1 a:hover,
#shosin.pagination li#step1.current a{
	background-position: 0 -67px ;
}

#shosin.pagination li#step2 a:hover,
#shosin.pagination li#step2.current a{
	background-position: 0 -67px ;
}

#shosin.pagination li#step3 a:hover,
#shosin.pagination li#step3.current a{
	background-position: 0 -67px ;
}

#keiken.pagination li#step1_2 a {
	background:url(http://www.gheart.co.jp/news/lesson/images/k_step1.gif) no-repeat 0 0 ;
	width: 213px;
	height: 67px;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
}

#keiken.pagination li#step2_2 a {
	background:url(http://www.gheart.co.jp/news/lesson/images/k_step2.gif) no-repeat 0 0 ;
	width: 223px;
	height: 67px;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
}

#keiken.pagination li#step3_2 a {
	background:url(http://www.gheart.co.jp/news/lesson/images/k_step3.gif) no-repeat 0 0 ;
	width: 211px;
	height: 67px;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
}

#keiken.pagination li#step1_2 a:hover,
#keiken.pagination li#step1_2.current a{
	background-position: 0 -67px ;
}

#keiken.pagination li#step2_2 a:hover,
#keiken.pagination li#step2_2.current a{
	background-position: 0 -67px ;
}

#keiken.pagination li#step3_2 a:hover,
#keiken.pagination li#step3_2.current a{
	background-position: 0 -67px ;
}


.pagination .current{

}

.pagination span, .pagination a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 6px 2px 0;
    padding: 0px 0px;
    color: #555;
    text-decoration: none;
}

.pagination .current {
     padding: 0px; */
     background-color: #d1d0cd; 
     border: 0px solid #c1c1c1; 
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
}


.access_sl .flexslider .slides > li img{
    margin-bottom: 5px;
}


.access_sl .flex-control-thumbs li {
    width: calc(100% / 6);
    overflow: hidden;
}

.access_sl .flex-control-thumbs li img{
    margin-bottom:0;
}

#contents_inner ul li {

}

#contents_inner ul li a {
    color: #35393D;
}

html {
    margin-top: 0 !important;
}