@charset "utf-8";

/***********************************************************************
　　スマホ用
***********************************************************************/
@media screen and (max-width:800px) {
h1.open{
	font-size:13pt;
	margin:8px;
}

h1.msg{
	font-size:12pt;
	margin:8px;
}
}


@media screen and (max-width:480px) {

.SpOnly { display:block; }
.PcOnly { display:none; }

.FsL {	font-size:22px;	}

body{margin:0 20px;}
#container,#content, #headbox {width:100%;}


#menu, #headimg {
	display:none;
}

#spmenu ,#spheadbox{
	display:block;
}

#spheadbox {
	margin-top:6px;
}

h2 {
	margin:10px 5px 5px 5px;
	width:95%;
}

h2.row2 {
	height:auto;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



/* #######################
#headbox {
	position:relative;
	top:20px;
	z-index:3;
	padding:0;
	height:auto;
	width:100%;
}

#headbox2 {
	height:auto;
	margin:0 10px;
}

h1.open{
	font-size:16pt;
	margin:0 20px;
	text-align:left;
}

h1.msg{
	font-size:14pt;
	margin:0 20px;
}
####################### */






/* -----------------------------------------------
   スマホメニュー
   -------------------------------------------- */
p.BtnSpMenu {
	display:block;
	cursor:pointer;
	position:absolute;
	top:13px;
	right:10px;
	width:40px;
	height:33px;
	background:url(/common/images/btn_sp_menu.png) no-repeat;
	background-size:cover;
	text-indent:-9999px;
}

p.BtnOpen {
	cursor:pointer;
	position:absolute;
	top:13px;
	width:40px;
	height:33px;
	background-size:contain;
	background:url(/common/images/btn_sp_menu.png) no-repeat;
	background-position:0 -33px;
	background-size:cover;
	text-indent:-9999px;
}

p.BtnClose {
	cursor:pointer;
	position:absolute;
	top:13px;
	right:10px;
	width:40px;
	height:33px;
	background-size:contain;
	background:url(/common/images/btn_sp_menu.png) no-repeat;
	background-size:cover;
	text-indent:-9999px;
}

div#SpMenu {
	display:block;
	width:100%;
	display:none;
	padding:5px 0;
	background:#FFF;
	border-bottom:solid 1px #c6c6c6;
}

div#SpMenu dt {
	display:block;
	position:relative;
	cursor:pointer;
	/*padding:15px 10px 15px 15px;*/
	padding:10px 10px 10px 15px;
	margin-left:20px;
}

div#SpMenu dt:after {
	content:"";
	position:absolute;
	top:50%;
	left:0px;
	width:10px;
	height:10px;
	margin:-8px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	border-top:solid 1px #000;
	border-right:solid 1px #000;
}

div#SpMenu dt.Rotate:after {
	content:"";
	position:absolute;
	top:50%;
	left:0px;
	width:10px;
	height:10px;
	margin:-8px 0 0 -10px;
	-webkit-transform: rotate(135deg);
	transform:rotate(135deg);
	border-top:solid 1px #000;
	border-right:solid 1px #000;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}

div#SpMenu dt.NoMark:after {
	content:"";
	position:absolute;
	top:50%;
	left:0px;
	width:10px;
	height:10px;
	margin:-8px 0 0 -10px;
	-webkit-transform: rotate(135deg);
	transform:rotate(135deg);
	border-top:solid 1px #FFF;
	border-right:solid 1px #FFF;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}

div#SpMenu dt a { display:block; }

/* サブメニュー */
div#SpMenu dl dd ul li a {
	display:block;
	padding:15px 10px;
	background:#f3f2f2;
	border-bottom:solid 1px #c6c6c6;
	text-decoration:none;
	position:relative;
}

div#SpMenu dl dd ul li:first-child a { border-top:solid 1px #c6c6c6; }

div#SpMenu dl dd ul li a:after {
	content:"";
	position:absolute;
	top:50%;
	right:20px;
	width:10px;
	height:10px;
	margin:-5px 0 0 0;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	border-top:solid 1px #000;
	border-right:solid 1px #000;
}

div#SpMenu dl dd { display:none; }

div#SpMenu dl dd ul li { padding:0; }

div#SpMenu dl dd ul li.first { padding:0; }


.showMe{
	float:nonet;
	margin:0 auto;
	width:100%;
	text-align:center;
}


img.map{
	margin:10px;
}

.Gmap {
	margin-top:20px;
	width:100%;
	height:300px;
	border:1px solid #CCC;
}


/* コンテナ */
#container{
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

/* ----- メニュー ----- */
ul#spmenu {
    list-style: outside none none;
    vertical-align: top;
	margin-top:6px;
	margin-right:auto;
	margin-left:auto;
	width:90%;
}


#spmenu li {
    background: #76c7c1 url("../images/icon04.png") no-repeat scroll 10px 16px;
    border-radius: 5px;
    font-size: 105%;
    margin-bottom: 0.5em;
    padding: 9px 30px 0 30px;
	height:36px;
}


ul#spmenu li a{
	display: block;
	text-decoration: none;
	font-weight:bold;
	color: #1b1b1b;
	font-size:120%;
	/*background-color: #005087;*/
}

ul#spmenu li a:hover, ul#spmenu li a.active{
	color: #ff0000;
}

div.bodyimg {
	display:none;
}


.info{
	margin:10px 5px 5px 10px;
}

.hope{
	margin:10px 5px 5px 10px;
}
.hope2{
	text-align:left;
}
.hope3{
	margin:0px 2px 5px 40px;
}

.actTxt .actImg{
	width:100%;
	margin:12px auto 0 28px;;
}
.actTxt .actMsg{
	width:100%;
}

/* ----- News ----- */
#News {
	width:auto;
	margin-top:-30px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	box-shadow:4px 4px 4px;
	background-color:#ddffbc;
}

#News .title {
	float:none;
	margin-top:0px;
	margin-left:30px;
}

#News .title p{
	padding-top:5px;
	font-size:100%;
}

#News .comment {
	float:none;
	margin-left:50px;
	font-size:90%;
	padding:5px;
}


/* ----- 猫背改善 ----- */
#treatment1 .text{
	clear:both;
	margin:-14px 16px 0px 4px;
	width:100%;
}

/* ----- 骨盤 ----- */
#treatment2 .text{
	clear:both;
	margin:-14px 16px 0px 4px;
	width:100%;
}

/* --- 店舗 紹介 --- */
ul.shopImg {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
ul.shopImg li {
	display:inline-block;
	margin-left:0px;
}

/* -- youtube -- */
.youtubeBox {
	width:100%;
}
.youtubeFrame{
	width:100%;
	height:auto;
}
/* -- SNS -- */
#footer table.SnsTb {
	width:98%;
}
/* -- LINE -- */
#footer img.SnsImgLine {
	height:30px;
}

} /* スマホ用 END */
