@charset "utf-8";

/* ****************************************************

layout.css

1: layout common setting
2: header
3: footer
4: main
5: sideNav
99: extra

***************************************************** */

	/* .gnavOpen > ul > li .detailsBox {
	display:none;
	}  */


/*1: layout common setting
=========================================*/
/* container */

body{
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif; */
	color:#000000;
	font-size:14px;
	line-height:1.6;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#433f3f;
	font-size:14px;
	line-height:1.6;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
}

.headerArea *,
.footerArea * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}



/*2: header
=========================================*/

.headerArea{
	position:relative;
}
.headerArea p {
	margin-bottom: 0;
}

/*logo*/
.logoCopy{
	font-size:9px;
}
.logo {
	width:77px;
	padding: 12px 0 0 0;
}
.logo img{
	width: 100%;
	height:auto;
}

/*gnavArea*/

.gnavArea{
	left:0px;
	top:0px;
}
.gnavArea > .gnavOpen > ul > li > a {
	display:block;
	background:url(/common/images/com_ic01.png) no-repeat 9px 50%;
	background-size:16px 16px;
	padding:10px;
	padding-left:30px;
	color:#533c34;
}
.gnavArea .gnavOpen{
	display:none;
}
.gnavArea > .gnavOpen > ul > li{
	background:url(/common/images/com_bg01.gif) repeat-x bottom;
	background-size:2px 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.gnavArea > .gnavOpen > ul > li:last-child{
	background:none;
}
.gnavArea .gnavArrow{
	position:absolute;
	right:18px;
	top:49px;
	z-index:10;
}
.gnavArea ul{
	border:4px solid #e2d7b7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width:310px;
	margin:0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:absolute;
	right:5px;
	top:71px;
	background:#FFF;
	z-index: 2;
}


.gnavArea .spGnavBtn{
	position:absolute;
	right:5px;
	top:0px;
}
.gnavArea .spGnavBtn img{
	text-align:right;
	padding-right: 0px;
}


/*signupBtn*/

/*.headBtnArea{
	padding-left:5px;
	padding-right:5px;
}*/

.signupBtn {
	width: 280px;
}
.signupBtn > a{
	display:block;
	height: 48px;
	background: url(/common/images/com_pc_bt01.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
}
.signupBtn > a:hover {
	background-position: 0 -48px;
}

/*headBtnAreaIn*/

.headBtnAreaIn{
	display:table;
	width:100%;
}

/*titleShop*/
.titleShop{
	background:url(/common/images/com_bg06.gif) repeat;
	width:100%;
	padding:10px;
	color:#FFF;
	font-size:18px;
	line-height:1.26;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


/*.shopNavBtn*/
.shopNavBtn{
	position:absolute;
	right:5px;
	top:10px;
}
.shopNavBtn img{
	width:39px;
	height:auto;
}


/*reservBtn*/
/*
.reservBtn {
	width: 200px;
}
.reservBtn > a{
	display:block;
	height: 48px;
	background: url(/common/images/com_pc_bt02.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
}
.reservBtn > a:hover {
	background-position: 0 -48px;
}
*/

/*studioBtn*/

.studioBtn{
	border:#e0d2b3 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:300px;
	display:table-cell;
	vertical-align:middle;
}
.studioBtn > a{
	display:block;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background: #f9f3dc;
}
.studioBtn > a img{
	width:91px;
}
.studioBtn > a:hover{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fcf9ea), color-stop(0.00, #faf5e1));
background: -webkit-linear-gradient(top, #faf5e1 0%, #fcf9ea 88%);
background: -moz-linear-gradient(top, #faf5e1 0%, #fcf9ea 88%);
background: -o-linear-gradient(top, #faf5e1 0%, #fcf9ea 88%);
background: -ms-linear-gradient(top, #faf5e1 0%, #fcf9ea 88%);
background: linear-gradient(to bottom, #faf5e1 0%, #fcf9ea 88%);

}


/*3: footer
=========================================*/

.footerArea{
	width:100%;
	background:#edebe4;
}
.footerArea p {
	margin-bottom: 0;
}

/*footLocalNav*/

.footLocalNav ul{
	border-bottom:#c9c6bc 1px solid;
	border-top:#c9c6bc 1px solid;
}
.footLocalNav ul li{
	float:left;
	width:50%;
}
.footLocalNav ul li a{
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:50px;
	max-height:50px;
	vertical-align:middle;
	text-align:center;
	border-bottom:#c9c6bc 1px solid;
	font-size:11px;
	padding-top:14px;
	padding-bottom:14px;
}
.footLocalNav ul li:nth-child(odd) a{
	border-right:#c9c6bc 1px solid;
}
.footLocalNav ul li:last-child a{
	border-bottom:none;
}
/*.footLocalNav ul li.last2 a{
	border-bottom:#c9c6bc 1px solid;
	height:51px;
}*/

.foot{
	font-size:8px;
	color:#938f82;
	padding-top:8px;
	padding-bottom:8px;
}

.footcopy{
	width:174px;
	float:left;
	padding-left:19px;
	padding-top:15px;
	padding-bottom:13px;
}

.topBack{
	background:url(/common/images/com_bt02.png) no-repeat ;
	background-size:57px auto;
	display:block;
	height:62px;
	width:57px;
	text-indent:-9999px;
	position:fixed;
	right:0px;
	bottom:2px;
}

/* sitemapContent */
#sitemapContent {
	background-color: #faf8f2;
}
#sitemapContent > .switch {
	padding: 15px 0;
	border-top: 1px solid #e2d7b7;
	border-bottom: 1px solid #e2d7b7;
	font-size: 115%;
	text-align: center;
	cursor: pointer;
}
#sitemapContent > .switch > a {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	color: #533c34;
	outline: none;
}
#sitemapContent > .switch > a:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 14px;
	margin-top: -7px;
	background: url(/common/images/com_ic13.png) no-repeat 0 0;
	content: "";
}
#sitemapContent > .switch.open > a:before {
	background-position: -12px 0;
}
#sitemapContent > .details {
	display: none;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
#sitemapContent > .details > .linkList {
	overflow: hidden;
}
#sitemapContent > .details > .linkList > li {
	margin-top: 20px;
	padding-left: 25px;
	background: url(/common/images/com_ic01.png) no-repeat 1px 0.2em;
	background-size: 16px auto;
}
#sitemapContent > .details > .linkList > li:first-child {
	margin-top: 0;
}
#sitemapContent > .details > .linkList > li > a {
	color: #000000;
	font-weight: bold;
}
#sitemapContent > .details > .linkList > li > a:hover {
	color: #8c6a46;
}
#sitemapContent > .details > .linkList > li > ul {
	overflow: hidden;
	margin: 0 0 0 -25px;
}
#sitemapContent > .details > .linkList > li > ul > li {
	float: left;
	margin: 10px 10px 0 0;
	padding-left: 14px;
	background: url(/common/images/com_ic14.png) no-repeat 0 0.7em;
	font-size: 86%;
}
#sitemapContent > .details > .linkList > li > ul > li > a {
	color: #000000;
}
#sitemapContent > .details > .linkList > li > ul > li > a:hover {
	color: #8c6a46;
}
#sitemapContent > .details > .linkList > .category01 > ul > li,
#sitemapContent > .details > .linkList > .category02 > ul > li {
	width: 316px;
}
#sitemapContent > .details > .linkList > .category01 > ul > li:nth-child(3n),
#sitemapContent > .details > .linkList > .category02 > ul > li:nth-child(3n) {
	width: 296px;
	margin-right: 0;
}
#sitemapContent > .details > .linkList > .category03 > ul > li {
	width: 78px;
}
#sitemapContent > .details > .linkList > .category03 > ul > li:nth-child(10n+1) {
	width: 68px;
	margin-right: 0;
}
#sitemapContent > .details > .linkList > .category04 > ul > li {
	width: 146px;
}
#sitemapContent > .details > .linkList > .category04 > ul > li:nth-child(6n) {
	width: 136px;
	margin-right: 0;
}
#sitemapContent > .details > .linkList > .category05 {
	float: left;
	width: 143px;
}
#sitemapContent > .details > .linkList > .category06 {
	float: left;
	width: 145px;
}
#sitemapContent > .details > .linkList > .category07 {
	float: left;
	width: 145px;
}
#sitemapContent > .details > .linkList > .category08 {
	float: left;
	width: 145px;
}
#sitemapContent > .details > .linkList > .category09 {
	float: left;
}


/*===================================================================

	320px- For SP

====================================================================*/

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

.spNone {
	display: none !important;
}
	
	
.head {
	height: 55px;
	position: relative;
}
	
.headLocalNav{
	display:block;
	/*background:url(/common/images/com_bg04.gif) no-repeat left 50%;*/
	margin-top:20px;
	margin-left: 50px;
	position: absolute;
	top: 0;
}
.headLocalNav ul{
	padding-left:15px;
}
.headLocalNav ul li a{
	display:inline-block;
	padding-left:25px;
	background:url(/common/images/com_ic02.gif) no-repeat left 50%;
	margin-bottom:3px;
}
.headLocalNav ul a span{
	font-size:90%;
	background:url(/common/images/com_bg05.gif) repeat-x bottom;
	color: #533c34;
}
	
	
	
	
.logoCopy {
	display: none;
}
.logo {
	padding-left: 10px;
}
.tagLine{
	display:none;
}

/*signupBtn*/
.signupBtn {
	position: absolute;
	top: 10px;
	right: 53px;
	width: 109px;
}
.signupBtn > a{
	height: 36px;
	background-image: url(/common/images/com_sp_bt01_2.png);
	background-size: 70px auto;
}

/*reservBtn*/
.reservBtn {
	position: absolute;
	top: 10px;
	right: 49px;
	width: 39px;
}
.reservBtn > a{
	height: 36px;
	background-image: url(/common/images/com_sp_bt02.png);
	background-size: 39px auto;
}

.headerArea,
.mainArea,
.footerArea {
	width: 100%;
}
#spNavWrap {
	display: none;
	position: absolute;
	top: 0;
	right: -306px;
	width: 306px;
}
#spNavWrap.active {
	display: block;
	top: 0;
	overflow-y :auto;
	z-index: 9999;
}
#spNavWrap.active::-webkit-scrollbar {
	display: none;
}
#spNavWrap.active::-webkit-scrollbar:horizontal {
	display: none;
}
#spNavWrap.active::-webkit-scrollbar-thumb {
	display: none;
}
#spNavWrap.active::-webkit-scrollbar-thumb:horizontal {
	display: none;
}
#spNavWrap .gnavOpen,
#spNavWrap .gnavOpen2 {
	position: relative;
	width: 260px;
	background-color: #ffffff;
	z-index: 9999;
	margin-left: 46px;
}
#spNavWrap.active .gnavOpen,
#spNavWrap.active .gnavOpen2 {
	-webkit-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.5);
}
#spNavWrap .gnavOpen .closeBtn,
#spNavWrap .gnavOpen2 .closeBtn {
	position: absolute;
	top: 0;
	left: -46px;
	width: 46px;
	height: 46px;
	background: url(/common/images/com_sp_bt08.png) no-repeat 0 0;
	background-size: 46px auto;
	text-indent: -9999px;
	z-index: 9999;
}
#spNavWrap.active .gnavOpen .closeBtn,
#spNavWrap.active .gnavOpen2 .closeBtn {
	-webkit-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.5);
}
/*.gnavOpen,
.gnavOpen2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 77% !important;
	background-color: #ffffff;
	-webkit-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 9999;
}*/
	
/*
.gnavOpen > ul,
.gnavOpen2 > ul {
	border-bottom: 1px solid #cccccc;
}
.gnavOpen > ul > li,
.gnavOpen2 > ul > li {
	border-top: 1px solid #cccccc;
	font-size: 14px;
}
.gnavOpen > ul > li a,
.gnavOpen2 > ul > li a {
	display: block;
	padding: 11px 0 11px 35px;
	background: url(/common/images/com_sp_ic02.png) no-repeat 10px 50%;
	background-size: 15px auto;
	color: #533c34;
}

.gnavOpen > ul > li .accBtn {
	position: relative;
	background: none;
}
.gnavOpen > ul > li .accBtn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url(/common/images/com_ic17.png) no-repeat 0 0;
	background-size: 20px 10px;
}
.gnavOpen > ul > li .accBtn.open:before {
	background-position: -10px 0;
}
.gnavOpen > ul > li .detailsBox li {
	border-top: 1px dashed #f1d3da;
	background-color: #fdf4f6;
}
.gnavOpen > ul > li .detailsBox li:first-child {
	border: none;
}
.gnavOpen > ul > li .detailsBox li a {
	padding-left: 45px;
	background: url(/common/images/com_ic18.png) no-repeat 22px 50%;
	background-size: 12px auto;
	font-size: 12px;
}
*/
/*.gnavOpen2 ul li a {
	display:block;
	background:url(/common/images/com_ic01.png) no-repeat 9px 50%;
	background-size:16px 16px;
	padding:10px;
	padding-left:30px;
	color:#533c34;
}
.gnavOpen2 ul li{
	background:url(/common/images/com_bg01.gif) repeat-x bottom;
	background-size:2px 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.gnavOpen2 ul li:last-child{
	background:none;
}
.gnavOpen2 .gnavArrow{
	position:absolute;
	right:18px;
	top:49px;
	z-index:9992;
}
.gnavOpen2 ul{
	border:4px solid #e2d7b7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width:310px;
	margin:0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:absolute;
	right:5px;
	top:71px;
	background:#FFF;
	z-index: 9990;
}*/

/* spGnav */
/*
.spGnav > ul {
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
.spGnav > ul:after {
	clear: both;
	display: block;
	content: "";
}
.spGnav > ul > li {
	float: left;
	width: 20%;
	border-left: 1px solid #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
	background-image: -moz-linear-gradient(#ffffff, #eeeeee);
	background-image: -o-linear-gradient(#ffffff, #eeeeee);
	background-image: linear-gradient(#ffffff, #eeeeee);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
}
.spGnav > ul > li:first-child {
	border-left: none;
}
.spGnav > ul > li > a {
	position: relative;
	display: table;
	width: 100%;
	color: #333333;
}
.spGnav > ul > li > a:before {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 18px;
	height: 23px;
	margin-left: -9px;
	background: url(/common/images/com_sp_ic01.png) no-repeat;
	background-size: 148px 23px;
	content: "";
}
.spGnav > ul > li > a > span {
	display: table-cell;
	height: 60px;
	padding-top: 33px;
	vertical-align: middle;
}
.spGnav > ul > .lessons > a:before {
	background-position: 0 0;
}
.spGnav > ul > .price > a:before {
	background-position: -18px 0;
}
.spGnav > ul > .program > a:before {
	background-position: -36px 0;
}
.spGnav > ul > .staff > a:before {
	background-position: -54px 0;
}
.spGnav > ul > .blog > a:before {
	background-position: -72px 0;
}
.spGnav > ul > .beginner > a:before {
	background-position: -90px 0;
}
.spGnav > ul > .yoga > a:before {
	width: 22px;
	background-position: -108px 0;
}
.spGnav > ul > .studio > a:before {
	background-position: -130px 0;
}
*/

/*footLocalNav*/

.footLocalNav ul {
	width: 270px;
	margin: 0 auto;
	padding: 10px 0 20px;
	border: none;
	text-align: center;
}
.footLocalNav .item01 {
	padding-bottom: 0;
}
.footLocalNav .item02 {
	padding-top: 0;
}
.footLocalNav ul li {
	float: none;
	display: inline-block;
	width: auto;
	margin-top: 10px;
}
.footLocalNav ul li a {
	display: block;
	height: auto;
	max-height: none;
	padding: 0 5px 0 9px;
	border: none;
	border-left: 1px solid #c9c6bc;
	font-size: 10px;
}
.footLocalNav ul li:nth-child(2n+1) a {
	border-right: none;
}
.footLocalNav ul .hrNone a {
	border-left: none;
}
.footLocalNav ul.item02 .hrNone a {
	border-left: 1px solid #c9c6bc;
}

.foot {
	border-top: 1px solid #c9c6bc;
}

.topBack p{
	display:block;
	height:62px;
	width:57px;
	
}

.topBack a{
	display:block;
	height:62px;
	width:57px;
	
}

#sitemapContent {
	display: none !important;
}

/* allContainer */
#allContainer.menuShow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

/* overlay */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	width: 100%;
	min-height: 100%;
	z-index: 1000;
}

/*contactWrap*/
.contactWrap {
	border-bottom: 1px solid #fecdd9;
	background: #fdeaf0;
}
.contactWrap h2.title {
	padding: 6px 0;
	background-color: #fb6b91;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.contactWrap .colWrap {
	padding: 20px;
}
.contactWrap .colWrap .btnEntry {
	width: 280px;
	margin: 0 auto;
}
.contactWrap .colWrap .btnEntry > a {
	display: block;
	height: 84px;
	padding: 0;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: url(/common/images/com_sp_bt07.png) no-repeat 0 0;
	background-size: 280px auto;
	text-indent: -9999px;
	outline: none;
}
.contactWrap .tenpoTelBox {
	margin-top: 5px;
}
.contactWrap .tenpoTelBox p {
	position: relative;
	top: 5px;
	display: inline-block;
	color: #533c34;
	font-size: 11px;
	line-height: 1.2;
	text-align: left;
}
.contactWrap .tenpoTelBox .tenpoTel {
	display: inline-block;
}
.contactWrap .telInfo {
	text-align: center;
}
.contactWrap .telInfo a {
	display: inline-block;
	padding-left: 24px;
	background: url(/common/images/com_ic06.png) no-repeat 0 50%;
	background-size: 20px auto;
	color: #dc2152;
	font-size: 19px;
	text-align: center;
}
.contactWrap .telInfo a span{
	border-bottom: 1px dotted #dc2152;
}
.contactWrap .tenpoTime {
	margin-top: 10px;
	font-size: 11px;
}
.contactWrap .note {
	margin-top: 10px;
	font-size: 11px;
	text-align: left;
}

.bannerLink {
	margin: 20px 0;
}
.bannerLink ul {
	width: 80%;
	margin: 0 auto;
}
.bannerLink ul li {
	margin-bottom: 20px;
}
.bannerLink ul li:last-child {
	margin-bottom: 0;
}
.bannerLink ul li img {
	max-width: 100%;
	height: auto;
}
	
	
}


/*===================================================================

	321px- For PC

====================================================================*/

@media screen and (min-width: 741px), print {

/*
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	color:#000000;
	font-size:85%;
	font-size:14px;
	line-height:1.6;
	width:100%;
}
*/

.pcNone {
	display: none !important;
}


/*2: header
=========================================*/

/*headerArea*/

.headerArea{
	width:100%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-top:21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom:#b3aead 1px solid;
}
.headerArea p {
	margin-bottom: 0;
}
.topPage .headerArea{
	border-bottom: none;
}
.head{
	position:relative;
	width:1000px;
	margin:0 auto;
}

/*logoCopy*/

.logoCopy{
	font-size:75%;
	position:absolute;
	top:13px;
	left:178px;
}
.logo{
	float: left;
	width:164px;
}
.logo img{
	width:164px;
	height:64px;
}
.logoCopy{
	font-size:72%;
	position:absolute;
	top:23px;
	left:180px;
	width:170px;
	line-height: 2.0;
}

/*tagLine*/
.tagLine{
	font-size:72%;
	position:absolute;
	top:0px;
	left:180px;
	width:260px;
	line-height: 2.0;
}

/*.shopNavBtn*/
.shopNavBtn{
	display:none;
}

/*titleShop*/
.titleShop{
	background:url(/common/images/com_bg06.gif) repeat;
	width:100%;
	padding:16px 0;
	color:#FFF;
	font-size:229%;
	margin-top:12px;
}
.titleShopIn{
	width:1000px;
	margin:0 auto;
}

/*gnavShop*/
/*
.gnavShop{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e2d7b7), color-stop(0.00, #e2d7b7));
background: -webkit-linear-gradient(top, #e2d7b7 0%, #e2d7b7 88%);
background: -moz-linear-gradient(top, #e2d7b7 0%, #e2d7b7 88%);
background: -o-linear-gradient(top, #e2d7b7 0%, #e2d7b7 88%);
background: -ms-linear-gradient(top, #e2d7b7 0%, #e2d7b7 88%);
background: linear-gradient(to bottom, #e2d7b7 0%, #e2d7b7 88%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e2d7b7,EndColorStr=#e2d7b7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e2d7b7,EndColorStr=#e2d7b7)";
color:#533c34;
font-size:143%;
}
.gnavShopIn{
	width:1000px;
	margin:0 auto;
}
.gnavShopIn ul{
	width:1000px;
	margin-left:-2px;
	padding-right:2px;
	background:url(/common/images/com_bg07.gif) repeat-y right;
}

.gnavShopIn li{
	float:left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e2d7b7), color-stop(0.00, #ede5cd));
background: -webkit-linear-gradient(top, #ede5cd 0%, #e2d7b7 88%);
background: -moz-linear-gradient(top, #ede5cd 0%, #e2d7b7 88%);
background: -o-linear-gradient(top, #ede5cd 0%, #e2d7b7 88%);
background: -ms-linear-gradient(top, #ede5cd 0%, #e2d7b7 88%);
background: linear-gradient(to bottom, #ede5cd 0%, #e2d7b7 88%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ede5cd,EndColorStr=#e2d7b7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ede5cd,EndColorStr=#e2d7b7)";

}
.gnavShopIn li span{
	display:inline-block;
	background:url(/common/images/com_bg07.gif) repeat-y;
	padding-left:2px;
}
.gnavShopIn li a{
	position:relative;
	display:inline-block;
	width:208px;
	padding-top:15px;
	padding-bottom:12px;
	text-align:center;
	letter-spacing: -0.05em;

}
.gnavShopIn li:hover{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d50e4d), color-stop(0.00, #c3062e));
background: -webkit-linear-gradient(top, #c3062e 0%, #d50e4d 88%);
background: -moz-linear-gradient(top, #c3062e 0%, #d50e4d 88%);
background: -o-linear-gradient(top, #c3062e 0%, #d50e4d 88%);
background: -ms-linear-gradient(top, #c3062e 0%, #d50e4d 88%);
background: linear-gradient(to bottom, #c3062e 0%, #d50e4d 88%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c3062e,EndColorStr=#d50e4d);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c3062e,EndColorStr=#d50e4d)";
}
.gnavShopIn li a:hover{
opacity:1.0;
color:#FFF;
}
.gnavShopIn li.on{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d50e4d), color-stop(0.00, #c3062e));
background: -webkit-linear-gradient(top, #c3062e 0%, #d50e4d 88%);
background: -moz-linear-gradient(top, #c3062e 0%, #d50e4d 88%);
background: -o-linear-gradient(top, #c3062e 0%, #d50e4d 88%);
background: -ms-linear-gradient(top, #c3062e 0%, #d50e4d 88%);
background: linear-gradient(to bottom, #c3062e 0%, #d50e4d 88%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c3062e,EndColorStr=#d50e4d);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c3062e,EndColorStr=#d50e4d)";
}
.gnavShopIn li.on a{
background:url(/common/images/com_bg08.png) no-repeat center top;
opacity:1.0;
color:#FFF;
}
.gnavShopIn li.on a:before,
.gnavShopIn li a:hover:before{
	position:absolute;
	top:0;
	left:50%;
	width:11px;
	height:7px;
	margin-left:-5.5px;
	background: url(/common/images/com_bg09.png) no-repeat 0 0;
	content:"";
}
.gnavShopIn li:nth-child(2) a{
	width:246px;
}
.gnavShopIn li:nth-child(3) a{
	width:152px;
}
.gnavShopIn li:nth-child(4) a{
	width:196px;
}
.gnavShopIn li:nth-child(5) a{
	width:188px;
}
*/

/*headBtnArea*/
/*
.headBtnArea{
	display:block;
}
.headBtnArea p{
	float: left;
	margin-left: 10px;
}
.headBtnArea .signupBtn {
	margin-left: 0;
}
*/

/*gnavOpen2*/
/*
.gnavOpen2{
	display:block !important;
}
*/

/*headLocalNav*/

.headLocalNav{
	display:block;
	float:left;
	width:154px;
	background:url(/common/images/com_bg04.gif) no-repeat left 50%;
	margin-top:10px;
	margin-left: 19px;
}
.headLocalNav ul{
	padding-left:15px;
}
.headLocalNav ul li a{
	display:inline-block;
	padding-left:25px;
	background:url(/common/images/com_ic02.gif) no-repeat left 50%;
	margin-bottom:3px;
}
.headLocalNav ul li.head_faq a{
	display:inline-block;
	padding-left:25px;
	background:url(/common/images/com_ic03.gif) no-repeat left 50%;
	margin-bottom:0px;
}
.headLocalNav ul a span{
	font-size:90%;
	background:url(/common/images/com_bg05.gif) repeat-x bottom;
	color: #533c34;
}


/*headBtnArea*/

.headBtnArea{
	float:right;
	width:490px;
	padding-top: 19px;
}

/*signupBtn*/
.signupBtn > a{
	display:block;
}

/*headBtnAreaIn*/

.headBtnAreaIn{
	margin:0px;
	float:right;
	width:315px;
}

/*reservBtn*/

.reservBtnWrap{
	padding-right:5px;
	display:table-cell;
	vertical-align:middle;
}

/*gnavArea*/

.gnavArea{
	margin-top: 16px;
	position:static !important;
}
.gnavArea .spGnavBtn {
	display:none;
}
.gnavArea .gnavOpen {
	display:block !important;
}
.gnavArrow {
	display:none !important;
}
.gnavArea ul {
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    position: static;
    width: 1000px;
		height:70px;
		overflow:hidden;
}

.gnavArea > .gnavOpen > ul > li {
    background: none;
		float:left;
}
.gnavArea > .gnavOpen > ul > li > a {
    background: none;
    color: #533c34;
    display: block;
    padding: 0px;
}
.gnavArea > .gnavOpen > ul > li > a {
	width:200px;
	height:59px;
	background:url(/common/images/com_gnav01.gif) no-repeat;
	text-indent:-9999px;
}
.gnavArea > .gnavOpen > ul > li > a:hover {
	width:200px;
	height:59px;
	background:url(/common/images/com_gnav01on.gif) no-repeat;
}

.gnavArea > .gnavOpen > ul > li:nth-child(1),
.gnavArea > .gnavOpen > ul > li:nth-child(7),
.gnavArea > .gnavOpen > ul > li:nth-child(8) {
	display:none !important;
}

.gnavArea > .gnavOpen > ul > li:nth-child(2) > a {
	height:59px;
	background:url(/common/images/com_gnav01.gif) no-repeat;
	text-indent:-9999px;
}
.gnavArea > .gnavOpen > ul > li:nth-child(2) > a:hover {
	height:59px;
	background:url(/common/images/com_gnav01on.gif) no-repeat;
}

.gnavArea > .gnavOpen > ul > li:nth-child(3) > a {
	height:59px;
	background:url(/common/images/com_gnav02.gif) no-repeat;
	text-indent:-9999px;
}
.gnavArea > .gnavOpen > ul > li:nth-child(3) > a:hover {
	height:59px;
	background:url(/common/images/com_gnav02on.gif) no-repeat;
}

.gnavArea > .gnavOpen > ul > li:nth-child(4) > a {
	height:59px;
	background:url(/common/images/com_gnav03.gif) no-repeat;
	text-indent:-9999px;
}
.gnavArea > .gnavOpen > ul > li:nth-child(4) > a:hover {
	height:59px;
	background:url(/common/images/com_gnav03on.gif) no-repeat;
}
.gnavArea > .gnavOpen > ul > li:nth-child(5) > a {
	height:59px;
	background:url(/common/images/com_gnav04.gif) no-repeat;
	text-indent:-9999px;
}
.gnavArea > .gnavOpen > ul > li:nth-child(5) > a:hover {
	height:59px;
	background:url(/common/images/com_gnav04on.gif) no-repeat;
}
.gnavArea > .gnavOpen > ul > li:nth-child(6) > a {
	height:59px;
	background:url(/common/images/com_gnav05.gif) no-repeat;
	text-indent:-9999px;
}
.gnavArea > .gnavOpen > ul > li:nth-child(6) > a:hover {
	height:59px;
	background:url(/common/images/com_gnav05on.gif) no-repeat;
}

/* spGnav */
.spGnav {
	display: none !important;
}


/*3: footer
=========================================*/
.footerArea p {
	margin-bottom: 0;
}
.footerArea .footer{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:35px;
}
.footLocalNav ul{
	border:none;
}
.footLocalNav ul li {
	width:auto;
	border:none;
	margin-right:15px;
}
.footLocalNav ul li a {
	width:auto;
	border:none !important;
	display:inherit;
	padding-right:15px;
	background:url(/common/images/com_bg03.gif) no-repeat right center;
	height:auto !important;
	font-size:0.7rem;
}
.footLocalNav ul li:last-child a {
	background:none;
}
.topBack{
	background:url(/common/images/com_bt02.png) no-repeat ;
	background-size:78px auto;
	display:block;
	height:83px;
	width:77px;
	text-indent:-9999px;
	float:none;
	position:fixed;
	right:0px;
	bottom:15px;
	z-index: 10000;
}
.topBack:hover{
	opacity:0.8;
}
.topBack a{
	display:block;
	height:62px;
	width:57px;

	outline:none;
}
.footcopy {
	float: none;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom:30px;
	width: 100%;
	font-size:0.7rem;
}


/*4: main
=========================================*/
.contactWrap {
	padding: 35px 0;
	border-top: 1px solid #fecdd9;
	border-bottom: 1px solid #fecdd9;
	background: url(/common/images/com_bg10.png) repeat 50% 50%;
}
.contactWrap > .content {
	margin-bottom: 0;
}
.contactWrap h2.title {
	width: 442px;
	height: 46px;
	margin: 0 auto;
	background: url(/common/images/com_ti02.png) no-repeat 0 0;
	text-indent: -9999px;
}
.contactWrap .colWrap {
	margin-top: 30px;
}
.contactWrap .colWrap .btnEntry {
	float: left;
	width: 490px;
	margin-right: 25px;
}
.contactWrap .colWrap .btnEntry > a {
	display: block;
	height: 95px;
	background: url(/common/images/com_pc_bt06.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
}
.contactWrap .colWrap .btnEntry > a:hover {
	background-position: 0 -95px;
}
.contactWrap .colWrap .telInfo {
	overflow: hidden;
	zoom: 1;
}
.contactWrap .colWrap .telInfo p {
	color: #533c34;
}
.contactWrap .telInfo a {
	padding-left: 33px;
	background: url(/common/images/com_ic06.png) no-repeat 0 50%;
	color: #dc2152;
	font-size: 243%;
	letter-spacing: -0.02em;
	cursor: default;
}
.contactWrap .tenpoTelBox{
	width: 475px;
	zoom: 1;
}
.contactWrap .tenpoTelBox:after {
	clear: both;
	display: block;
	content: "";
}
.contactWrap .tenpoTelBox > p:first-child {
	margin-bottom: 0;
}
.contactWrap .tenpoTelBox .tenpoTel{
	float: left;
	width: 273px;
}
.contactWrap .tenpoTelBox .tenpoTime{
	float: left;
	margin-top: 0.5em;
	color: #000000;
	font-size: 86%;
	line-height: 1.5;
}
.contactWrap .note li {
	padding-left: 1em;
	color: #000000;
	font-size: 86%;
	text-indent: -1em;
	line-height: 1.5;
}

.bannerLink {
	margin: 40px 0;
}
.bannerLink ul {
	text-align: center;
	letter-spacing: -0.4em;
}
.bannerLink ul li {
	display: inline-block;
	width: 320px;
	margin-right: 20px;
	letter-spacing: normal;
}
.bannerLink ul li:last-child {
	margin-right: 0;
}
}

/*=================================

	clearfix

=================================*/
.footLocalNav ul:after,
.foot:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 741px), print {
.head:after,
.gnavArea > .gnavOpen > ul:after,
.gnavShopIn ul:after {
	content: "";
	display: block;
	clear: both;
}
}


