@charset "UTF-8";

.font1 {
	font-family: 'Roboto Condensed', sans-serif;
}

.font2 {
	font-family: 'Roboto', sans-serif;
}

.br-sp {
	display: none;
}

/*-----------------------------------------------------------------------------* ボタン */

.backlink {
	background: #a08600;
	padding: 10px 0;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

/*-----------------------------------------------------------------------------* バナー */

.prbnr {
	overflow: hidden;
	padding: 30px 0 0 0;
}

.prbnr li {
	float: left;
	width:48%;
}

.prbnr li:last-child {
	margin-right: 0px;
}
.prbnr li:last-child {
	float:right;
}
.prbnr li img{
	width:100%;
	height:auto;
}
@media screen and (max-width:767px) {
	.prbnr li {
		float: none;
		width:auto;
	}
	.prbnr li:last-child {
		float: none;
	}
}
/*-----------------------------------------------------------------------------* サイド */

.side_special {
	overflow: hidden;
	text-align: center;
}

.side_special .spimg {
	margin-bottom: 10px;
}

.side_special a {
	margin-bottom: 30px;
	display: block;
}

.spimg {
	box-shadow: 0px 1px 6px rgba(0,0,0,0.07);
}

.side_special a:hover .spimg {
	box-shadow: 0px 1px 10px rgba(100, 80, 3, 0.3);
}

/*-----------------------------------------------------------------------------* アイコン*/

.list_content {
	position: relative;
}

.list_content .ic_new {
	width: 48px;
	height: 33px;
	text-align: center;
	padding: 15px 0 0 0;
	position: absolute;
	top: 20px;
	right: 10px;
	background: #dbc310;
	color: #856c00;
	border-radius: 100%;
	overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
}
body.trainer .list_content {
	cursor:default;
}


/*-----------------------------------------------------------------------------* ページタイトル*/

.ptitle {
	margin-bottom: 20px;
	overflow: hidden;
}

.ptitle p {
	/* line-height: 1.2; */
	margin-bottom: 10px;
}

.ptitle h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}

.ptitle a {
	background: #cfc37f;
	padding: 6px;
	border-radius:1px;
	float: left;
	margin-right: 4px;
	color: inherit;
	font-size: 12px;
	text-align: center;
}
body.course.index .ptitle a {
	background: inherit;
	padding: 0;
	border-radius:0;
	float: none;
	margin-right: 0;
	color: inherit ;
	font-size: inherit;
	text-align: left;
	display:block;
}
body.course.index .ptitle a:hover  {
	color: #A28800 ;
}

.ptitle span.name {
	color: #806868;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: block;
}

/*-----------------------------------------------------------------------------* ソート */

nav.sortnav {
	padding: 40px 0 0 0;
	position: relative;
	overflow: hidden;
}

nav.sortnav ul {
	position: relative;
	left: 50%;
	float: left;
}

nav.sortnav li {
	position: relative;
	left: -50%;
	float: left;
	border-top: #a08600 1px solid;
	border-left: #a08600 1px solid;
	border-bottom: #a08600 1px solid;
}

nav.sortnav li a {
	width: auto;
	font-size: 12px;
	padding: 10px 10px;
	display: inline-table;
	text-align: center;
	color: #806868;
}

nav.sortnav li:last-child {
	border-right: #a08600 1px solid;
}

/*-----------------------------------------------------------------------------* 詳細全般 trainer */

.content {
	background: #fff;
	min-height: 500px;
	padding: 40px;
}

.content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------* トレーナー trainer */

body.trainer {
}

body.trainer #visual {
		height: auto;
/*		background-image: url(../images/img_trainer.jpg);
		background-size: auto 800px;
		background-position: center 0;
		background-color:#202020;
*/}
#trainer_imgs {
}
#trainer_imgs img {
	max-width:100%;
	display:block;
	margin:0 auto;
	height:auto;
}
#trainer_imgs1 {
	background:#000;
}
#trainer_imgs1_inner{
		width:1024px;
		margin:0 auto;
}
#trainer_imgs1_inner2{
		width:1100px;
		margin:0 -38px;
}
#trainer_imgs2 {
	background:#3b3737;
}
body.sp #trainer_imgs {
}
body.sp #trainer_imgs img {
	max-width:380px;
	width:100%;
}
body.sp #trainer_imgs1 {
}
body.sp #trainer_imgs2 {
}
/*
.trainer_texts {
	background: #1b1a1e;
	background: rgba(27,26,30,0.8);
	text-align: center;
	color: #fff;
	width: auto;
	padding: 50px 0;
	margin-top: 470px;
}

.trainer_text {
	display: block;
	width: 42%;
	max-width: 330px;
	width: auto;
	margin: 0 auto 30px;;
	max-width:700px;
}

.trainer_text h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	color:#dbc310;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}

.trainer_text p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	color:#bbb;
}
*/
.trainer_texts {
	margin-top: 530px;
	background: #1b1a1e;
	background: rgba(27,26,30,0.8);
	text-align: center;
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	position:static;
	padding: 50px 0;
}

.trainer_text {
	display: inline-block;
	width: 22%;
	max-width: 330px;
	margin: 0 2%;
	vertical-align: top;
}

.trainer_text h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	color:#dbc310;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}

.trainer_text p {
	font-size: 12px;
	color: #fff;
	text-align: justify;
}

#trainer-education{
	background:#eeebe6;
}
#trainer-education img{
	display:block;
	margin:0 auto;
	max-width:100%;
	height:auto;
}
body.trainer.detail .content {
	text-align: left;
	overflow: hidden;
	padding: 40px 0;
}

body.trainer.detail .ptitle {
	padding: 0 40px 0 285px;
	min-height:212px;
}

body.trainer.detail .ptitle h1 {
	padding-top: 25px;
	display:inline;
	line-height:1.4;
	display:inline-block;
}

body.trainer.detail .ptitle .read {
	padding: 20px 0 0 0;
	line-height: 1.6;
	font-weight: normal;
	color: #a08600;
	font-size: 22px;
}

body.trainer.detail .ptitle img {
	margin-right: 40px;
	border-radius: 100%;
	width: 212px;
	height: 212px;
	position:absolute;
	left:38px;
}

body.trainer.detail .ptitle .status {
	padding: 12px 0 0 0;
	line-height: 1.5;
	font-weight: normal;
	color: #555;
	font-size: 13px;
}
body.trainer.detail .ptitle {
	margin-bottom: 25px;
	position: relative;
}

.trainer_img {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0 40px;
}

.trainer_img li {
	float: left;
	margin-bottom: 20px;
}

.trainer_img li.imgc2 {
	float: left;
}

.trainer_img li.imgc2:nth-child(2n+1) {
	float: right;
}

.trainer_img .yt_movie{
	margin-bottom: 30px;
	clear: both;
}
.trainer_img .yt_movie iframe{
	box-shadow:none;
}


.freedial {
	border-top: #CCC 1px solid;
	padding: 30px 0 0 0;
	text-align: center;
	background: #FFF;
	clear: both;
}

#trainer_bottom{
	text-align:center;
	margin-top:40px;
	background: #8C7137;
	padding:15px;
	font-weight:bold;
	color:#fff;
	border-radius: 3px;
	box-shadow:0 1px 6px rgba(0,0,0,0.1) inset;
	
}
#trainer_recommend{
	color:#fff;
	padding:10px 0;
}
#trainer_bottom p{
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
}
#trainer_bottom a{
	box-shadow:0 1px 6px rgba(0,0,0,0.4);
	display:inline-block;
}
.ie #trainer_bottom a{
	zoom:1;
}

/*-----------------------------------------------------------------------------* レシピ recipe */

body.recipe #visual {
	background: url(../images/img_recipe.jpg) center center no-repeat #7f736a;
	background-size: auto;
}

body.recipe .visual_title {
	display: none;
}


body.recipe .content {
	text-align: left;
	overflow: hidden;
}

body.recipe .ptitle {
	background: url(../images/ic_recipe.gif) no-repeat;
	padding: 0 0 0 64px;
}

.read {
	font-size: 13px;
	font-weight: bold;
	color: #806868;
	line-height: 1.8;
	margin-bottom: 25px;
	/* line-height: 1.4; */
}

.recipe_thum {
	width: 47%;
	float: left;
}

.recipe_thum img {
	width:100%;
	height:auto;
}

.recipe_detail {
	width: 48%;
	float: right;
}

.recipe_data {
	color: #332f30;
	background: #F5F3E5;
	padding: 15px 5px 5px 15px;
	margin-bottom: 20px;
	overflow: hidden;
}

.recipe_data dl {
	border: none;
}

.recipe_data dt {
	font-weight: bold;
	color: #806868;
	float: left;
	width: 24%;
	margin-bottom: 10px;
	padding: 0;
	border: none;
}

.recipe_data dd {
	float: left;
	width: 25%;
	margin-bottom: 10px;
	padding: 0;
	border: none;
}

.recipe_material {
	border-top: #ccc 1px solid;
}

.recipe_material p, .recipe_step p {
	font-size: 15px;
	font-weight: bold;
	color: #a08600;
	padding: 7px 0 7px 5px;
	border-bottom: #CCC 1px dotted;
}

.recipe_material li, .recipe_step li {
	font-size: 14px;
	padding: 10px 5px 2px 5px;
	border-bottom: #CCC 1px dotted;
	overflow: hidden;
}

.recipe_material li:last-child, .recipe_step li:last-child {
	border-bottom: none;
}

.recipe_material li strong {
	font-weight: bold;
	padding: 0 0 0 15px;
	width: 100px;
	display: inline-block;
	color: #806868;
}

.recipe_step {
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

.recipe_step li h4, .recipe_step li strong {
	font-weight: bold;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
	color: #a08600;
	font-size:13px;
}
.recipe_step li h5{
	font-weight: bold;
	padding: 0 10px 5px 0;
	color: #a08600;
	font-size:13px;
}

.recipe_material li span ,.recipe_step li span {
	display:block;
	float: none;
	width: auto;
	font-size: 12px;
	line-height: 1.5;
	text-align:justify;
	padding-bottom:8px;
}
.recipe_step li{
	font-size: 12px;
	line-height: 1.5;
	text-align:justify;
}

/*-----------------------------------------------------------------------------* お客様の声 voice */

body.users_voice #visual {
	background: url(../images/img_voice.jpg) center center no-repeat #A8E0CB;
	background-size: cover;
}

body.users_voice .visual_title {
	background:url(../images/voice_fukidashi.png) center 0 no-repeat;
	width: 280px;
	height: 174px;
	padding: 90px 30px 0px 30px;
	text-align:center;
	top:80px;
	left: 50%;
	margin-left: -520px;
}
body.users_voice .visual_title *{
	color:#555;
}

body.users_voice.index nav.sortnav li.sn1 a {
	background: #a08600;
	color: #FFF;
}

body.users_voice .content {
	text-align: left;
	overflow: hidden;
}

body.users_voice .ptitle {
	background: url(../images/ic_voice.gif) no-repeat;
	padding: 0 0 0 64px;
}

body.users_voice.detail .ptitle {
	margin-bottom: 35px;
}

.voice_txt {
	overflow: hidden;
	margin-bottom: 40px;
}

.voice_txt img {
	float: left;
}

.voice_txt p {
	margin-left:290px;
}

.voice_message {
	background: #F5F3E5;
	padding: 0px 0 40px 0;
	text-align: center;
	margin-bottom: 30px;
}

.voice_message p {
	text-align: left;
	padding: 10px 0 15px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
	color: #cfc37f;
	font-size: 18px;
}

.voice_message img {
	box-shadow: 0px 1px 6px rgba(0,0,0,0.07);
}

.attention {
	font-size: 11px;
	color: #888;
}

/*-----------------------------------------------------------------------------* ジム gym */

body.gym #contents.c2 {
	max-width: 1160px;
	margin: 0 auto;
}

body.gym.kanto nav.sortnav li.sn2 a {
	background: #a08600;
	color: #FFF;
}

body.gym .content {
	text-align: left;
	overflow: hidden;
}

body.gym nav.sortnav li a {
	width: auto;
}

body.gym nav.sortnav li.sn7 a {
	width: 170px;
}

.gym_data {
	border-bottom: #C8C3BF 1px solid;
	padding: 30px 15px;
	overflow: hidden;
}

.gym_data:first-child {
	border-top: #C8C3BF 1px solid;
}

.gym_img {
	position:absolute;
}

.gym_text{
	position: relative;
	padding: 0;
	display: block;
	margin: 0 0 0 265px;
}

.gym_text h1 {
	font-size: 22px;
	text-align: left;
	line-height: 1.2;
	padding: 10px 100px 20px 5px;
	color: #5B5A58;
	display: block;
}

.gym_text dl {
	position: relative;
	text-align: left;
	overflow: hidden;
	border-top: #ddd9df 1px solid;
	padding: 10px 0;
}

.gym_text dt {
	font-weight: bold;
	color: #806868;
	float: left;
	padding: 0 0 0 0.5em;
	text-align: left;
	border: none;
	line-height: 1.6;
	min-width:5em;
}

.gym_text dd {
	width: auto;
	padding: 0 0 0 0;
	line-height: 1.6;
	border: 0;
	margin-left: 7.5em;
}

.gym_text a {
	position: absolute;
	top: 3px;
	right: 0;
	background: #a08600;
	padding: 6px 0;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	width: 100px;
}
.gym_text dl a {
	position: static;
	background: none;
	padding: 0;
	display: block;
	color: #a08600;
	text-align: left;
	font-size: inherit;
	width: auto;
	margin: 0;
}


.gym_text dt:last-child, .gym_text dd:last-child {
	padding-bottom: 0;
}

body.gym.detail #contents.c2 {
	max-width: 1046px;
	margin: 0 auto;
}

body.gym.detail .content {
	padding: 0 0 40px 0;
}

#gym_detail {
	padding: 0 40px;
}

#gym_detail .gym_data {
	border-bottom: none;
	padding: 0px 0px 30px 0px;
	overflow: hidden;
}

#gym_detail .gym_data:first-child {
	border-top: none;
}

.gym_title {
	margin-bottom: 20px;
}

.gym_title img {
	width: 760px;
	height: 236px;
}
.gym_title{
	position:relative;
}

#contents .gym_title h1{
	position:absolute;
	color:#FFF;
	height:236px;
	line-height:236px;
	top:0;
	left:0;
	font-size: 28px;
	padding:0 0 0 40px;
	background: url(../images/gym_title_bg.png) 0 0 no-repeat;
	width:100%;
	margin:0;
	text-align:left;
}

#gym_detail dl {
	width: auto;
	text-align: left;
	overflow: hidden;
	border-top: #C7C3C0 1px solid;
}

#gym_detail dl:first-child {
	border-top: none;
}

#gym_detail dt {
	font-weight: bold;
	color: #806868;
	float: left;
	width: 7em;
	padding: 10px 0 10px 15px;
	text-align: left;
	border: none;
	line-height: 1.6;
}

#gym_detail dd {
	float: none;
	/* width: 570px; */
	padding: 10px 0 10px 0;
	line-height: 1.6;
	border: none;
	margin: 0 0 0 8.5em;
}

#gym_detail .gmap {
	margin-bottom: 20px;
}

#gym_detail .root {
	margin-bottom: 30px;
}

#gym_detail .root li {
	font-size: 13px;
	padding:4px 0;
	line-height:1.6;
}
#gym_detail .root li h4{
	margin-top:5px;
	color: #806868;
}
#gym_detail .root li b{
	display:inline-block;
	color:#333;
	font-size:1;
	vertical-align:middle;
	padding:0;
	background:#7b4;
	width:1.7em;
	line-height:1.7em;
	text-align:center;
	border-radius:1.7em;
	margin-right:0.4em;
}
.ie #gym_detail .root li b{
	zoom:1;
}

.gym_photo {
	width: 680px;
	margin-bottom: 6px;
	overflow: hidden;
	border-top: #CCC 1px solid;
	padding: 30px 0px 0 40px;
	clear: both;
}

.gym_photo li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.gym_photo li:nth-child(3n+0) {
	margin-right: 0;
}

.gym_photo li img{
	width:216px;
	height:162px;
}

.gym_photo p {
	text-align: center;
	padding: 0px 0 30px 0;
	line-height: 1;
	font-size: 22px;
}

body.gym.detail .side_lists .list_img {
	width: 47px !important;
	position: absolute;
	left: 0;
	top: 0;
}

body.gym.detail .side_lists .list_img img {
	width: 47px !important;
	height: 43px !important;
	border-radius: 0;
}

body.gym.detail .side_lists .list_text {
	margin-left: 60px !important;
	height: 43px;
	vertical-align: middle;
}

body.gym.detail .side_lists .list_text {
	padding: 3px 5px 12px 0;
}

.search_content{
	background:#fff;
	padding: 20px 0 30px;
	margin:0 0 20px;
	clear: both;
	text-align:center;
}
#search_content_train,#search_content_kw{
	width:49%;
	clear:none;
}
#search_content_kw{
	float:left;
}
#search_content_train{
	float:right;
}

#search_content_train{
	float:right;
}
.sc_title{
	color:#444;
	font-size: 16px;
	margin-bottom: 12px;
}
#gym_map .sc_title{
	margin-bottom:-50px;
	padding-top:12px;
}

.search_content input{
	width:80%;
}
.search_content select{
	margin:0 2px;
}
.search_content input[type="text"]{
	font-size:15px;
}
.search_content p{
	text-align: center;
	margin-top:10px;
}
.search_content .btn{
	width:auto;
	min-width:200px;
	font-size:14px;
	letter-spacing:5px;
	text-indent:5px;
	display:inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.search_content .btn:hover{
	opacity:0.8;
}

#gym_map_inner{
	background:url(../images/gym_map.png) center 0 no-repeat;
	text-align:center;
}
.search_content #search_gym_links{
	overflow:hidden;
	padding:0 30px;
	margin-top:-20px;
	text-align: center;
}
.search_content .f_links{
	color:#a08600;
	display:inline-block;
	float:none;
	vertical-align:top;
	width:auto;
	padding:0 20px;
}
.search_content .f_links a{
	opacity:1;
}
.search_content .f_links h3{
	color:#555;
	margin-top:10px;
}
#gym_title_wrap{
	text-align:center;
}
#gym_title{
	position:relative;
	top:-10px;
	font-size:24px;
	padding:20px 0 20px 46px;
	letter-spacing:2px;
	text-indent:2px;
	margin-top:-40px;
	background:url(../images/icon_sp_nav8.png) 0 center no-repeat;
	background-size:36px;
	display:inline-block;
}
#area_title{
	text-align: center;
	margin: 20px 0 -30px;
	font-size: 16px;
}

@media screen and (max-width:767px) {
	#gym_title{
		position:static;
		font-size:16px;
		padding: 54px 0 10px;
		margin: 0;
		background-position: center 12px;
	}

	.search_content{
		padding: 20px 0 20px;
		margin:0 0 6px;
		clear: both;
		text-align:center;
	}

	#search_content_train,#search_content_kw{
		width:auto;
		clear:none;
	}
	#search_content_kw{
		float:none;
	}
	#search_content_train{
		float:none;
	}
	.search_content #search_gym_links{
		display:block;
		padding:0 20px;
	}
	.search_content .f_links{
		display:block;
		float:none;
		padding:0;
		margin:0;
		text-align:center;
	}
	.search_content .f_links h3{
		border-top:rgba(0,0,0,.1) 1px solid;
		text-align:center;
		padding:12px 0 5px;
		margin:9px 0 0;
	}
	.search_content .f_links a{
		display:inline-block;;
		padding:0 0.4em;
		line-height:1.9;
	}

	#contents #area_title{
		text-align: center;
		margin: 0 0 10px;
		font-size: 13px;
	}
}

/*-----------------------------------------------------------------------------* メディア pub */


body.pub .content {
	text-align: left;
	overflow: hidden;
}

body.pub .list_contents {
	border-bottom: #C6C2BF 1px solid;
}

body.pub .list_contents-inner {
	margin: 0px;
}

.info_content {
	display: inline-block;
	width: 100%;
	padding: 0;
	cursor: pointer;
	text-align: left;
}

.info_content a {
	padding: 20px 0;
	cursor: pointer;
}

.info_content dl {
	overflow: hidden;
	padding: 0 12px;
	border-top: #C6C2BF 1px solid;
}

.info_content dt {
	border: none;
	width: 110px;
	float: left;
	border: none;
	font-size: 16px;
	line-height: 1.5;
}

.info_content dd {
	width: 600px;
	float: left;
	border: none;
	color: #332f30;
	font-size: 16px;
	line-height: 1.5;
}

.info_content dd span {
	font-size: 12px;
	padding-left: 1em;
}

/*-----------------------------------------------------------------------------* インフォメーション information */

body.information .content {
	text-align: left;
	overflow: hidden;
}

body.information .list_contents {
	border-bottom: #C6C2BF 1px solid;
}

body.information .list_contents-inner {
	margin: 0px;
}

/* add 2016.10.20 begin --------------------- */
body.sp .list_contents-inner dt {
	width: auto;
}
body.sp .list_contents-inner dd {
	width: auto;
}
/* add 2016.10.20 end --------------------- */

.side_lists .headline a {
	/* height: 70px; */
	vertical-align: middle;
	display: block;
	color: #332f30;
	font-size: 14px;
	line-height: 1.4;
	padding: 6px 0;
}

.side_lists .headline a strong {
	font-weight: bold;
	font-size: 13px;
}

.information_txt {
}

.information_txt p {
	margin-bottom: 2em;
}

.information_txt img {
	float: right;
	margin-left: 30px;
	margin-bottom:1em;
}

.information_txt p:last-child {
	margin-bottom: 0;
}

/*ページナビ*/

.pagenavi {
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
}

.pagenavi p.page {
	float: left;
	color: #806868;
	font-size: 14px;
	line-height: 1;
}

.pagenavi p.page strong {
	font-size: 30px;
}

.pagenavi .backlinkpn a {
	width: 120px;
	background: #a08600;
	padding: 17px 0;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	float: left;
	line-height: 1;
}

.pagenavi ul {
	position: relative;
	float: right;
}

.pagenavi li {
	float: left;
	border: #CDCCCA 1px solid;
	margin-left:-1px;
}

.pagenavi li a {
	width: 100px;
	font-size: 12px;
	padding: 17px 0px;
	display: block;
	text-align: center;
	color: #CDCCCA;
}

.pagenavi li.next.on {
	float: left;
	border-top: #a08600 1px solid;
	border-left: #a08600 1px solid;
	border-bottom: #a08600 1px solid;
	border-right: #a08600 1px solid;
}

.pagenavi li.on a {
	color: #806868;
}




/*-----------------------------------------------------------------------------* レポート report */

body.report #contents.c2 {
	max-width: 1160px;
	margin: 0 auto;
}

body.report.index nav.sortnav li.sn1 a {
	background: #a08600;
	color: #FFF;
}

body.report .content {
	text-align: left;
	overflow: hidden;
}

body.report .list_content{
	margin-bottom:20px;
}

body.report .side_lists .list_img img{
	border-radius: 0;
}

.report_data {
	border-bottom: #C8C3BF 1px solid;
	padding: 30px 20px 30px 30px;
	position: relative;
	overflow:hidden;
}

.report_data:first-child {
	border-top: #C8C3BF 1px solid;
}

.report_img {
	float: left;
	width: 235px;
}

.report_text {
	float: right;
	width: 100%;
	margin: 0 -265px 0 0;
}

.report_text h1 {
	font-size: 22px;
	text-align: left;
	line-height: 1.2;
	padding: 10px 0 20px 15px;
	color: #5B5A58;
	display: block;
	margin-right:265px;
}

.report_text p {
	font-size: 14px;
	text-align: left;
	line-height: 1;
	padding: 10px 0 20px 15px;
	color: #806868;
	margin-right:265px;
	line-height:1.8;
}

.report_data a {
	position: absolute;
	bottom: 30px;
	right: 0px;
	background: #a08600;
	padding: 6px 35px;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

.report_data .ic_new {
	width: 48px;
	height: 33px;
	text-align: center;
	padding: 15px 0 0 0;
	position: absolute;
	top: 20px;
	left: 10px;
	background: #dbc310;
	color: #856c00;
	border-radius: 100%;
	overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
}

.ptitle p.report_read {
	font-size: 14px !important;
	font-weight: bold;
	color: #806868;
	line-height: 1.8;
	margin-bottom: 0px;
}

body.report.detail .content {
	text-align: left;
	overflow: hidden;
	position:relative;
	padding-top:70px;
}
.report_detail{
	line-height:1.8;
	font-size: 14px;
}
.report_detail p {
	margin-bottom: 2em;
}

.report_detail img {
	margin:10px 0;
}

.report_detail p:last-child {
	margin-bottom: 0;
}

.report_detail .midashi{
	font-size:18px;
	color:#a08600;
	margin-bottom:1em;
	line-height:1.8;
}
.report_detail h2{
	font-size:18px;
	color:#a08600;
	margin-bottom:1em;
	line-height:1.6;
	font-weight:normal;
}
.report_detail h3{
	font-size:14px;
	color:#555;
	margin-bottom:1em;
	line-height:1.8;
}
.report_detail ul{
	margin:0.6em 1.3em;
}
.report_detail li{
	font-size: 14px;
	list-style:square;
	list-style-position:outside;
	line-height:1.4;
	padding-bottom:6px;
}
.report_detail strong{
	font-size:1.1em;
	font-weight:bold;
	background:url(../images/strong_bg.png) 0 bottom repeat-x;	
}

.category{
	position:absolute;
	top:20px;
	left:0;
	width:135px;
	text-align:center;
	color:#FFF;
	background:#cfc37f;
	padding:7px 0;
	font-size:14px;
}


/*-----------------------------------------------------------------------------* よくあるご質問 qa */

body.qa #contents.c2 {
	max-width: 1160px;
	margin: 0 auto;
}

body.qa .content {
	text-align: left;
	overflow: hidden;
}
#top5{
	background:#ece9e4;
	padding:10px;
	margin-bottom:20px;
	border-radius:6px;
}
#top5 h1{
	font-size:20px;
	text-align:center;
	padding:20px 0;
	color:#876a00;
}
.qa_data {
	overflow: hidden;
}

.qa_list {
	border-bottom: #bbb 1px solid;
	margin-bottom:30px;
}
#top5 .qa_list {
	margin-bottom: 0px;
}


.qa_data dl {
	position: relative;
	clear: both;
	text-align: left;
	overflow: hidden;
	border-top: #bbb 1px solid;
}

.qa_data dt {
	font-weight: normal;
	color: #444;
	text-align: left;
	border: none;
	line-height: 1.6;
	font-size:14px;
	background:url(../images/ic_q.gif) no-repeat #FFF 10px 20px;
	background:url(../images/ac_bg.png) right center no-repeat,url(../images/ic_q.gif) no-repeat #FFF 10px 20px;
	padding: 33px 54px 33px 70px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.qa_data dt:hover{
	color: #a08600;	
}
.qa_data dt.opened {
	color: #a08600;
}

.qa_data dd {
	background:url(../images/ic_a.png) no-repeat 10px 20px;
	font-size:14px;
	padding: 20px 20px 20px 70px;
	line-height: 2;
	border: none;
	border-top:#dfdfdf 1px solid;
}
.qa_data dd .str2{
	color:#dd0000;
}

.contactform {
	width:100%;
	clear: both;
}

.contactform a {
	background: #FFF;
	display:block;
}


/*-----------------------------------------------------------------------------* コース course */

body.course #visual {
	height: 390px;
	background-image: url(../images/img_cource.jpg);
	background-color:#211D1E;
}
body.course .visual_title{
position:absolute;
left: 16%;
top:120px
}

body.course .visual_title_s{
	color:#f1f1f1;
	font-weight:normal;
	font-size: 15px;
	opacity:0.7;
	letter-spacing:3px;
	text-align:left;
}
body.course .visual_title_m{
	font-family: 'Roboto Condensed', sans-serif;
	color:#f1f1f1;
	font-size:60px;
	letter-spacing:0;
	font-weight:normal;
	line-height:1;
	margin-bottom:25px;
}
body.course .visual_title_txt{
	color:#dddde2;
	font-weight:normal;
	font-size: 14px;
	opacity:0.7;
	line-height:2;
	text-align:left;
}

.contents_title{
	font-size:30px;
	font-weight:normal;
	padding:40px 0 10px;
	text-align:center;
	
}
#cource_index{
	margin:0 0 40px 0;
	padding:40px 0 0 0;
	overflow:hidden;
	text-align: center;
}

article.cource_menu{
	background:#FFF;
	width: 26%;
	margin: 0 13px;
	/* float:left; */
	position:relative;
	text-align:center;
	display: inline-block;
}

article.cource_menu:last-child{
		margin-right:0px;
}

article.cource_menu a{
	box-shadow:0px 1px 6px rgba(0,0,0,0.07);
	display:block;
	padding:25px 20px 20px 20px;
}
article.cource_menu a:hover{
	box-shadow:0px 1px 10px rgba(100, 80, 3, 0.3);
}

article.cource_menu h1{
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:15px;
}

article.cource_menu p{
	font-size:13px;
	font-weight:bold;
	line-height:1.7;
	margin-bottom:15px;
	color:#806868;
	text-align:left;
}

article.cource_menu li{
	background:#a08600;
	font-size:13px;
	font-weight:bold;
	line-height:1.4;
	color:#FFF;
	padding:12px 0;
	margin-bottom:1px;
}

article.cource_menu .ic_cource{
	position:absolute;
	top:0;
	left:0;
}

body.course.index .course_link {
	clear: both;
	/* width:765px; */
	margin:0 auto;
}

body.course.index .course_link a{
	float:left;
	box-shadow:0px 1px 6px rgba(0,0,0,0.07);
	display:block;
	width:49%;
	background:#FFF;
}
body.course.index .course_link a img{
	max-width:100%;
	height:auto;
}

body.course.index .course_link a:last-child{
	float:right;
}

body.course .course_link a:hover{
	box-shadow:0px 1px 10px rgba(100, 80, 3, 0.3);
}


body.course #contents.c2 {
	max-width: 1160px;
	margin: 0 auto;
}

body.course.standard nav.sortnav li.sn1 a {
	background: #a08600;
	color: #FFF;
}

body.course nav.sortnav li a{
	width:auto;
	padding:10px 20px;
}

body.course .content {
	text-align: left;
	overflow: hidden;
}

.course_data{
}
.course .content .btns{
	margin-bottom:10px
}
.course .content .ptitle{
	margin-bottom:10px
}
.course .content .btn{
	padding: 20px;
	font-size: 15px;
	display: block;
	text-align: center;
	border: none;
	max-width:240px;
	margin:0 auto;
}
.course_detail{
	width:611px;
	margin: 0 auto 20px auto;
	overflow:hidden;
}

.course_detail ul{
	overflow:hidden;
	height:auto;
	margin:0 auto 15px auto;
}

.course_detail li{
	float:left;
	background:#f1ecd1;
	display:block;
	vertical-align:middle;
	height:78px;
	text-align:center;
	color: #8E7909;
	border:#A28800 1px solid;
	border:none;
	font-size:14px;
	line-height:1.6;
	padding:12px 25px 0;
}
.course_detail li:first-child,
.course_detail li:last-child{
	padding-top:20px;
	height:70px;
}
.course_detail li span{
	display:block;
}

.course_detail li.icplus{
	width:29px;
	height:55px;
	background:none;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	padding:35px 0 0 0;
	border:none;
}

body.course .ptitle h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

.ptitle p.course_read {
	font-size: 14px !important;
	font-weight: bold;
	color: #806868;
	line-height: 1.8;
	margin-bottom: 0px;
}

.course_detail p{
	clear:both;
	font-size:13px;
	margin-bottom:0;
}

.course_detail p span{
	font-size:12px;
	color:#858384;
}

.course_price{
	margin-bottom: 30px;
	overflow:hidden;
	border-top:#645142 1px solid;
	border-bottom:#645142 1px solid;
	height:auto;
}

body.course .course_price th {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color:#806868;
	width:90px;
	vertical-align:middle;
	padding:0 0 0 10px;
	border-bottom:none;
	line-height:1.4;
}

body.course .course_price td {
	font-size: 14px;
	line-height: 1;
	vertical-align:middle;
	padding:20px 0 ;
	border-bottom:none;
	line-height:1.4;
}
body.course .course_price td .note {

}

body.course .course_price td ul{
	padding-top:15px;
}

body.course .course_price td li{
	line-height:2.5;
	list-style:disc inside;
}

body.course .course_price td strong {
	font-size: 14px;
	font-weight: bold;
	display:inline-block;
	width:80px;
	color:#000;
}

body.course .course_price td strong.boldtxt {
	font-size: 14px;
	font-weight: bold;
	display:inline-block;
	width:auto;
	color:#000;
}


body.course .course_price td span.period {
	font-size: 14px;
	line-height: 1;
	color:#A28800;
	width:110px;
	padding:0 0 0 10px;
	display:inline-block;
}

body.course .course_price td span.attention {
	font-size: 12px;
	line-height: 1;
	display:inline-block;
}

.course_price tr.bline th,.course_price tr.bline td{
	border-top:#645142 1px solid;
}

.course_price td.bbline{
	border-bottom:#CBCBCB 1px solid !important;
}

body.course .midashi{
	font-size:18px;
	color:#a08600;
	margin-bottom:1em;
	line-height:1.8;
}

body.course .other_course {
	text-align: left;
	overflow: hidden;
	background:#FFF;
	margin:30px 0;
	padding:40px 40px 20px 40px;
}
body.course .other_course img{
	max-width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}
body.course .other_course h1{
	margin-bottom:30px;
}

body.course .other_course dl{
	border-top:#645142 1px solid;
}

body.course .other_course dt{
	border:none;
	margin-bottom:20px;
	font-size:11px;
	padding:20px 0 0 10px;
}

body.course .other_course dt strong{
	font-weight:bold;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color:#806868;
}

body.course .other_course dd{
	padding:0px 0 25px 10px;
	border-bottom:#645142 1px solid;
	font-size:14px;
}

body.course .other_course dd strong{
	font-weight:bold;
}

body.course .freedial {
	border-top:none;
	padding: 30px 0;
	text-align: center;
	background: #FFF;
	clear: both;
	margin-bottom:30px;
}

body.course .course_link {
	clear: both;
}

body.course .course_link  a{
	float:left;
	box-shadow:0px 1px 6px rgba(0,0,0,0.07);
	display:block;
}

body.course .course_link  a:last-child{
	float:right;
}

body.course .course_link  a:hover{
	box-shadow:0px 1px 10px rgba(100, 80, 3, 0.3);
}

body.course .course_read{
	font-size:26px;
	line-height:1.4;
	text-align:left;
	padding:0;
	margin: 30px 0 25px 0;
}
body.course .course_read .read_list{
	display:block;
	color:#555;
	margin:14px 0;
	text-indent:-1em;
	padding-left:0.8em;
	-webkit-font-smoothing:subpixel-antialiased;
	font-weight:normal;
	line-height:1.5;
	font-size:13px
}
body.course .course_nav{
	text-align:left;
	padding:0;
	margin:0 0 30px 0;
	overflow:hidden;
}

body.course .course_nav li{
	float:left;
	margin-right:20px;
	border-right:#8A6B00 1px solid;
}

body.course .course_nav li:last-child{
	border:none;
}

body.course .course_nav a{
	padding:0 20px 0 0;
	font-size:12px;
}

#registration_flow{
}

#registration_flow h1{
	padding-bottom:20px;
	border-bottom:#D6D6D6 1px solid;
	margin-bottom:10px;
}

article.step{
	padding:0 0 40px 5px;
	padding-bottom:40px;
	border-bottom:#D6D6D6 1px solid;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}

article.step:last-child{
	border-bottom:none;
	padding:0;
	margin:0;
}

article.step .imgL{
	position:absolute;
	left:0;
	top:0;
	margin-right:30px;
}

article.step .step_detail{
	margin-left:120px;
	min-height:110px;
}

article.step .step_detail h2{
	line-height: 1.6;
	font-weight: normal;
	color: #a08600;
	font-size: 20px;
	font-weight:bold;
	margin-bottom:20px;
}

article.step .step_detail p{
	font-size:14px;
	line-height:1.6;
}

article.step .step_detail .flow_contact{
	padding-top:20px;
}

article.step .step_detail .flow_contact li{
	float:left;
	margin-right:30px;
	padding:0;
}

article.step .step_detail .flow_contact li{
	float:left;
	margin-right:30px;
	padding:0;
}

article.step .step_detail #flow_step {
	margin-top:12px;
}
article.step .step_detail #flow_step .title{
	font-weight:bold;
	color:#BCA336;
	font-size:130%;
	line-height:1.3;
	text-align:center;
	margin-bottom:6px;
}
article.step .step_detail #flow_step .item{
	border:1px solid #DDD;
	border-radius: 4px;
	padding:10px;
	position:relative;
	margin-bottom:16px;
}

article.step .step_detail #flow_step .item:after{
	position: absolute;
	left:50%;
	top: 100%;
	font-size:170%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content:'\f107';
	font-family: FontAwesome;
	color:#BCA336;
}
article.step .step_detail #flow_step .item:last-of-type:after{
	content:'';
}
article.step .step_detail #flow_step .item .title_wrap{
	display:table;
	margin-bottom:5px;
}
article.step .step_detail #flow_step .item .title_wrap .image{
	display:table-cell;
	width:70px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

article.step .step_detail #flow_step .item:nth-of-type(1) .title_wrap .image{
	background-image:url(/course/images/course_flow_img_01.jpg);
}
article.step .step_detail #flow_step .item:nth-of-type(2) .title_wrap .image{
	background-image:url(/course/images/course_flow_img_02.jpg);
}
article.step .step_detail #flow_step .item:nth-of-type(3) .title_wrap .image{
	background-image:url(/course/images/course_flow_img_03.jpg);
}
article.step .step_detail #flow_step .item:nth-of-type(4) .title_wrap .image{
	background-image:url(/course/images/course_flow_img_04.jpg);
}
article.step .step_detail #flow_step .item .title_wrap .tx{
	display:table-cell;
	padding:0px 0px 5px 10px;
}
article.step .step_detail #flow_step .item .title_wrap .tx .num{
	text-align:left;
	margin-bottom:3px;
}
article.step .step_detail #flow_step .item .title_wrap .tx .num em{
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-style:normal;
	color:#BCA336;
	line-height:1;
	padding:3px 10px;
	background-color:#000;
}
article.step .step_detail #flow_step .item .title_wrap .tx .tit{
	font-weight:bold;
	font-size:130%;
}
article.step .step_detail #flow_step .item .description p{
	font-size:91%;
	line-height:1.5;
}

@media screen and (min-width: 768px)  {
	article.step .step_detail #flow_step {
		margin-top:16px;
	}
	article.step .step_detail #flow_step .title{
		font-size:140%;
		line-height:1.3;
		margin-bottom:10px;
	}
	article.step .step_detail #flow_step .item{
		padding:15px 15px 10px;
		margin-bottom:25px;
	}
	
	article.step .step_detail #flow_step .item:after{
		font-size:190%;
		-webkit-transform: translate(-50% ,3px);
		-ms-transform: translate(-50% ,3px);
		-webkit-transform: translate(-50% ,3px);
		transform: translate(-50% ,3px);
		
	}
	article.step .step_detail #flow_step .item .title_wrap{
		margin-bottom:0;
	}
	article.step .step_detail #flow_step .item .title_wrap .image{
		width:90px;
	}
	article.step .step_detail #flow_step .item .title_wrap .tx{
		display:table-cell;
		padding:5px 0px 40px 10px;
	}
	article.step .step_detail #flow_step .item .title_wrap .tx .num{
		margin-bottom:0;
		display:inline-block;
	}
	article.step .step_detail #flow_step .item .title_wrap .tx .num em{
		padding:5px 15px;
	}
	article.step .step_detail #flow_step .item .title_wrap .tx .tit{
		display:inline-block;
		font-size:135%;
	}
	article.step .step_detail #flow_step .item .description p{
		font-size:98%;
		padding-left:100px;
		margin-top:-30px;
		display:block;
		min-height:30px;
	}
}



#training_flow{
	margin-top:20px;
	margin-bottom:30px;
	padding-bottom:20px;
}

#training_flow .ptitle{
	border-bottom:#D6D6D6 1px solid;
	margin-bottom:10px;
}

article.training{
	padding:0 0 15px 15px;
	border-bottom:#D6D6D6 1px solid;
	margin-bottom:15px;
	overflow:hidden;
}

article.training:last-child{
	border-bottom:none;
	padding:0;
	margin:0;
}

#training_flow .warming,#training_flow .stop_workout{
	padding:0 0 15px 0;
}

#training_flow .warming h2,#training_flow .stop_workout h2{
	padding:10px 0 0px 20px;
	margin:0;
}

article.training {
	position:relative;
}
article.training .imgL{
	position:absolute;
	right:0;
	top:0;
}

article.training .training_detail{
	width:auto;
	margin-right:140px;
	min-height:130px
}
article.training.no_photo .training_detail{
	min-height:0;
}

article.training .training_detail h2{
	line-height: 1.6;
	font-weight: normal;
	color: #a08600;
	font-size: 20px;
	font-weight:bold;
	padding-top:15px;
	margin-bottom:15px;
}

article.training .training_detail p{
	font-size:14px;
	line-height:1.6;
}

#moneyback{
}
#moneyback .insta_exs_title{
	font-size: 15px;
}
#moneyback .insta_exs{
	background: #F5F3E5;
	margin: 10px 0;
	padding:15px;
	font-size:13px;
}
#moneyback .insta_exs{
	background: #F5F3E5;
	margin: 10px 0;
	padding:15px 25px;
	font-size:13px;
}
#moneyback .insta_exs li{
	padding: 3px;
}



#installments{
}

#installments h1{
	padding-bottom:20px;
	margin-bottom:0px;
}

#installments .course_read{
	font-size:20px !important;
	font-weight:normal;
	color:#181528;
	margin-bottom:0 !important;

}

#installments #installments #ptitle{
	margin-bottom:0 !important;
}

#installments .course_read strong{
	font-weight:bold;
	color:#a08600;
}

.ex_course{
	background:#F5F3E5;
	padding: 20px 20px 25px 25px;
	margin-bottom:10px;
}

.ex_course p{
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
}

#installments ol{
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	padding:15px 0;
	margin:15px 0;
}
#installments li {
	list-style: disc;
	font-size:12px;
	line-height:1.8;
	margin-left:2em;
}
#payment li{
	list-style: decimal;
	font-size:12px;
	line-height:1.8;
	margin-left:2em;
}
#installments .flow_contact{
	padding-top:20px;
	text-align:center;
}

#installments .flow_contact li{
	display:inline;
	margin-right:30px;
	padding:0;
	list-style:none;
	line-height:1;
}
body .insta_exs{
background: #F5F3E5;
margin: 10px 0;
padding:0;
font-size:13px;
}
#installments .insta_exs li,#payment .insta_exs li{
	border-bottom:#e3ddc4 1px solid;
	padding: 20px 20px 25px 25px;
	list-style:none;
	margin:0
}
#installments .insta_exs li:last-child,#payment .insta_exs li:last-child{
	border:none;
}
.ex_title{
	font-weight:bold;
	font-size:1.2em;
	text-indent:-0.5em;
}
.ex_caption{
	color:#666;
	font-size:0.96em;
}
.ex_line{
font-weight: bold;
color: #a08600;
	font-size:1.2em;
}

#moneyback{
	margin-top:20px;
	margin-bottom:30px;
	padding-bottom:30px;
	min-height: 0 !important;
}

#moneyback p{
	line-height:1.8;
}

#moneyback .ptitle{
	margin-bottom:0px;
}

#moneyback .course_read{
	line-height:2;
}
#moneyback .course_read strong{
	font-size: 1.2em;
	color:#d00;
}

#moneyback .course_read2{
	font-size:20px;
	font-weight:bold;
	color:#a08600;
	margin-bottom:10px;
}

#moneyback ul{
	padding:10px 0 ;
}

#moneyback li{
	list-style: disc inside;
	font-size:14px;
	line-height:2;
}

#moneyback a{
	text-decoration:underline;
}


/*-----------------------------------------------------------------------------* アドバイザー adviser */

body.adviser #contents.c2 {
	max-width: 1160px;
	margin: 0 auto;
}

body.adviser .content {
	text-align: left;
	overflow: hidden;
}

body.adviser .adviser_read{
	font-size:26px;
	line-height:1.4;
	text-align:left;
	padding:30px 0 0px 0;
	margin-bottom:0;
}

body.adviser #main{
	padding-top:30px;
}

body.adviser #side{
	padding-top:30px;
}
.adviser_data {
	border-bottom: #C8C3BF 1px solid;
	padding: 30px 5px 30px 30px;
	overflow: hidden;
	position:relative;
}

.adviser_data:first-child {
	border-top: #C8C3BF 1px solid;
}

.adviser_img {
	position:absolute;
	left:30px;
	top:25px;
	width: 235px;
}

.adviser_text {
	width: auto;
	margin: 0 0 0 265px;
	position: relative;
	min-height:235px;
}

.adviser_text h1 {
	font-size: 22px;
	text-align: left;
	line-height: 1.2;
	padding: 5px 0 20px 0;
	margin-bottom:15px;
	color: #5B5A58;
	display: block;
	border-bottom: #C8C3BF 1px dotted;
}

.adviser_text h1 span {
	font-size:16px;
	color:#806868;
	display:inline;
	padding-left:1.5em;
}

.adviser_text h2 {
	font-size: 16px;
	text-align: left;
	line-height: 1.3;
	padding: 10px 0 13px 0;
	color: #a08600;
	display: block;
	margin-right:265px;
	width:58%;
}

.adviser_text p {
	text-align:left;
	line-height: 1.8;
	margin-right:245px;
}

 .adviser_text p.profile {
		font-size:14px;
		margin-bottom:20px;
		font-weight:bold;
	}

.adviser_text h2 {
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	padding: 0px 0 14px 0;
	color: #a08600;
	display: block;
	margin-right:0;
	width:100%;
}

.adviser_text p {
	text-align: justify;
	/* line-height:1.6; */
	margin-right:0;
}

.adviser_text p.profile {
	font-size:14px;
	margin-bottom:20px;
	font-weight:bold;
}

@media screen and (max-width:767px) {

	p{ color:#332f30; font-size:13px; line-height:1.8; }

	.br-sp {
		display: inherit !important;
	}

	.br-pc {
		display: none !important;
	}

	/*-----------------------------------------------------------------------------* ビジュアル */


	#visual{
		height:180px;
		background-size: cover; 
		background-color: #000;
		background-repeat:no-repeat;
		background-position: center center;
		position:relative;
	}
	#visual-inner{
	}
	.visual_title{
	position:absolute;
	left:15px;
	top: 80px;
	text-align: left;
}
	.visual_title_s{
		color:#fff;
		font-weight:normal;
		font-size: 14px;
		opacity:0.7;
		letter-spacing:2px;
		text-align: left;
	}
	.visual_title_m{
		font-family: 'Roboto Condensed', sans-serif;
		color:#fff;
		font-size:40px;
		letter-spacing:0;
		font-weight:normal;
		line-height:1;
	
		text-align: left;
	}


	/*-----------------------------------------------------------------------------* ボタン */

	.backlink {
		background: #a08600;
		padding: 10px 0;
		margin: 10px 12px 0 12px;
		display: block;
		color: #FFF;
		text-align: center;
		font-size: 12px;
	}

	/*-----------------------------------------------------------------------------* バナー */

	.prbnr {
		overflow: hidden;
		padding: 0px 0 0 0;
		width:auto;
	}

	.prbnr li {
		margin-right: 0;
		float: none;
	}

	.prbnr li:last-child {
		margin-right: 0px;
	}

	.prbnr li img{
		width:100%;
		height:auto;
	}

	/*-----------------------------------------------------------------------------* サイド */

	.side_special {
		overflow: hidden;
		text-align: center;
	}

	.side_special .spimg {
		margin-bottom: 10px;
	}

	.side_special a {
		margin-bottom: 30px;
		display: block;
	}

	.spimg {
		box-shadow: 0px 1px 6px rgba(0,0,0,0.07);
	}

	.side_special a:hover .spimg {
		box-shadow: 0px 1px 10px rgba(100, 80, 3, 0.3);
	}


	.side_bnrs{
		margin:15px 0 15px 0;
	}
	.side_bnrs .bnr{
		width:256px;
		margin:0 auto;
		display:block;
		background:#fff;
	}
	body.gym .side_bnrs .bnr{
		width:auto;
		margin:0 15px;
		display:block;
		background:#fff;
	}

	.side_bnrs .bnr img {
		width:100%;
		height:auto;
	}

	.side_bnrs a{
		margin-bottom:10px !important;
		display:block;
	}

	#special_bnrs{
		padding:20px 12px 0 12px;
	}


	/*-----------------------------------------------------------------------------* サイドリスト*/


	#side{
	background:url(/images/line_shadow.png) 0 0 repeat-x;
	background-size:100% 2px;
		/* border-top: #CCC 1px solid; */
		width:100%;
		
	padding-top: 1px;
	}
	.side_lists-inner{
		padding-top: 10px;
	}
	.side_lists-inner h2{
		display:none;
	}
	.side_lists .headline{
		display:block;
		width:auto;
		padding:0;
		position:relative;
		margin-bottom:2px;
		padding:8px 0;
		border-bottom:#DCD8D7 1px solid;
		min-height:0;
		height:auto;
	}
	.side_lists .headline a{
		min-height:0;
		height:auto;
		padding: 0 15px;
		display:block;
		line-height:1.4;
	}
	.side_lists .list_content{
		display:block;
		width:auto;
		padding:0;
		position:relative;
		margin-bottom:2px;
		padding: 0 18px 5px 15px;
		border-bottom:#DCD8D7 1px solid;
		min-height: 0;
	}
	.side_lists .list_img{
		width:35px;
		height:35px;
		position:absolute;
		left:18px;
		top:11px;
	}
	.side_lists .list_img img{
		width:35px;
		height:35px;
	}
	.side_lists .list_text{
		margin-left:45px;
		height:auto;
		vertical-align:middle;
		padding: 10px;
}
	.side_lists .list_text h1{
		text-align:left;
		margin-bottom:0 !important;
		font-size:13px;
	}
	.side_lists .list_text h2{
		text-align:left;
		display:inherit;
		margin-top: 0px;
		margin-bottom:0;
			font-size:12px;
	}
	.side_search h2{
		color:#a08600;
		font-weight:normal;
		font-size:17px;
	
		padding: 15px;
		background: rgba(255,255,255,0.4);
		margin: 0;
}
	.side_search h3{
		color:#181528;
		font-weight:normal;
		display:block;
		font-size:14px;
		padding: 15px 10px 14px 15px;
		text-align:left;
		line-height:1.3;
	}


	/*-----------------------------------------------------------------------------* アイコン*/

	.list_content {
		position: relative;
	}

	.list_content .ic_new {
		width: 48px;
		height: 33px;
		text-align: center;
		padding: 15px 0 0 0;
		position: absolute;
		top: 20px;
		right: 10px;
		background: #dbc310;
		color: #856c00;
		border-radius: 100%;
		overflow: hidden;
		font-family: 'Roboto Condensed', sans-serif;
	}

	/*-----------------------------------------------------------------------------* ページタイトル*/

	.ptitle {
		margin-bottom: 20px;
		overflow: hidden;
	}

	.ptitle p {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.ptitle a {
		background: #cfc37f;
		padding: 5px 5;
		/* width: 106px; */
		float: left;
		margin-right: 4px;
		color: #FFF;
		font-size: 12px;
		text-align: center;
	}

	.ptitle span.name {
		color: #806868;
		font-weight: bold;
		font-size: 13px;
	}

	/*-----------------------------------------------------------------------------* ソート */

	nav.sortnav {
		width:auto;
		padding: 20px 0;
		position: relative;
		overflow: hidden;
		margin:0 12px;
	}

	nav.sortnav ul {
		position: relative;
	
		border: none;
}

	nav.sortnav li {
		position: relative;
		float: left;
		border: #a08600 1px solid;
		border-right: #a08600 1px solid;
		display: block;
		margin: -1px -1px 0 0;
		float: left;
		box-sizing:border-box;
	}

	nav.sortnav li a {
		width:auto;
		display:block;
		font-size: 11px;
		padding: 10px 0px;
		text-align: center;
		color: #806868;
		min-width: 120px;
	}
	.voice nav.sortnav li a {
		min-width: 96px;
	}
	.pub nav.sortnav li a {
		min-width: 60px;
	}
	.recipe nav.sortnav li a {
		min-width:0;
		padding:10px;
	}

	nav.sortnav li:last-child {
		border-right: #a08600 1px solid;
	}

	/*-----------------------------------------------------------------------------* 詳細全般 trainer */

	.content {
		background: #fff;
		min-height: 500px;
		padding: 40px;
	}

	.content img {
		max-width: 100%;
		height: auto;
	}

	/*-----------------------------------------------------------------------------* トレーナー trainer */


	body.trainer {
	}

	body.trainer #visual {
		height: auto;
		/*background: url(../images/img_trainer_sp.jpg) center 44px no-repeat #000;
		background-size: 100% auto;
		padding-top:54px;*/
	}
	.trainer .visual_title{
		position:static;
		top:40px;
	}
	.visual_title_s{
		text-align:center;
	}
	.visual_title_m{
		text-align:center;
	}

	.trainer_texts {
		margin-top:200px;
		position:static;
		background: #1b1a1e;
		background: rgba(27,26,30,1);
		text-align: center;
		color: #fff;
		width: auto;
		padding:0 15px 15px;
	}

	.trainer_text {
		display:inherit;
		width: auto;
		max-width:inherit;
		margin: 0;
	}

	.trainer_text h3 {
		font-size: 16px;
		font-weight: normal;
		color: #dbc310;
		margin-bottom: 10px;
		padding: 18px 0 8px;
		-webkit-font-smoothing: subpixel-antialiased;
	}

	.trainer_text p {
		font-size: 12px;
		color: #fff;
		text-align: justify;
	}

	.trainer_text p a{
		display:inline-block;
		padding:0;
		margin:0;
		line-height:1.3
	}
	body.trainer .list_contents-inner{
		/* padding-bottom:30px; */
	}

	body.trainer.detail .content {
		text-align: left;
		overflow: hidden;
		padding: 20px 0;
	}

	body.trainer.detail .ptitle {
		padding: 0 16px;
	}

	body.trainer.detail .ptitle p {
		padding-top: 30px;
	}

	body.trainer.detail .ptitle p.midashi {
		padding: 10px 0 0 0;
		line-height: 1.6;
		font-weight: normal;
		color: #a08600;
		font-size: 14px;
		clear:both;
	}

	body.trainer.detail .ptitle img {
		/* float: left; */
		position:static;
		float:none;
		display:block;
		margin:0 auto;
		border-radius: 100%;
		width: 106px;
		height: 106px;

		left: 12px;
	}
	body.trainer.detail .ptitle {
		margin-bottom: 0px;
		min-height: 102px;
		padding: 0;
	}
	body.trainer.detail .ptitle h1{
		padding:10px 0 0;
		margin:0 0 4px;
		font-size:20px;
		text-align:center;
		display:block;
	}
	body.trainer.detail .ptitle .name{
		text-align:center;
		display:block;
	}
	body.trainer.detail .ptitle .read{
		padding: 10px 0 0;
		font-size:14px;
	}
	body.trainer.detail .ptitle .status{
		padding: 10px 0 0;
	}

	.trainer_img {
		overflow: hidden;
		margin-bottom: 20px;
		padding: 0;
	}

	.trainer_img li {
		margin-bottom: 5px;
	}

	.trainer_img li.imgc2 {
		width:49%;
	}

	.trainer_img .yt_movie {
		padding-top:5px;
		margin-bottom: 10px;
		clear: both;
	}
	.trainer_img .yt_movie iframe{
		width:100%;
		height:158px;
		margin:0 auto;
		display:block;
	}


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

	.freedial img {
		width:96%;
		height:auto;
	}

	#trainer_bottom{
		margin-top:25px;
		border-radius: 0;
	}
	#trainer_bottom p{
		text-align: center;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	#trainer_bottom a{
	}
	#trainer_bottom a img{
		width: 100%;
		height:auto;
	}




	/*-----------------------------------------------------------------------------* レシピ recipe */

	body.recipe.index nav.sortnav li.sn1 a {
		background: #a08600;
		color: #FFF;
	}

	body.recipe .content {
		padding: 20px 12px;
	}

	body.recipe #visual {
		background: url(../images/img_recipe_sp2.jpg) center center no-repeat #7f736a;
		background-size: auto 100%;
		height:235px;
		background-position:36% 0;
	}


	body.recipe.index #contents {

	}

	body.recipe .ptitle {
		background: url(../images/ic_recipe.gif) no-repeat;
		background-size: 20px auto;
		padding: 0 0 0 0;
		margin-bottom:15px;
	}

	body.recipe.detail .ptitle p {
		padding: 0 0 0 35px;
	}

	.read {
		font-size: 12px;
		font-weight: bold;
		color: #806868;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	.recipe_thum {
		width: auto;
		float: none;
	}

	.recipe_thum img {
		margin-bottom: 20px;
		/* width:49%; */
	}

	.recipe_detail {
		width: auto;
		float: none;
	}

	.recipe_data {
		color: #332f30;
		background: #F5F3E5;
		padding: 15px 5px 5px 15px;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.recipe_data dl {
		border: none;
	}

	.recipe_data dt {
		font-weight: bold;
		color: #806868;
		float: left;
		width: 26%;
		margin-bottom: 10px;
		padding: 0;
		border: none;
	}

	.recipe_data dd {
		float: left;
		width: 24%;
		margin-bottom: 10px;
		padding: 0;
		border: none;
	}

	.recipe_material {
		border-top: #ccc 1px solid;
	}

	.recipe_material p, .recipe_step p {
		font-size: 15px;
		font-weight: bold;
		color: #a08600;
		padding: 7px 0 7px 5px;
		border-bottom: #CCC 1px dotted;
	}

	.recipe_material li, .recipe_step li {
		font-size: 14px;
		padding: 10px 5px 10px 5px;
		border-bottom: #CCC 1px dotted;
		overflow: hidden;
	}

	.recipe_material li:last-child, .recipe_step li:last-child {
		border-bottom: none;
	}

	.recipe_material li strong {
		font-weight: bold;
		padding: 0 0 0 15px;
		width: 100px;
		display: inline-block;
		color: #806868;
	}

	.recipe_step {
		border-top: #ccc 1px solid;
		border-bottom: #ccc 1px solid;
	}

	.recipe_step li strong {
		font-weight: bold;
		padding: 0 0 0 5px;
		width: 20px;
		float: left;
		color: #a08600;
	}

	.recipe_step li span {
		float: right;
		width: 90%;
		font-size: 12px;
		line-height: 1.4;
	}

	/*-----------------------------------------------------------------------------* お客様の声 voice */
	body.users_voice #visual{
		background-position:-140px 0;
	}
	body.users_voice .visual_title{
		padding:37px 39px;
		background-size:170px auto;
		top:44px;
		left: -3px;
		width: 100px;
		height: 60px;
		margin: 0;
}
	.voice_txt {
		overflow: hidden;
		margin-bottom: 20px;
	}

	.voice_txt img {
		float: left;
		width:45%;
		height:auto;
		margin-right:10px;
	}

	.voice_txt p {
		float: none;
		width: auto;
	
		margin-left: 0;
}

	.voice_message {
		background: #F5F3E5;
		padding: 0px 5px 5px 5px;
		text-align: center;
		margin-bottom: 10px;
	}

	.voice_message p {
		text-align: left;
		padding: 10px 0 10px 5px;
		font-family: 'Roboto Condensed', sans-serif;
		line-height: 1;
		color: #cfc37f;
		font-size: 16px;
	}

	.voice_message img {
		box-shadow: 0px 1px 6px rgba(0,0,0,0.07);
	}

	.attention {
		font-size: 11px;
	}

	/*-----------------------------------------------------------------------------* ジム gym */

	body.gym #contents.c2 {
		max-width: auto;
		margin: 0 auto;
	}

	body.gym nav.sortnav{
		width:auto !important;
		max-width:300px;
		margin:0 auto;
	
		border: none;
}

	body.gym.kanto nav.sortnav li.sn2 a {
		background: #a08600;
		color: #FFF;
	}

	body.gym .content {
		text-align: left;
		overflow: hidden;
	}

	body.gym nav.sortnav li{
		/* border-top:none  !important; */
		width:50%;
		box-sizing:border-box;
	}

	body.gym nav.sortnav li a {
		width: auto;
		padding:10px;
		display:block;
	}

	body.gym nav.sortnav li a:nth-child(2n+1) {
		/* border-right: #a08600 1px solid; */
	}

	body.gym nav.sortnav li.sn7 a {
		width: 146px;
	}

	body.gym nav.sortnav li.sn0,body.gym nav.sortnav li.sn1 {
		/* border-top: #a08600 1px solid !important; */
	}


	.gym_title {
		margin-bottom: 15px;
	}

	.gym_title img {
		width: 100%;
		height: auto;
		margin:0;
	}
	.gym_title{
	}
  /* 2016.02.09 #contents 追加 margin-top 追加 */ /* sp */
	#contents .gym_title h1 {
		position:static;
		margin-top: 0px !important;
		color:#FFF;
		height:auto;
		line-height:1;
		top:0;
		left:0;
		font-size: 16px;
		padding:10px 7px;
		text-align:center;
		background: url(../images/gym_title_bg.png) 0 0 no-repeat;
		width:auto;
	}
	.gym_data {
		border-bottom: #C8C3BF 1px solid;
		padding: 20px 12px 20px 12px;
		overflow: hidden;
		position:relative;
	}

	.gym_data:first-child {
		border-top: #C8C3BF 1px solid;
	}

	.gym_img {
		float: none;
		display:block;
		position:absolute;
		left:15px;
		top:15px;
		margin:0;
		padding:0;
		width: auto;
		width: 120px;
		height: 80px;
		overflow: hidden;
}

/* add 2016.03.14 begin --------------------- */
	.gym_img_kaigai {
		top:55px;
}
div.country {
  font-size: 12pt;
  margin-bottom: 0.5em;
}
/* add 2016.03.14 end --------------------- */

	.gym_img img{
		width: auto;
		width: 120px;
		height: 80px;
		margin:0;
		padding:0;
	}

	.gym_text {
		float: none;
		width: auto;
		position: relative;
		margin: 0;
	}

/* add 2016.01.31 begin --------------------- */
#contents.c2 h1 {
	text-align:center;
	font-size:16px;
	margin: 1em 0;
}
/* add 2016.01.31 end --------------------- */

/* gym_text h1 { */                /* add 2016.01.31 --------------------- */
	.gym_text h2 {
		font-size: 16px;
		width: auto;
		text-align: left;
		line-height: 1.2;
		padding: 8px 0 8px 0;
		color: #5B5A58;
		display: block;
		margin-right:0;
		margin: 0 0 0 135px;
	
		min-height: 31px;
}

	.gym_text dl {
		position: relative;
		clear: both;
		text-align: left;
		overflow: hidden;
		border-top: #d3d3d3 1px dotted;
		padding: 6px 2px;
	
		overflow: hidden;
}

	.gym_text dt {
		font-weight: bold;
		color: #806868;
		float: none;
		width: auto;
		padding:0 0 0 0;
		text-align: left;
		border: none;
		line-height: 1.4;
 		float:left;
 		font-size:12px;
	}

	.gym_text dd {
		float: none;
		width: auto;
		padding: 0;
		line-height: 1.6;
		border: none;
		margin-left:7em;
		font-size:12px;
 	}

	.gym_text a {
		position: static;
		background: #a08600;
		padding: 8px 10px;
		display: block;
		color: #FFF;
		text-align: center;
		font-size: 11px;
		width: auto;
		margin: 0 0 15px 135px;
	}

	.gym_text dt:last-child, .gym_text dd:last-child {
		padding-bottom: 0;
	}

	body.gym.detail #contents.c2 {
		max-width: auto;
		margin: 0 auto;
	}

	body.gym.detail .content {
		padding: 12px;
	}

	#gym_detail {
		padding: 0;
	}

	#gym_detail .gym_data {
		border-bottom: none;
		padding: 0px 0px 30px 0px;
		overflow: hidden;
	}

	#gym_detail .gym_data:first-child {
		border-top: none;
	}

	body.gym.detail .content h1 {
		margin-bottom: 10px;
	}

	body.gym.detail h1 img {
		width: 100% !important;
		height: auto !important;
	}

	#gym_detail dl {
		width: auto;
		text-align: left;
		overflow: hidden;
		border-top: #C7C3C0 1px solid;
		padding:8px 5px;
	}

	#gym_detail dl:first-child {
		border-top: none;
	}

	#gym_detail dt {
		font-weight: bold;
		color: #806868;
		float: left;
		width: auto;
		padding: 0;
		text-align: left;
		border: none;
		line-height: 1.6;
	}

	#gym_detail dd {
		float: none;
		width: auto;
		padding:0;
		line-height: 1.6;
		border: none;
	}

	#gym_detail .gmap {
		margin-bottom: 15px;
	
		width: 100% !important;
		height: 300px !important;
}

	#gym_detail .root {
		margin-bottom: 30px;
	}

	#gym_detail .root li {
		margin-bottom: 10px;
		font-size: 12px;
		/* list-style: upper-latin inside; */
	
		line-height: 1.6;
}

	.gym_photo {
		width: auto;
		margin-bottom: 6px;
		overflow: hidden;
		border-top: #CCC 1px solid;
		padding: 20px 0px 0 0px;
		clear: both;
	}

	.gym_photo li {
		float: none;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.gym_photo li:nth-child(3n+0) {
		margin-right: 0;
	}

	.gym_photo li img{
		width:100%;
		height:auto;
	}

	.gym_photo p {
		text-align: center;
		padding: 0px 0 20px 0;
		line-height: 1;
		font-size: 18px;
	}


	body.gym.detail .side_lists .list_content{
		display:block;
		width:auto;
		padding:0;
		position:relative;
		margin-bottom:13px;
		padding:0 18px 10px 18px;
		border-bottom:#DCD8D7 1px solid;
	}

	body.gym.detail .side_lists .list_img {
		width:35px !important;
		height:35px !important;
		position:absolute;
		left:18px !important;
		top:0px !important;
	}

	body.gym.detail .side_lists .list_img img {
		width:35px !important;
		height:35px !important;
		border-radius: 0;
	}

	body.gym.detail .side_lists .list_text {
		margin-left:50px !important;
		height:auto;
		vertical-align:middle;
		padding: 0;
	}



	/*-----------------------------------------------------------------------------* メディア pub */

	body.pub .content {
		text-align: left;
		overflow: hidden;
	}

	body.pub .list_contents {
		border-bottom: #C6C2BF 1px solid;
	}

	body.pub .list_contents-inner {
		margin: 0px;
	}

	.info_content {
		display: inline-block;
		width: 100%;
		padding: 0;
		cursor: pointer;
		text-align: left;
	}

	.info_content a {
		padding: 20px 0;
		cursor: pointer;
	}

	.info_content dl {
		overflow: hidden;
		padding: 0 12px;
		border-top: #C6C2BF 1px solid;
	}

	.info_content dt {
		border: none;
		width: auto;
		float: none;
		border: none;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom:10px;
		padding-bottom:0;
	}

	.info_content dd {
		width: auto;
		float: none;
		border: none;
		color: #332f30;
		font-size: 16px;
		line-height: 1.5;
		padding-top:0;
	}

	.info_content dd span {
		font-size: 12px;
		padding-left: 1em;
	}

	/*-----------------------------------------------------------------------------* インフォメーション information */

	body.information .content {
		text-align: left;
		overflow: hidden;
		padding:20px 12px;
	}

	body.information .list_contents {
		border-bottom: #C6C2BF 1px solid;
	}

	body.information .list_contents-inner {
		margin: 0px;
	}

	body.information .ptitle {
		margin-bottom:5px;
	}

	body.information .side_lists .headline {
		display:block;
		width:auto;
		padding:0;
		position:relative;
		margin-bottom:2px;
		padding:7px 18px 10px 18px;
		border-bottom:#DCD8D7 1px solid;
	}


	body.information .side_lists .headline a {
		height: auto;
		vertical-align: middle;
		display: block;
		color: #332f30;
		font-size: 13px;
		line-height: 1.5;
	}

	body.information .side_lists .headline a strong {
		font-weight: bold;
		font-size: 12px;
	}

	.information_txt {
	}

	.information_txt p {
		margin-bottom: 2em;
	}

	.information_txt img {
		float: right;
		margin-left: 10px;
		margin-bottom:10px;
		width:50%;
		height:auto;
	}

	.information_txt p:last-child {
		margin-bottom: 0;
	}

	/*ページナビ*/

	.pagenavi {
		width:auto;
		overflow: hidden;
		padding-top: 20px;
		padding-bottom:20px;
		margin:0 12px;
	}

	.pagenavi p.page {
		float: left;
		color: #806868;
		font-size: 14px;
		line-height: 1;
	}

	.pagenavi p.page strong {
		font-size: 20px;
	}

	.pagenavi .backlinkpn a {
		width: auto;
		padding: 10px 25px;
	}

	.pagenavi li a {
		width: auto;
		padding: 10px 20px;
	}




	/*-----------------------------------------------------------------------------* レポート report */

	body.report #contents.c2 {
		max-width: 1160px;
		margin: 0 auto;
	}

	body.report.index nav.sortnav li.sn1 a {
		background: #a08600;
		color: #FFF;
	}

	body.report .content {
		text-align: left;
		overflow: hidden;
		padding:0 12px;
	}

	body.report .list_content{
		margin-bottom:0px;
		min-height:50px;
	}

	body.report .side_lists .list_img img{
		border-radius: 0;
	}

	.report_data {
		border-bottom: #C8C3BF 1px solid;
		padding: 20px 12px 20px 12px;
		position: relative;
		overflow:hidden;
	}

	.report_data:first-child {
		border-top: #C8C3BF 1px solid;
	}

	.report_img {
		float: none;
		width: auto;
		margin-bottom:10px;
	}

	.report_img img{
		width:95%;
		height:auto;
	}

	.report_text {
		float: none;
		width: 100%;
		margin: 0;
	}

	.report_text h1 {
		font-size: 18px;
		text-align: left;
		line-height: 1.2;
		padding: 10px 0 10px 0;
		color: #5B5A58;
		display: block;
		margin-right:0;
	}

	.report_text p {
		font-size: 14px;
		text-align: left;
		line-height: 1;
		padding: 0px 0 20px 0;
		color: #806868;
		margin-right:0;
		line-height:1.8;
	}

	.report_data a {
		position: absolute;
		bottom: 20px;
		right: 12px;
		background: #a08600;
		padding: 6px 35px;
		display: block;
		color: #FFF;
		text-align: center;
		font-size: 12px;
	}

	.report_data .ic_new {
		width: 30px;
		height:22px;
		text-align: center;
		padding: 8px 0 0 0;
		position: absolute;
		top: 10px;
		left: 10px;
		background: #dbc310;
		color: #856c00;
		border-radius: 100%;
		overflow: hidden;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:12px;
	}

	.ptitle p.report_read {
		font-size: 13px !important;
		font-weight: bold;
		color: #806868;
		line-height: 1.6;
		margin-bottom: 0px;
	}

	body.report.detail .content {
		text-align: left;
		overflow: hidden;
		position:relative;
		padding-top:70px;
	}


	body.report.detail .content .ptitle {
		margin-bottom:15px;
	}

	.report_detail p {
		margin-bottom: 2em;
	}

	.report_detail img {
		float: none;
		margin-left: 0;
		margin-top:10px;
		margin-bottom:10px;
		max-width:100%;
		height:auto;
	}

	.report_detail p:last-child {
		margin-bottom: 0;
	}

	.category{
		position:absolute;
		top:20px;
		left:0;
		width:135px;
		text-align:center;
		color:#FFF;
		background:#cfc37f;
		padding:7px 0;
		font-size:14px;
	}
	.report .category{
		position:static;
		margin-bottom:8px;
	}


	/*-----------------------------------------------------------------------------* よくあるご質問 qa */

	body.qa #contents.c2 {
		max-width: 1160px;
		margin: 0 auto;
	}

	body.qa .content {
		text-align: left;
		overflow: hidden;
	}
	#top5{
		margin:8px;
		padding:10px;
	}
	#top5 h1{
		padding:8px;
		font-size:16px;
		color:#555;
	}
	.qa_data {
		overflow: hidden;
	}

	.qa_list {
		/* border-bottom: #5B514F 1px solid; */
		margin-bottom: 0;
	}


	.qa_data dl {
		position: relative;
		clear: both;
		text-align: left;
		overflow: hidden;
	}

	.qa_data dt {
		font-weight: normal;
		color: #a08600;
		text-align: left;
		border: none;
		line-height: 1.5;
		font-size:14px;
		background:url(../images/ic_q.gif) no-repeat #FFF 10px 13px;
		padding: 15px 15px 15px 45px;
		background-size:auto 24px;
	}

	.qa_data dd {
		background:url(../images/ic_a.gif) no-repeat 10px 15px;
		font-size: 12px;
		background-size:24px auto;
		line-height:1.8;
		border: none;
	
		padding: 15px 15px 15px 45px;
}

	.contactform {
		width:100%;
		clear: both;
		position:relative;
	}

	.contactform a {
		width:100%;
		background: #FFF;
		display:block;
		background:url(../images/img_contact.gif) no-repeat center top #FFF;
		background-size:475px auto;
		text-indent:-9999px;
		overflow:hidden;
		height:70px;
	}

	.contactform a img{
		display:none;
	}



	/*-----------------------------------------------------------------------------* コース course */

	body.course #visual {
		height: 235px;
		background: url(../images/img_cource.jpg) no-repeat center top #211D1E;
		background-size:auto 100%;
		background-position: -360px 0;
	}
	body.course .visual_title{
	position:absolute;
	left:25px;
	top:110px;
	}

	body.course .visual_title_s{
		font-size: 14px;
		opacity:0.7;
		letter-spacing:3px;
		text-align:left;
	}
	body.course .visual_title_m{
		font-size:40px;
		letter-spacing:0;
		line-height:1;
		margin-bottom:10px;
	}
	body.course .visual_title_txt{
		display:none;
		/*color:#000;
		font-weight:normal;
		font-size: 12px;
		opacity:0.7;
		line-height:1.5;
		text-align:left;
		width:65%;*/
	}

	.contents_title{
		font-size:24px;
		font-weight:normal;
		padding:15px 0 0;
		text-align:center;
		line-height:1.3

	}
	#cource_index{
		margin:0 12px 10px 12px;
		padding:20px 0 0 0;
		overflow:hidden;
		width:auto;
	}

	article.cource_menu{
		background:#FFF;
		width:100%;
		margin: 0;
		margin-bottom:20px;
		float:none;
		position:relative;
		text-align:center;
	}

	article.cource_menu:last-child{
			margin-right:0px;
	}

	article.cource_menu a{
		box-shadow:0px 1px 6px rgba(0,0,0,0.07);
		display:block;
		padding:25px 20px 20px 20px;
	}
	article.cource_menu a:hover{
		box-shadow:0px 1px 10px rgba(100, 80, 3, 0.3);
	}

	article.cource_menu h1{
		font-size:20px;
		font-weight:bold;
		line-height:1.3;
		margin-bottom:15px;
	}

	article.cource_menu p{
		font-size:13px;
		font-weight:bold;
		line-height:1.7;
		margin-bottom:15px;
		color:#806868;
		text-align:left;
	}

	article.cource_menu li{
		background:#a08600;
		font-size:13px;
		font-weight:bold;
		line-height:1.4;
		color:#FFF;
		padding:12px 0;
		margin-bottom:1px;
	}

	article.cource_menu .ic_cource{
		position:absolute;
		top:0;
		left:0;
	}

	body.course.index .course_link {
		clear: both;
		width:auto;
		margin:0 12px 10px 12px;
		overflow:hidden;
	}

	body.course.index .course_link a{
		float:none;
		box-shadow:0px 1px 6px rgba(0,0,0,0.07);
		display:block;
		margin-right:0;
		margin-bottom:10px;
		width:100%;
		background:#FFF;
		text-align:center;
	}

	body.course.index .course_link  a:last-child{
		float:left;
			margin-right:0px;
	}


	body.course .course_link  a:hover{
		box-shadow:0px 1px 10px rgba(100, 80, 3, 0.3);
	}

	body.course.index .course_link img{
		width:296px;
		height:auto;
	}


	body.course #contents.c2 {
		max-width: 1160px;
		margin: 0 auto;
	}

	body.course.standard nav.sortnav {
		padding: 20px 0;
		margin:0;
		position: relative;
		overflow: hidden;
	}

	body.course.standard nav.sortnav li.sn1 a {
		background: #a08600;
		color: #FFF;
	}

	body.course nav.sortnav li{
		width: 33.3%;
	}
	body.course nav.sortnav li a{
		width: auto;
		padding: 10px 4px;
		min-height:2em;
		min-width: 0;
		line-height: 1.3;
	}

	body.course .content {
		text-align: left;
		overflow: hidden;
	}

	.course_data{
	}

	.course_detail{
		width:auto;
		margin:0 auto 10px auto;
		overflow:hidden;
	}

	.course_detail ul{
		overflow:hidden;
		height:auto;
		margin:0 auto 15px auto;
	}
	.course_detail li{
		float:none;
		width:100%;
		background:#f1ecd1;
		display:block !important;

		height: auto !important;
		text-align:center;
		color: #444;
		font-size:14px;
		line-height: 1.4;
		padding: 8px 0 !important;
	}

	.course_detail li span{
		display:block;
	}

	.course_detail li.icplus{
		width:100%;
		height:auto;
		background:none;
		text-align:center;
		display:block;
		vertical-align:middle;
		padding: 3px 0;
	}
	.course_detail li.icplus img{
		margin-bottom:0
	}

	body.course .content{
		padding:20px 12px;
	}

	body.course .ptitle{
		margin-bottom:0px;
	}

	body.course .ptitle h1 {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 10px;
		text-align:center;
		padding:12px 0 5px;
	}

	.ptitle p.course_read {
		font-size: 14px !important;
		font-weight: bold;
		color: #806868;
		line-height: 1.8;
		margin-bottom: 0px;
	}

	.course_detail p{
		clear:both;
		font-size:13px;
		margin-bottom:0;
		line-height:1.6;
	}

	.course_detail p span{
		font-size:12px;
		color:#858384;
		line-height:1.5;
	}

	.course_price{
		margin-bottom:20px;
		overflow:hidden;
		border-top:#645142 1px solid;
		border-bottom:#645142 1px solid;
		height:auto;
	}

	body.course .course_price th {
		font-size: 13px;
		font-weight: bold;
		line-height: 1;
		color:#806868;
		width:100%;
		min-width: 0;
		vertical-align:middle;
		padding:15px 0;
		border-bottom:none;
		text-align:center;
		display:block;
		background:rgba(0,0,0,0.06);;
	}

	body.course .course_price td {
		display:block;
		font-size: 13px;
		line-height: 1;
		vertical-align:middle;
		padding:20px 0 ;
		border-bottom:none;
	}

	body.course .course_price td ul{
		padding-top:15px;
	}

	body.course .course_price td li{
		line-height:1.5;
		list-style:disc inside;
		margin-bottom:15px;
	}

	body.course .course_price td strong {
		font-size: 14px;
		font-weight: bold;
		display:inline-block;
		width:auto;
		color:#000;
		line-height:1.5;
	}

	body.course .course_price td strong.boldtxt {
		font-size: 14px;
		font-weight: bold;
		display:inline-block;
		width:auto;
		color:#000;
	}


	body.course .course_price td span.period {
		font-size: 14px;
		line-height: 1.3;
		color:#A28800;
		width:auto;
		padding:0 0 0 10px;
		display:inline-block;
	}

	body.course .course_price td span.attention {
		font-size: 12px;
		line-height: 1.3;
		display:inline-block;
	}

	.course_price tr.bline th,.course_price tr.bline td{
		border-top:#645142 1px solid;
	}

	.course_price td.bbline{
		border-bottom:#CBCBCB 1px solid !important;
	}

	body.course .midashi{
		font-size:16px;
		color:#a08600;
		margin-bottom:0.5em;
		line-height:1.8;
	}

	body.course .other_course {
		text-align: left;
		overflow: hidden;
		background:#FFF;
		margin:20px 0;
		padding:20px 12px;
	}
	body.course .other_course img{
		width:100%;
		height:auto;
	}
	body.course .content{
		padding:15px;
		height:auto;
	}

	body.course .other_course h1{
		margin-bottom:30px;
	}

	body.course .other_course dl{
		border-top:#645142 1px solid;
	}

	body.course .other_course dt{
		border:none;
		margin-bottom:10px;
		font-size:11px;
		padding:20px 0 0 0px;
		line-height:1.5;
	}

	body.course .other_course dt strong{
		font-weight:bold;
		font-size: 13px;
		font-weight: bold;
		line-height:1.5;
		color:#806868;
	}

	body.course .other_course dd{
		padding:0px 0 15px 0px;
		border-bottom:#645142 1px solid;
		font-size:13px;
		line-height:1.5;
	}

	body.course .other_course dd strong{
		font-weight:bold;
	}

	body.course .freedial {
		display: none;
		border-top:none;
		padding: 20px 0;
		text-align: center;
		background: #FFF;
		clear: both;
		margin-bottom:20px;
	}

	body.course .course_link {
		clear: both;
		margin:0 12px 10px 12px;
		overflow:hidden;
	}

	body.course .course_link  a{
		float:none;
		margin-bottom:10px;
		box-shadow:0px 1px 6px rgba(0,0,0,0.07);
		display:block;
		background:#FFF;
		text-align:center;

	}

	body.course .course_link  a:last-child{
		float:none;
	}

	body.course .course_link  a:hover{
		box-shadow:0px 1px 10px rgba(100, 80, 3, 0.3);
	}

	body.course .course_link img{
		width:296px;
		height:auto;
	}

	body.course .course_read{
		font-size:18px;
		line-height:1.4;
		text-align:justify;
		padding:0;
		margin: 16px 0;
	}

	body.course .course_nav{
		text-align:left;
		padding:0;
		margin:0 12px 20px 12px;
		overflow:hidden;
	}

	body.course .course_nav li{
		float:left;
		margin-right:10px;
		border-right:#8A6B00 1px solid;
	}

	body.course .course_nav li:last-child{
		border:none;
	}

	body.course .course_nav a{
		padding:0 10px 0 0;
		font-size:12px;
	}

	#registration_flow{
	}

	#registration_flow h1{
		padding-bottom:20px;
		border-bottom:#D6D6D6 1px solid;
		margin-bottom:10px;
	}

	article.step{
		padding:0 0 20px 5px;
		border-bottom:#D6D6D6 1px solid;
		margin-bottom:20px;
		overflow:hidden;
	}

	article.step:last-child{
		border-bottom:none;
		padding:0;
		margin:0;
	}

	article.step .imgL{
		margin-right:10px;
		width:50px;
		height:auto;
		left:12px;
	}


	article.step .step_detail{
		width:79%;
		margin-left:68px;
		min-height:80px;
	}

	article.step .step_detail h2{
		line-height: 1.5;
		font-weight: normal;
		color: #a08600;
		font-size: 16px;
		font-weight:bold;
		margin-bottom:10px;
	}

	article.step .step_detail p{
		font-size:13px;
		line-height:1.5;
	}

	article.step .step_detail .flow_contact{
		padding-top:20px;
	}

	article.step .step_detail .flow_contact li{
		float:left;
		margin-right:20px;
		margin-bottom:10px;
		padding:0;
		overflow:hidden;
	}

	#training_flow{
		margin-top:5px;
		margin-bottom:20px;
		padding-bottom:10px;
	}

	#training_flow .ptitle{
		border-bottom:#D6D6D6 1px solid;
		margin-bottom:10px;
	}

	article.training{
		padding:0 0 10px 0px;
		border-bottom:#D6D6D6 1px solid;
		margin-bottom:15px;
		overflow:hidden;
	}

	article.training:last-child{
		border-bottom:none;
		padding:0;
		margin:0;
	}

	#training_flow .warming,#training_flow .stop_workout{
		padding:0 0 10px 0;
	}

	#training_flow .warming h2,#training_flow .stop_workout h2{
		padding:0px 0 0px 0px;
		margin:0;
	}

	article.training .imgL{
		width:75px;
		height:auto;
	}

	article.training .training_detail{
		width:auto;
		margin-right:90px
	}

	article.training .training_detail h2{
		line-height: 1.6;
		font-weight: normal;
		color: #a08600;
		font-size: 16px;
		font-weight:bold;
		padding-top:0px;
		margin-bottom:5px;
	}

	article.training .training_detail p{
		font-size:14px;
		line-height:1.6;
	}

	#installments{
		padding-bottom:20px;
		min-height:inherit !important;
	}

	#contents.c2 #installments.content{
		min-height:inherit !important;
	}

	#installments h1{
		padding-bottom:0px;
		margin-bottom:0px;
	}

	#installments .course_read{
		font-size:18px !important;
		font-weight:normal;
		color:#181528;
		margin:10px 0 20px 0 !important;

	}

	#installments #installments #ptitle{
		margin-bottom:0 !important;
	}

	#installments .course_read strong{
		font-weight:bold;
		color:#a08600;
	}

	.ex_course{
		background:#F5F3E5;
		padding:20px 20px 25px 25px;
		margin-bottom:10px;
	}

	.ex_course p{
		font-weight:bold;
		font-size:14px;
		margin-bottom:20px;
		line-height:1.6;
	}

	.ex_course img{
		margin-bottom:10px;
	}

	#installments ol{
		border-top:#CCC 1px solid;
		border-bottom:#CCC 1px solid;
		padding:15px 0;
		margin:15px 0;
	}

	#installments li{
		list-style:disc outside;
		font-size:12px;
		line-height:1.8;
	}

	#installments .flow_contact{
		padding-top:0px;
		text-align:center;
		width:320px;
		margin:0 auto;
	}

	#installments .flow_contact li{
		display:block;
		float:left;
		margin-right:10px;
		padding:0;
		list-style:none;
		line-height:1;
		width:auto;
	}

	#installments .flow_contact li img{
		width:auto;
		height:22px;
	}


	#moneyback{
		margin-top:20px;
		margin-bottom:20px;
		padding-bottom:20px;
		min-height:inherit !important;
	}

	#moneyback p{
		line-height:1.6;
	}

	#moneyback .ptitle{
		margin-bottom:0px;
	}

	#moneyback .course_read{
		line-height:1.8;
		margin:10px 0 20px 0 !important;
	}

	#moneyback ul{
		padding:10px 0 ;
	}

	#moneyback li{
		list-style: disc inside;
		font-size:14px;
		line-height:2;
	}

	#moneyback a{
		text-decoration:underline;
	}



	/*-----------------------------------------------------------------------------* アドバイザー adviser */

	body.adviser #contents.c2 {
		max-width: auto;
		margin: 0 auto;
	}

	body.adviser .content {
		text-align: left;
		overflow: hidden;
	}

	body.adviser .adviser_read{
		font-size:18px;
		line-height:1.4;
		text-align:left;
		padding:20px 12px 20px 12px;
		margin-bottom:0;
	}


	body.adviser #main{
		padding-top:0px;
	}

	body.adviser #side{
		padding-top:20px;
	}
	.adviser_data {
		border-bottom: #C8C3BF 1px solid;
		padding: 20px 12px 20px 12px;
		overflow: hidden;
	}

	.adviser_data:first-child {
		border-top: #C8C3BF 1px solid;
	}

	.adviser_img {
		float: none;
		width: auto;
		margin-bottom:10px;
	}

	.adviser_img img{
		width:100%;
		height:auto;
	}


	.adviser_text {
		float: none;
		width: auto;
		margin: 0;
		position: relative;
	}

	.adviser_text h1 {
		font-size: 18px;
		width:100%;
		text-align: left;
		line-height: 1.2;
		padding: 10px 0 0 0;
		color: #5B5A58;
		display: block;
		margin-right:0;
		border-bottom:0;
	}

	.adviser_text h1 span {
		font-size:13px;
	color:#806868;
	display:inline;
	padding-left:1.5em;
	}
	
	body.users_voice.detail .ptitle,body.recipe.detail .ptitle{
		padding: 0 0 0 26px;
		margin-bottom:15px;
		background-size: auto 26px;

	}
	body.users_voice.detail .ptitle h1,body.recipe.detail .ptitle h1,.detail .ptitle h1{
		font-size:16px;
	
		padding: 4px 4px 4px 0;
		margin-bottom: 2px;
}
	body.users_voice.detail .ptitle h2,body.recipe.detail .ptitle h2,.detail .ptitle h2{
		font-size:13px;
	}
	.adviser_img {
		position:static;
		width:118px;
		height:auto;
		margin:0 auto;
		border-radius:100px;
		overflow:hidden;
	}
	.adviser_text h1 {
		text-align:center;
	}

	.adviser_text h1 span {
		display:block;
		padding:8px 0 0;
	}
}