@charset "utf-8";

.SpOnly { display:none; }
.PcOnly { display:block; }

*{ margin:0; padding:0; font-size: 11pt; color: #333;}

body{
	margin: 0;
	padding: 0;
	line-height:1.5;
	color:#333;
/*  影付きの枠線を縦に描画
	background-color: transparent;
	background-attachment: scroll;
	background-position: 50% 0%;
	background-image: url("/common/images/bg.gif");
	background-repeat: repeat-y;
*/
}

/* -----------------------------------------------
   汎用-マージンサイズ
   -------------------------------------------- */
.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; }
.mt45 { margin-top:45px !important; }
.mt50 { margin-top:50px !important; }
.mt55 { margin-top:55px !important; }
.mt60 { margin-top:60px !important; }
.mt65 { margin-top:65px !important; }
.mt70 { margin-top:70px !important; }
.mt75 { margin-top:75px !important; }
.mt80 { margin-top:80px !important; }
.mt85 { margin-top:85px !important; }
.mt90 { margin-top:90px !important; }
.mt95 { margin-top:95px !important; }
.mt100 { margin-top:100px !important; }
.mt110 { margin-top:110px !important; }
.mt115 { margin-top:115px !important; }
.mt120 { margin-top:120px !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; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !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; }


/* -----------------------------------------------
   汎用-フォントサイズ
   -------------------------------------------- */
.FsL {
	font-size:26px;
	line-height:1.3 !important;
}


/* -----------------------------------------------
   汎用-フォントカラー
   -------------------------------------------- */
.Note {	color:#c50000; } /*注釈用*/

.blue {	color:blue; }

a{
	color: #017acd
}

.txtcenter{
	text-align:center;
}

h2{
	width:85%;
	height:30px;
	font-size:120%;
	font-weight:bold;
	color: #2F4F4F;
	line-height: 1.5;
	margin:30px 5px 5px 50px;
	padding:0 0 0 10px;
	border-left:5px solid #A1D353;
	border-bottom:1px solid #A1D353;
}

.left{
	float: left;
}
.right{
	float: right;
}

/* トップスライド用 */
.bgstretcher-area { text-align: left; }
.bgstretcher,
 .bgstretcher UL, .bgstretcher UL LI {
    position: absolute;
    top: 0;
    left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bgstretcher {
    background: black;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 1;
    _position: absolute; /*IE6 doesn't support fixed positioning*/
    top: 0;
    left: 0;
}


/* 中央寄せ用の枠 */
.centerWaku{
	text-align:center;
	width:100%;
}


/* トップページ ヘッダー */
#topHeadimg {
	width: 100%;
	height:550px;
	margin: 0;
	padding:0;
	overflow: hidden;
	position:relative;
}
#topHeadbox {
	position:absolute;
	top:70px;
	z-index:3;
	padding:0;
	height:400px;
	width:100%;
	/* border:1px solid red; */
}
#topHeadbox2 {
	/* padding:10px; */
	/* margin:0 40px; */
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	max-width:100%;
	height:360px; !important;
	background-color:rgba(255,255,255,0.75);
	color:#FF9;
	font-size:18px;
	/* border:1px solid blue; */
}


/* 通常ページ ヘッダー */
#headimg {
	width: 100%;
	height:400px;
	margin: 0;
	padding:0;
	overflow: hidden;
	position:relative;
}


#headbox {
	position:absolute;
	top:15px;
	z-index:3;
	padding:0;
	height:370px;
	width:100%;
	/*border:1px solid red;*/
}

#headbox2 {
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	max-width:100%;
	height:360px; !important;
	background-color:rgba(255,255,255,0.75);
	color:#FF9;
	font-size:20px;
	/*border:1px solid blue;*/
}

#headbox2 table{
	width:600px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	background-color:rgba(255,255,255,0.01);
}

#headbox2 img{
	margin:0 20px;
}


.HeadCopy1{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size:70px;
	font-weight:800;
	font-style: normal;
	text-align:center;
	color:#7b8d42;
	margin-bottom:5px;
}
.HeadCopy2{
	text-align:center;
	color:#333;
	font-size:30px;
	font-weight:bold;
	margin-bottom:5px;
}
.HeadCopy3{
	text-align:center;
	color:#333;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
.HeadCopySp1{
	/*font-family: "M PLUS Rounded 1c", sans-serif;*/
	font-size:46px;
	font-weight:800;
	font-style: normal;
	line-height:1.1;
	text-align:center;
	color:#7b8d42;
	margin-top:10px;
	margin-bottom:5px;
}
.HeadCopySp2{
	line-height:1.1;
	text-align:center;
	color:#333;
	font-size:30px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
}
.HeadCopySp3{
	line-height:1.1;
	text-align:center;
	color:#333;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
.showMe{
	float:right;
	margin-left:8px;
	margin-right:0px;
	width:286px;">
}
/* コンテナの背景画像 */
#backImg {
	margin:0;
	padding:0;
	background-color: #DDFF99;
}

/* コンテナ */
#container {
	color:red;
	width: 820px;
	padding-top:10px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.77);
}

.info{
	margin:10px 5px 5px 80px;
}

.bunner{
	width:100%;
	/*border:1px solid red;*/
	text-align:center;
}

.bunner .box{
	display: inline-block;
	margin:2px 10px;
}

.txtcenter{
	text-align:center;
}
.hope{
	padding-top:10px;
	padding-bottom:10px;
	margin:0px 2px 5px 70px;
}
.hope2{
	text-align:center;
}
.hope3{
	margin:0px 2px 5px 70px;
}
.hope table tr td{
	background-color:#efcd9a;
	padding:5px;
}
.useMsg1{
	margin:0px 2px 2px 70px;
}
.useMsg2{
	margin:-15px 2px 2px 70px;
}
.useTxt{
	border:1px solid #CCC;
	border-radius : 10px;
	margin:5px 5px 15px 0;
	padding:4px 4px 4px 8px;
	background-color:#efcd9a;
}
.actTxt p {
	margin-top:8px;
}
.actDiv{
	border:1px solid #CCC;
	border-radius : 10px;
	margin:5px 5px 15px 0;
	padding:4px 4px 8px 8px;
	background-color:#efcd9a;
}
.actTxt .actImg{
	width:238px;
}
.actTxt .actMsg{
	display: table-cell;
	vertical-align: middle;
	width:462px;
	padding:5px 5px 3px 10px;
}
h1.open{
	font-size:16pt;
	margin:8px 50px;
	text-align:center;
}

h1.msg{
	font-size:16pt;
	margin:8px 50px;
	text-align:left;
}


/* メニュー */
#menubox {
	text-align:center;
	width:100%;
	background-color:#2f5d50;
	padding:2px;
}
#menu {
	margin-right:auto;
	margin-left:auto;
	margin-top:3px;
	margin-bottom:0px;
}
#menu ul{
list-style: none; 
padding:0;
margin:0;
}
#menu li{
padding: 0; 
margin: 0;
/*float: left;*/
display:inline-block;
}
#menu li a{
display: block;
/* width: 80px; */
/* border-bottom: 2px solid #A1D353; */
text-decoration: none;
color: #FFF;
padding: 0px 10px 0px 10px;
margin: 0px 2px;
text-align: left;
font-size: 16px;
height:22px;
}
#menu li a:hover{
/*background:url(/common/images/arrow.gif) no-repeat left center;*/
border-bottom: 2px solid red;
font-weight:bold;
}

#menu li.thisPage a{
	border-bottom: 2px solid blue;
	font-weight:bold;
}

ul.shopImg {
	margin-left:50px;
}

ul.shopImg li {
	display:inline-block;
	margin-left:30px;
}
ul.shopImg li img {
	width:320px;
	margin:5px 0;
}

/* ----- News ----- */
#News {
	width:460px;
	margin-top:10px;
	margin-left:180px;
	box-shadow:4px 4px 4px;
	background-color:#ddffbc;
}

#News .title {
	float:left;
	margin-left:20px;
}

#News .title p{
	margin-top:10px;
	font-size:110%;
}

#News .comment {
	float:left;
	margin-left:20px;
	font-size:90%;
	padding:5px;
}

/* ----- TEST ----- */
/* 角丸 */
.radius5 {
    background: #76c7c1;
    border-radius: 5px;
    color: #fff;
    font-size: 105%;
    margin-bottom: 0.5em;
    padding: 3px 10px;
	width:150px;
}



/* ----- トップ画像6枚 ----- */
.job{
	margin:15px auto 20px 52px;
}

.job li {
	display: inline-block;
	width:236px;
	margin:5px 0 0 0;
}

.job img{
	border:1px solid #AAA;
	width:234px;
}

.job li p{
	margin:0;
	padding:2px;
	font-size:10pt;
	line-height:1;
}

/* ----- MAP ----- */
img.map{
	margin:10px auto !important;
}

.Gmap {
	margin-top:20px;
	width:818px;
	height:600px;
	border:1px solid #CCC;
}

/* ----- HOME ----- */
#page_top table.recruit{
	margin:0;
	padding:0;
	background-color: rgba(255, 255, 255, 0);
}

#page_top table.recruit tr td{
	text-align:left;
	vertical-align: top;
}

#page_top p.address{
	margin:0 auto;
	display:inline-block;
	text-align:left;
	line-height:1.5;
}

#page_top p.Title{
	font-weight:bold;
}
/* ----- スタッフ募集 ----- */

#page_recruit table.recruit{
	margin:0;
	padding:0;
	background-color: rgba(255, 255, 255, 0);
}

#page_recruit table.recruit tr td{
	text-align:left;
	vertical-align: top;
}

#page_recruit p.address{
	margin:0 auto;
	display:inline-block;
	text-align:left;
	line-height:1.5;
}

#page_recruit p.Title{
	font-weight:bold;
}
/* ----- 猫背改善 ----- */
#treatment1 .photo1 img{
	float:left;
	width:250px;
	margin:20px;
}
#treatment1 .photo2 img{
	float:right;
	width:250px;
	margin:20px;
}
#treatment1 .text{
	margin:30px 20px;
}

/* ----- 骨盤改善 ----- */
#treatment2 .photo1{
	float:left;
	width:200px;
	margin-bottom:20px;
	margin-top:40px;
}

#treatment2 .text{
	float:left;
	margin-top:70px;
	margin-left:30px;
	width:420px
}

/* フッター */
#footer{
	width:100%;
	margin-top: 0px;
	padding-top: 3px;
	border-top:5px solid #A1D353;
	text-align:center;
}

#footer p{
	line-height:1.3;
	font-size:12pt;
}

.center{
	margin-left:auto;
	margin-right:auto;
}

#footer table.SnsTb {
	width:300px;
	margin:3px auto;
}

#footer img.SnsImg {
	height:40px;
	margin-top:3px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:3px;
}
#footer img.SnsImgLine {
	height:36px;
}
.txtBtn{
  display       : inline-block;
  border-radius : 3px;        /* 角丸       */
  font-size     : 12pt;       /* 文字サイズ */
  text-align    : center;     /* 文字位置   */
  cursor        : pointer;    /* カーソル   */
  padding       : 4px 6px 2px 6px;
  background    : #990000;    /* 背景色     */
  color         : #ffffff;    /* 文字色     */
  line-height   : 1em;        /* 1行の高さ  */
  border        : 1px solid #990000;    /* 枠の指定 */
}

.require{
	color:#ff8c00;
}

/* -- 予約 -- */
#HotLink a {
	color:red;
	font-size:18px;
	font-weight:bold;
}

#HotLink table {
	width:370px;
	box-shadow:4px 4px 4px;
}

/* -- youtube -- */
.youtubeBox {
	margin:20px auto 0px auto;
	width:562px;
	text-align:center;
}
.youtubeFrame{
	width:560px;
	height:315px;
	margin-bottom:50px;
}

/* --- ClearFix --- */
.clearfix:after{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
 
.clearfix{
    display: inline-block;
}
 
/* Hides from IE Mac \*/
* html .clearfix{
    height: 1px;
}
 
.clearfix{
    display: block;
}

/* ---float解除（overflow）--- */
.parent{
  overflow: hidden;
  zoom: 1; //IE6、7に対応
}