@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
    line-height:1; /*行の高さをフォントサイズと同じに*/
	font-size: 14px; /* for IE8 */
	font-size: 1.4rem;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
    list-style: none;
	margin-left: 20px;
}

img {
	vertical-align: top;
	border:0;
	line-height:0;
	font-size:0;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
	font-style:normal;
}




/* -----------------------------------------------------------------------------
     clearfix
----------------------------------------------------------------------------- */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}



/* -----------------------------------------------------------------------------
     margin・padding
----------------------------------------------------------------------------- */
.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}

.mr0{margin-right:0px !important;}
.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}
.mr60{margin-right:60px !important;}
.mr70{margin-right:70px !important;}
.mr80{margin-right:80px !important;}

.ml0{margin-left:0px !important;}
.ml10{margin-left:10px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml70{margin-left:70px !important;}
.ml80{margin-left:80px !important;}

.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}
.pb60{padding-bottom:60px !important;}
.pb70{padding-bottom:70px !important;}
.pb80{padding-bottom:80px !important;}

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}
.pt60{padding-top:60px !important;}
.pt70{padding-top:70px !important;}
.pt80{padding-top:80px !important;}

.pr0{padding-right:0px !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px !important;}
.pr60{padding-right:60px !important;}
.pr70{padding-right:70px !important;}
.pr80{padding-right:80px !important;}

.pl0{padding-left:0px !important;}
.pl10{padding-left:10px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}
.pl60{padding-left:60px !important;}
.pl70{padding-left:70px !important;}
.pl80{padding-left:80px !important;}


/* -----------------------------------------------------------------------------
     テキスト
----------------------------------------------------------------------------- */
.txt-gothic {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
}

.align_l{text-align:left;}
.align_r{text-align:right;}
.align_c{text-align:center;}

.bold {font-weight: bold !important;}

.float_r{
	float:right;
	display:inline;
}
.float_l{
	float:left;
	display:inline;
}

.smaller {font-size:smaller;}
.bigger {font-size:larger;}

em {color:#F00; font-style:normal;}


/* -----------------------------------------------------------------------------
     画像透明
----------------------------------------------------------------------------- */
a:hover img.opa {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    zoom: 1;
}

/* --------------------------------------------------
  画像
-------------------------------------------------- */

.img_right {
    float: right;
    padding: 0 0 10px 10px;
    display: block;
}


/* -----------------------------------------------------------------------------
     fluid image
----------------------------------------------------------------------------- */
.fluid_img {
	max-width: 100%;
	height: auto;
	width: auto\9;/* IE8 */
}
.fluid_img_bkg {
	background-size:cover;
	/*background-size:100% auto; またはこっち*/
}

/* -----------------------------------------------------------------------------
     iPhoneでinputの角丸をなくしたいとき
----------------------------------------------------------------------------- */
input[type="text"], input[type="button"], input[type="submit"] {
	-webkit-appearance: none; /* 影を消す */
	border-radius: 0; /* 角丸を消す */
}


/* -----------------------------------------------------------------------------
     基本テーブル
----------------------------------------------------------------------------- */
table {
	border-bottom:#000 1px solid;
	border-right:#000 1px solid;
	margin-bottom:50px;
}
table th, table td {
	padding:30px 20px;
	border-top:#000 1px solid;
	border-left:#000 1px solid;
}
table th {
	background-color:#f6f6f6;
	text-align:center;
	vertical-align:middle;
}
table td {
	text-align:left;
}



/* -----------------------------------------------------------------------------
 body
----------------------------------------------------------------------------- */
body {
	width: 100%;
	background-color:#FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#000;
}
a {
	color:#000;
}
a:hover {
}
p {
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	width: 100%;
	background-color:#eeeeee;
}
header .contents {
	width: 100%;
	background-color: #eeeeee;
	background-size: cover;
}
header h1 {
	padding:30px 0;
}
header h1 img {
	margin-left:40%;
	margin-right:5%;
	display:block;
	width:55%;
	height: auto;
	width: auto\9;/* IE8 */
}



/*==========================================
 ナビのスタイル
===========================================*/
#globalNavi {
	width: 100%;
	background:#2c2c2c url(../images/common/bkg_nav.png) repeat-x bottom center;
	border-top:#fff 2px solid;
}
#globalNavi ul {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	padding-top:10px;
}
#globalNavi ul li img {
	max-width: 100%;
	height: auto;
	width: auto\9;/* IE8 */
}
#globalNavi ul li {
	display:none;
}
#globalNavi ul li.home {
	float:none;
	width:100%;
	display:block;
	text-align:center;
	margin:5px 0;
}
#globalNavi ul li.home img {
	max-width:100px;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}




/*==========================================
 ページトップへ戻る
===========================================*/
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 65px;
    height: 67px;
    display: none;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
	background:url(../images/common/to_top.png) no-repeat top left;
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


/* -----------------------------------------------------------------------------
 コンテンツエリア全体のスタイル
----------------------------------------------------------------------------- */
section .contents {
	line-height:1.78;
}
.txt-box {
	margin-left:3.5%;
	margin-right:3.5%;
}
.pic-box img {
	width: 100%;
	height: auto;
	width: auto\9;/* IE8 */
}
#deep .contents .pic-box img, #ergodrive .contents .pic-box img, #serapm .contents .pic-box img {
	width:auto;
	max-width:100%;
}
.txt-box h2 {
	text-align:center;
	padding:0 5%;
}
.txt-box h2 img {
	max-width: 100%;
	height: auto;
	width: auto\9;/* IE8 */
}


/* -----------------------------------------------------------------------------
 フッターのスタイル
----------------------------------------------------------------------------- */
footer {
	background-color:#f6ebb9;
	color:#75682e;
	padding:20px 0 0;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	font-size:1.2rem;
}
footer .contents {
	margin-left:4.5%;
	margin-right:4.5%;
	padding-bottom:20px;
}
footer .contents h1 {
	padding:0 30%;
	text-align:center;
	margin-bottom:20px;
}
footer .contents h1 img {
	max-width: 100%;
	height: auto;
	width: auto\9;/* IE8 */
}
footer .contents dl {
	line-height:2.1;
	margin-bottom:25px;
}
footer .contents dl dt {
	float:left;
	clear:left;
	width:20%;
}
footer .contents dl dd {
	float:left;
	width:80%;
}
div.iframe-content {
    position: relative;
    width: 100%;
    padding: 60% 0 0 0;
}
div.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#googleMap {
    position: relative;
    width: 100%;
    padding:0;
	height: 400px;
}
footer .contents p.fb-btn {
	text-align:center;
	margin-bottom:20px;
}
footer .contents p.fb-btn img {
	max-width: 100%;
	height: auto;
	width: auto\9;/* IE8 */
}
footer p.copy {
	background-color:#bdac47;
	text-align:center;
	color:#fff;
	padding:10px 0;
}



/*==========================================
 ページトップへ戻る
===========================================*/
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 65px;
    height: 67px;
    display: none;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
	background:url(../images/common/to_top.png) no-repeat top left;
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


/* 新着  --------------- */
#news .contents {
	margin-top:20px;
	margin-bottom:20px;
}
#news dl {
	font-size:12px;
	font-size:1.2rem;
	font-family: 'Roboto', sans-serif;
	margin-bottom:15px;
	margin-left:3.5%;
	margin-right:3.5%;
}
#news dl dt {
	color:#fff;
	text-align:center;
	width:105px;
}
#news dl.campaign dt {
	background-color:#e7a83d;
}
#news dl.event dt {
	background-color:#3bb36f;
}
#news dl.news dt {
	background-color:#326dac;
}
#news dl dd:nth-child(2) {
	font-weight:bold;
}

/* 究極の癒し空間が貴女をお待ちしています。  --------------- */
#waitforyou {
	background:#efdd76 url(../images/top/bkg_wait.jpg) repeat-x left top;
}

/* 究極の癒し空間が貴女をお待ちしています。  --------------- */
#waitforyou {
	background:#efdd76 url(../images/top/bkg_wait.jpg) repeat-x left top;
}
#waitforyou .contents {
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
}
#waitforyou .contents h2 {
	font-size:18px;
	font-size:1.8rem;
	line-height:1.5;
	margin-bottom:10px;
	margin-left:3.5%;
	margin-right:3.5%;
}
#waitforyou .contents h3 {
	font-size:16px;
	font-size:1.6rem;
	line-height:1.5;
	margin-bottom:10px;
	margin-left:3.5%;
	margin-right:3.5%;
}
#waitforyou .contents p {
	text-align:left;
	margin-left:3.5%;
	margin-right:3.5%;
}

/* ケトジェニックダイエット  --------------- */
#ketogenic .contents .txt-box {
	margin-top:40px;
	margin-bottom:40px;
}
#ketogenic .contents .txt-box h2 {
	margin-bottom:20px;
}

/* エンダモリフト  --------------- */
#ergolift {
	background-color:#000;
	color:#fff;
}
#ergolift .contents .txt-box {
	margin-top:40px;
	margin-bottom:40px;
}
#ergolift .contents .txt-box h2 {
	margin-bottom:20px;
}
#ergolift .contents .pic-box {
	text-align:center;
}

/* deep  --------------- */
#deep {
  background:#FFF url(../images/top/bkg_deep.jpg) no-repeat center top;
  min-height: 535px;
}
#deep .contents .txt-box {
	margin-top:120px;
	margin-bottom:40px;
}
#deep .contents .txt-box h2 {
	margin-bottom:20px;
}

#deep .contents .txt-box .btn a{
  background-color: #FFF;
  opacity: 0.7;
}
#deep .contents .pic-box {
	text-align:center;
}

/* エルゴドライブ  --------------- */
#ergodrive {
}
#ergodrive .contents .txt-box {
	margin-top:40px;
	margin-bottom:40px;
}
#ergodrive .contents .txt-box h2 {
	margin-bottom:20px;
}
#ergodrive .contents .pic-box {
	text-align:center;
}

/* SERAPM BODY P4  --------------- */
#serapm {
}
#serapm .contents .txt-box {
	margin-top:40px;
	margin-bottom:40px;
}
#serapm .contents .txt-box h2 {
	margin-bottom:20px;
}

/* GREEN PEEL  --------------- */
#greenp {
	background-color:#e5f0e7;
}
#greenp .contents .txt-box {
	margin-top:40px;
	margin-bottom:40px;
}
#greenp .contents .txt-box h2 {
	margin-bottom:20px;
}
p.p-btn {
	text-align:center;
	padding-top:30px;
}
p.p-btn img {
	max-width: 100%;
	height: auto;
	width: auto\9;/* IE8 */
}


/* HYDROGEN  --------------- */
#hydrogen {
	background-color:#000;
	color:#fff;
}
#hydrogen .contents .txt-box {
	margin-top:40px;
	margin-bottom:40px;
}
#hydrogen .contents .txt-box h2 {
	margin-bottom:20px;
}
#hydrogen .contents .txt-box p {
    margin-bottom: 30px;
}

/* 予約・問い合わせ  --------------- */
#inquiry {
	background-color:#231209;
	color:#Fff;
}
#inquiry .contents {
	padding-top:45px;
	padding-bottom:45px;
	text-align:center;
}
#inquiry .contents h2 {
	font-size:18px;
	font-size:1.8rem;
	line-height:1.5;
	margin-bottom:20px;
	margin-left:3.5%;
	margin-right:3.5%;
}
#inquiry .contents p {
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:20px;
}
#inquiry .contents .cf address {
	margin-bottom:20px;
}
#inquiry .contents .cf p {
	margin-bottom:0;
	text-align:center;
}
#inquiry .contents .cf p img {
	max-width: 100%;
	height: auto;
	width: auto\9;/* IE8 */
}


/*---------------------------------------------------------------------------
201706更新
---------------------------------------------------------------------------*/
#ergolift .btn{
}

#ergolift .btn a{
	color:#FFF;
	border:1px solid #FFF;
	border-radius:5px;
	display: block;
	outline: none;
	padding:5px;
	text-align:center;
	margin:20px auto 0px;
	font-size:1.6rem;
		width:250px;
}

#ergodrive .btn{

}
#deep .btn a, #ergodrive .btn a{
	color:#000;
	border:1px solid #000;
	padding:5px;
	text-align:center;
	border-radius:5px;
	font-size:1.6rem;
	margin:20px auto 0px;
	display: block;
	outline: none;
	width:250px;
}

#deep .btn a:hover, #ergolift .btn a:hover, #ergodrive .btn a:hover{
	opacity: 0.7;
}


/* 究極の癒し空間が貴女をお待ちしています。  --------------- */
#seminar {
	background:#efdd76 url(../images/top/bkg_wait.jpg) repeat-x left top;
}
#seminar article {
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
}
#seminar article#intro h2 {
	font-size:18px;
	font-size:1.8rem;
	line-height:1.5;
	margin-bottom:10px;
	margin-left:3.5%;
	margin-right:3.5%;
}
#seminar article#intro h3 {
	font-size:16px;
	font-size:1.6rem;
	line-height:1.5;
	margin-bottom:10px;
	margin-left:3.5%;
	margin-right:3.5%;
}
#seminar article p {
	text-align:left;
	margin:0px 3.5% 3.5%;
	line-height:1.8;
}

#seminar article li {
	text-align: left;
	margin-bottom: 5px;
	line-height: 1.8;
	font-size: 15px;
	font-size: 1.5rem;
	margin-left: 1.2rem;
    text-indent: -1.2rem;

}

#seminar article a{
	font-weight:bold;
}

#seminar article a:hover{
	opacity:0.7;
	text-decoration: underline;
}

#seminar article a::after{
	content: url(../images/common/ico_link.png);
	margin:0px 5px 0px 3px;
}


#seminar article#info{
	background-color: #FFF;
	padding:50px 10px;
}

#seminar article#info figure img{width:100%;}

	
#seminar article#info figcaption{
	font-size:12px;
	font-size:1.2rem;
	margin:10px;
	line-height:1.5;
	text-align:left;
}


#seminar article#info h3 {
	text-align: left;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 10px;
    border-bottom: 3px solid #46BBEE;
    border-top: 3px solid #46BBEE;
    padding: 10px 5px;
}

#seminar article#info h3 a{
}

#seminar article#info h4{
	text-align: left;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-top: 50px;
	background-color: #EEF8FD;
	padding: 5px 10px;
}

#seminar article#info h5{
	text-align:left;
	font-size:14px;
	font-size:1.6rem;
	line-height:1.5;
	margin-bottom:10px;
	margin-top:30px;
	border-bottom: 1px dotted;
    padding-bottom: 5px;
	color:#E9619B;
	
}

#ketogenic .btn01{
	text-align:center;
	width:240px;
	border:1px solid;
	box-sizing: border-box;
	font-size:18px;
	font-size:1.8rem;
	border-radius: 5px;
	display: block;
	font-weight:bold;
	margin:20px auto 20px auto;
}

#ketogenic .btn02{
	text-align:center;
	width:240px;
	border:1px solid;
	box-sizing: border-box;
	font-size:18px;
	font-size:1.8rem;
	border-radius: 5px;
	display: block;
	font-weight:bold;
	margin:20px auto 20px auto;
}

#ketogenic .btn01 a, #ketogenic .btn02 a{
	display: block;
	padding:20px;
	border-radius:5px;
}

#ketogenic .btn01 a:hover, #ketogenic .btn02 a:hover{
	background-color:#F0F9FE;
	display: block;
}


/* PC向けおよびタブレット向けのレイアウトの指定：640px〜 */
@media screen and (min-width: 640px) {
/*==========================================
 ヘッダーのスタイル
===========================================*/
header h1 {
	padding:30px 0;
}
header h1 img {
	margin-left:55%;
	margin-right:15%;
	display:block;
	width:30%;
	height: auto;
	width: auto\9;/* IE8 */
}
	
#seminar article#info .course {
	width: 50%;
	float: left;
	padding-right: 20px;
}

#seminar article#info figure.f01{
	float:left;
	width: 23%;
}

#seminar article#info figure.f02{
	float:right;
	width: 23%;
}


#seminar article#info figure img{
	width:100%;
}


/* -----------------------------------------------------------------------------
 コンテンツエリア全体のスタイル
----------------------------------------------------------------------------- */
.txt-box p {
	line-height:1.8;
}
.txt-box p.smaller {
	font-size:12px;
	font-size:1.2rem;
	margin-top:20px;
}


/* -----------------------------------------------------------------------------
 フッターのスタイル
----------------------------------------------------------------------------- */
footer {
	padding:40px 0 0;
}
footer .contents {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
footer .contents h1 {
	float:left;
	width:20%;
	margin-right:5%;
	padding:0;
}
footer .contents h1 img {
}
footer .contents p.fb-btn {
	float:right;
	width:75%;
	text-align:left;
}
footer .contents dl {
	float:right;
	width:75%;
}
footer .contents dl dd br {
	display:none;
}
div.iframe-content {
	clear:both;
}
footer p.copy {
	padding:20px 0;
}


/* ケトジェニックダイエット  --------------- */
#ketogenic .contents .txt-box {
	float:right;
	margin-left:0;
	margin-right:0;
	width:50%;
	margin-top:80px;
}
#ketogenic .contents .pic-box {
	float:left;
	width:50%;
}
#ketogenic .contents .txt-box p {
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
	font-size:1.6rem;
}

/* エンダモリフト  --------------- */

/* deep  --------------- */
#deep .contents .txt-box {
	float:right;
	margin-left:0;
	margin-right:0;
	width:50%;
	margin-top:80px;
}
#deep .contents .pic-box {
	float:left;
	width:45%;
	margin-left:5%;
	text-align:left;
}
#deep .contents .txt-box p {
	padding-left:20px;
	padding-right:20px;
}

/* エルゴドライブ  --------------- */
#ergodrive .contents .txt-box {
	float:right;
	margin-left:0;
	margin-right:0;
	width:50%;
	margin-top:80px;
}
#ergodrive .contents .pic-box {
	float:left;
	width:45%;
	margin-left:5%;
	text-align:left;
}
#ergodrive .contents .txt-box p {
	padding-left:20px;
	padding-right:20px;
}

/* SERAPM BODY P4  --------------- */
#serapm .contents .txt-box {
	float:left;
	margin-left:0;
	margin-right:0;
	width:50%;
	margin-top:80px;
}
#serapm .contents .pic-box {
	float:right;
	width:45%;
	margin-right:5%;
	text-align:right;
}
#serapm .contents .txt-box p {
	padding-left:20px;
	padding-right:20px;
}

/* GREEN PEEL  --------------- */

/* HYDROGEN  --------------- */
#hydrogen .contents .txt-box {
	float:right;
	margin-left:0;
	margin-right:0;
	width:50%;
}
#hydrogen .contents .pic-box {
	float:left;
	width:50%;
}
#hydrogen .contents .txt-box p {
	padding-left:20px;
	padding-right:20px;
}

/* 予約・問い合わせ  --------------- */
#inquiry {
}
#inquiry .contents {
}
#inquiry .contents h2 {
	font-size:30px;
	font-size:3.0rem;
	margin-left:0;
	margin-right:0;
}
#inquiry .contents p {
	font-size:16px;
	font-size:1.6rem;
	text-align: center;
	margin-left:0;
	margin-right:0;
	margin-bottom:45px;
}
#inquiry .contents .cf {
	margin:0 auto;
	width:640px;
}
#inquiry .contents .cf address {
	margin-bottom:20px;
	width:300px;
	float:left;
}
#inquiry .contents .cf p {
	width:311px;
	float:right;
}
}


/* PC向けおよびタブレット向けのレイアウトの指定：700px〜 */
@media screen and (min-width: 700px) {

#ergolift .contents .pic-box {
	text-align:right;
}
#ergolift .contents .pic-box img {
    width: auto;
}
#greenp .contents .pic-box {
	text-align:right;
}
#greenp .contents .pic-box img {
    width: auto;
}
}




/* PC向けおよびタブレット向けのレイアウトの指定：915px〜 */
@media screen and (min-width: 915px) {


/*==========================================
 ナビのスタイル
===========================================*/
#globalNavi {
	width: 100%;
	background:#2c2c2c url(../images/common/bkg_nav.png) repeat-x bottom center;
	border-top:#fff 2px solid;
}
#globalNavi ul {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	padding-top:10px;
}
#globalNavi ul li img {
	max-width: 100%;
	height: auto;
	width: auto\9;/* IE8 */
}
#globalNavi ul li {
	float:left;
	width:14%;
	text-align:center;
	display:block;
}
#globalNavi ul li.home {
	float:left;
	width:13%;
	margin:0;
}
#globalNavi ul li.home img {
	max-width:100px;
}
#globalNavi ul li.store {
	width:25%;
}
#globalNavi ul li.reserve {
	width:20%;
	display:block;
}
#globalNavi ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:22px 0 0;
	cursor: pointer;
}
#globalNavi ul li.home a, #globalNavi ul li.reserve a {
	padding:0;
}
#globalNavi ul li a:hover {
	color:#d8d6d6;
}
}




/* PC向けおよびタブレット向けのレイアウトの指定：1200px〜 */
@media screen and (min-width: 1200px) {

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
}
header .contents {
	width: 1200px;
	height:594px;
	margin-left:auto;
	margin-right:auto;
	background-size: auto;
	position:relative;
}
header h1 {
	position:absolute;
	top:200px;
	left:650px;
	padding:0;
}
header h1 img {
	margin-left:0;
	margin-right:0;
	width: auto;
}

/* -----------------------------------------------------------------------------
 フッターのスタイル
----------------------------------------------------------------------------- */
footer {
}
footer .contents {
	width:1000px;
}
footer .contents .ft-lg {
	width:420px;
	margin-right:20px;
	float:left;
}
footer .contents h1 {
	width: auto;
	margin-right:0;
	padding:0;
	float:none;
}
footer .contents h1 img {
	width:150px;
	height:auto;
}
footer .contents dl {
	width: auto;
}
footer .contents dl dt {
	width:65px;
}
footer .contents dl dd {
	width:350px;
}
footer .contents dl dd br {
	display:none;
}
div.iframe-content {
	width:550px;
	float:right;
    padding: 359px 0 0 0;
	margin-bottom:0;
	clear:none;
}
div#googleMap {
	width:550px;
	float:right;
    padding:0;
	height: 359px;
	clear:none;
}
footer .contents p.fb-btn {
	width:425px;
	float:left;
	text-align:left;
}




/* -----------------------------------------------------------------------------
 コンテンツエリア全体のスタイル
----------------------------------------------------------------------------- */
section .contents {
	width: 1150px;
	margin-left:auto;
	margin-right:auto;
}
.pic-box img {
	width: auto;
}


/* 新着  --------------- */
#news .contents {
	margin-top:35px;
	margin-bottom:35px;
	width:1000px;
}
#news dl {
	margin-bottom:8px;
	margin-left:0;
	margin-right:0;
}
#news dl dt {
	width:105px;
	float:left;
}
#news dl dd:nth-child(2) {
	float:left;
	width:115px;
	text-align:center;
}
#news dl dd:nth-child(3) {
	float:left;
	width:770px;
}


/* 究極の癒し空間が貴女をお待ちしています。  --------------- */
#waitforyou {
}
#waitforyou .contents {
	padding-top:60px;
	padding-bottom:70px;
}
#waitforyou .contents h2 {
	font-size:32px;
	font-size:3.2rem;
	margin-bottom:35px;
	margin-left:0;
	margin-right:0;
}
#waitforyou .contents h3 {
	font-size:18px;
	font-size:1.8rem;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
}
#waitforyou .contents p {
	text-align: center;
	margin-left:0;
	margin-right:0;
	font-size:15px;
	font-size:1.5rem;
}





/* ケトジェニックダイエット  --------------- */
#ketogenic .contents .txt-box {
	width:550px;
	margin-top:150px;
}
#ketogenic .contents .pic-box {
	width:600px;
}
#ketogenic .contents .txt-box h2 {
    margin-bottom: 60px;
}
#ketogenic .contents .txt-box p {
	padding-left:40px;
	padding-right:40px;
}

/* エンダモリフト  --------------- */
#ergolift .contents .txt-box {
	float:left;
	margin-right:0;
	width:261px;
	margin-left:95px;
	margin-top:80px;
}
#ergolift .contents .pic-box {
	float:right;
	width:726px;
}
#ergolift .contents .txt-box h2 {
	text-align:left;
	padding:0;
}
#ergolift .contents .txt-box p {
	padding-left:0;
	padding-right:0;
}

/* deep  --------------- */
#deep .contents .txt-box {
	width:390px;
	margin-right:100px;
	margin-top:115px;
}
#deep .contents .pic-box {
	width:560px;
	margin-left:100px;
	text-align:left;
}
#deep .contents .txt-box h2 {
    margin-bottom: 30px;
}
#deep .contents .txt-box p {
	padding-left:0;
	padding-right:0;
}

/* エルゴドライブ  --------------- */
#ergodrive .contents .txt-box {
	width:390px;
	margin-right:100px;
	margin-top:115px;
}
#ergodrive .contents .pic-box {
	width:560px;
	margin-left:100px;
	text-align:left;
}
#ergodrive .contents .txt-box h2 {
    margin-bottom: 30px;
}
#ergodrive .contents .txt-box p {
	padding-left:0;
	padding-right:0;
}

/* SERAPM BODY P4  --------------- */
#serapm .contents .txt-box {
	width:390px;
	margin-left:100px;
	margin-top:110px;
}
#serapm .contents .pic-box {
	width:560px;
	margin-right:100px;
	text-align:right;
}
#serapm .contents .txt-box h2 {
    margin-bottom: 30px;
}
#serapm .contents .txt-box p {
	padding-left:0;
	padding-right:0;
}

/* GREEN PEEL  --------------- */
#greenp .contents .txt-box {
	float:left;
	margin-left:100px;
	margin-top:110px;
	margin-right:0;
	width:448px;
}
#greenp .contents .pic-box {
	float:right;
	width:602px;
}
#greenp .contents .txt-box p {
	padding-left:0;
	padding-right:0;
}
#greenp .contents .txt-box h2 {
    margin-bottom: 30px;
}

/* HYDROGEN  --------------- */
#hydrogen .contents .txt-box {
	width:310px;
	margin-right:100px;
	margin-top:70px;
}
#hydrogen .contents .txt-box h2 {
	padding:0;
	text-align:left;
    margin-bottom: 30px;
}
#hydrogen .contents .pic-box {
	width:640px;
	margin-left:100px;
	text-align:left;
}
#hydrogen .contents .txt-box p {
	padding-left:0;
	padding-right:0;
}


/* 予約・問い合わせ  --------------- */
#inquiry .contents .cf {
	width:755px;
}



	
/* 究極の癒し空間が貴女をお待ちしています。  --------------- */
#seminar article .contents2{
	width:960px;
	margin:auto;
}
#seminar article#intro {
}
#seminar article {
	padding-top:60px;
	padding-bottom:70px;
}
#seminar article#intro h2 {
	font-size:32px;
	font-size:3.2rem;
	margin-bottom:35px;
	margin-left:0;
	margin-right:0;
}
#seminar article#intro h3 {
	font-size:18px;
	font-size:1.8rem;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
}
	
#seminar article#intro p {
	text-align: center;
	line-height: 1.8;
}
#seminar article p {
	margin:0px 0px 15px;
	font-size:15px;
	font-size:1.5rem;
}
	
#ketogenic .btn01{
	width:200px;
	margin:20px 0px 20px 40px;
	float:left;
}

#ketogenic .btn02{
	width:240px;
	margin:20px 40px 20px 0px;
	float:right;
}	
}
