html,body{
	-webkit-text-size-adjust: 100%;
/*	font-family:sans-serif,"MS PGothic";*/
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
}

img{
	border:0;
}

ul,ol,dt,dd{
	margin:0;
	padding:0;
}

li{
	list-style:none;
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	border:0;
	color:#1a1a1a;
}

a:hover{
	text-decoration:none;
}

h1{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	color:#105b5f;
}

h2{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	line-height:2.6;
}

#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	text-align:center;
}

#main_contents{
	margin:0 auto;
	padding:66px 0 80px 0;
	width:500px;
}

@media screen and (max-width:768px){
	#main_contents{
		width:100%;
	}
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}

#breadcrumb {
	padding: 15px;
	overflow-x: scroll;
	background-color: #FFF;
	border-bottom: solid 1px #CCC;
	white-space: nowrap;
}
nav#breadcrumbs{
	width:1080px;
	margin:0 auto 5px auto;
	text-align:left;
}

nav#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
	font-size:12px;
}

nav#breadcrumbs ol li a{
	color:#2c8b6d;
	font-weight:normal;
}

nav#breadcrumbs ol li:before {
	color:#999;
	content: " > ";
}

nav#breadcrumbs ol li:first-child:before {
	content:"";
}

nav#shop_breadcrumbs{
	width:1080px;
	margin:0 auto 5px auto;
	text-align:left;
}

nav#shop_breadcrumbs ol li {
	display: inline;
	list-style-type: none;
	font-size:12px;
}

nav#shop_breadcrumbs ol li a{
	color:#b6a18e;
	font-weight:normal;
}

nav#shop_breadcrumbs ol li:before {
	color:#999;
	content: " > ";
}

nav#shop_breadcrumbs ol li:first-child:before {
	content:"";
}

header{
	width: 100%;
	position:fixed;
	z-index:900;
}

#header{
	width: 100%;
	height: 66px;
	border-top:3px solid #857243;
	background:#fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	opacity: 1;
	text-align:center;
	position:relative;
}

.logo{
	z-index: 1004;
	position:absolute;
	top:0px;
	left:5px;
	width: 64px;
	height: 64px;
	opacity: 1;
}

#menu_box{
	position:absolute;
	top:0;
	right:0;
	width: 71px;
	height: 66px;
	background: #857243;
	opacity: 1;
}

.menu{
	position:relative;
}

.active #global-nav {
	z-index: 1000;
	visibility: visible;
}

#global-nav {
	visibility: hidden;
	position: fixed;
	display: table;
	vertical-align: middle;
	color: #fff;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

#global-nav ul {
	display: table-cell;
/*	vertical-align: middle;*/
	list-style: none;
}

#global-nav li {
	font-size:14px;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
}

#global-nav a {
	color: #857243;
	text-decoration: none;
	display: block;
	font-family: 'Noto Serif JP', serif;
}

.menu_min{
	font-size:11px;
}

/* ***********************************************************
* nav-list
* *********************************************************** */

#global-nav ul li {
	opacity: 0;
	-webkit-transform: scaleX(0) translateX(-260px);
	transform: scaleX(0) translateX(-260px);
	-webkit-transition: none;
	transition: none;
}

.active #global-nav ul li {
	opacity: 1;
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

/* ***********************************************************
* #nav-bg
* *********************************************************** */

#nav-bg {
	content: "";
	width: 2400px;
	height: 2400px;
	margin-right: -1200px;
	margin-top: -1200px;
	top: 40px;
	right: 40px;
	display: block;
	position: fixed;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(.02);
	transform: scale(.02);
}

.active #nav-bg {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .6s ease-out;
	transition: all .6s ease-out;
	background: #fff;
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */

#nav-toggle {
	display: block;
	position: absolute;
	left: 14px;
	top: 10px;
	width: 23px;
	height: 30px;
	cursor: pointer;
	padding: 10px 11px;
	z-index: 1001;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	left: 0;
	zoom: 1;
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 8px;
}

#nav-toggle span:nth-child(3) {
	top: 16px;
}

.active #nav-toggle {
	background: transparent;
}

.active #nav-toggle span {
	background: #857243;
}

.active #nav-toggle span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	zoom: 1;
}

.active #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.active #nav-toggle span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	zoom: 1;
}

.menu_title{
	position:absolute;
	top:44px;
	left:20px;
	background:url("../img/menu_title.png");
	width:34px;
	height:10px;
	z-index: 1003;
}

#footer{
	position:absolute;
	bottom:0;
	text-align:center;
	height:80px;
	width:100%;
/*	background: transparent linear-gradient(180deg, #5D5D5D 0%, #131313 100%) 0% 0% no-repeat padding-box;*/
	background:#c9b993;
	opacity: 1;
	color:#fff;
	font-size:13px;
}

.footer{
	position:fixed;
	bottom:0;
	width:100%;
	z-index:1002;
}

.footer:after {
	content: '';
	display: block;
	clear: both;
}

.footer li{
	float:left;
	width : 33.33333% ; 
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
}

.footer li a{
	display:block;
	height:50px;
	background:#c9b993;
}

.footer li.tel_btn a{
/*	background:url(../img/ico_mobile.png) no-repeat center;*/
}

.fade {
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 0.3s ease-out, transform 0.8s ease-out;
}

/* 表示されたときのスタイル */
.fade.visible {
	opacity: 1;
	transform: translateY(0);
}

/* トップページ */

.image-container {
	position: relative;
	margin:0 0 20px 0;
	width:100%;
	height: 530px; 
	overflow: hidden;
	background:#fffbf2;
}

@media screen and (max-width:768px){
	.image-container {
		width:100%;
		height: 480px; 
	}
}

.image1{
	position: absolute;
	top:-40px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease; 
}

.image2 {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease; 
}

.image1 {
	animation: fadeIn 2s forwards; 
}

.image2 {
	animation: fadeIn 2s 3s forwards;
}

  /* フェードインアニメーション */
@keyframes fadeIn {
	to { opacity: 1; }
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.top_logo{
	width:280px;
	margin:0 auto 70px auto;
	animation-name: fadein;
	animation-duration: 4s;
	animation-iteration-count: 1;
}

.marquee_box {
	position:relative;
	width:100%;
	height:30px;
	overflow:hidden;
}

.marquee {
	position:absolute;
	top:0;
	left:0;
	width: 300px;
	padding-left: 300px;
	white-space: nowrap;
	animation-name: marquee;
	animation-duration: 12s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	color:#ffffff;
}

@keyframes marquee {
	from    { transform: translate(0%); } 
	100%,to { transform: translate(-170%); }
}

.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.shop_title{
	width:96%;
	margin:0 auto 20px auto;
}

.shop_title2{
	width:96%;
	margin:0 auto 20px auto;
	background:#c9b993;

}

@media screen and (max-width:768px){
	.shop_title{
		width:90%;
	}
}

.new_banner{
	width:96%;
	margin:0 auto 20px auto;
}

.new_banner li{
	margin-bottom:20px;
}

.top_space{
	padding:20px 0 0 0 ;
}

.list_bar{
	width:80%;
	margin:0 auto 20px auto;
	padding:10px 0;
	background:#c9b993;
}

.list_bar a{
	color:#fff;
}

.top_twitter{
	width:90%;
	margin:0 auto 20px auto;
}

.room_label{
	border-left:solid 3px #c9b993;
	width:90%;
	margin:0 auto 20px auto;
}

.room_label h3{
	margin:0 0 0 10px;
	padding:0;
	text-align:left;
	font-weight:normal;
	font-size:14px;
	color:#857243;
}

.room_list li{
/*	border-bottom:1px solid #999;*/
	padding:15px 0;
}

.room_list li:last-child{
	border:0;
}

.top_schedule2{
	width:90%;
	margin:0 auto;
}


.top_schedule2:after {
	content: '';
	display: block;
	clear: both;
}

.top_schedule2 li{
	float:left;
	width:50%;
	margin:0 0 15px 0;
	border:0;
}

.top_schedule2 li .cast_box{
	width:94%;
	margin:0 auto 15px auto;
	padding:0 0 10px 0 ;
/*	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);*/
	animation-name: fadein;
	animation-duration: 2s;
	animation-iteration-count: ;
	background:#fff;
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.top_schedule2 li .img{
	position:relative;
	width:100%;
	margin:0 auto 10px auto;
}

.top_schedule2 li .img .icon_box{
	position:absolute;
	top:0;
	left:0;
}

.top_schedule2 li .name{
	width:90%;
	margin:0 auto 10px auto;
	color:#1a1a1a;
}

.top_schedule2 li .time{
	width:90%;
	margin:0 auto 10px auto;
	padding:3px 0;
	color:#fff;
	font-size:14px;
	background:#c9b993;
}

.top_photo{
	width:90%;
	margin:0 auto 20px auto;
}

.movie{
	width:80%;
	margin:0 auto 20px auto;
}

.shop_top_news{
	width:100%;
	background:#E8EDFF;
	margin:0 0 20px 0;
}

.shop_top_news li{
	position:relative;
	padding:10px 0;
	min-height:95px;
}

.shop_top_news li:after {
	content: '';
	display: block;
	clear: both;
}

.shop_top_news li .img{
	position:absolute;
	top:10px;
	left:10px;
}

.shop_top_news li .news_box{
	padding:0 0 0 120px;
}

.shop_top_news li .news_box .time{
	font-family: 'Noto Serif JP', serif;
	color:#444444;
	text-align:left;
	font-size:12px;
}

.shop_top_news li .news_box .title{
	font-family: 'Noto Serif JP', serif;
	color:#444444;
	text-align:left;
}


#top_newface{
	padding:20px 0 ;
	margin: 0 0 20px 0;
	text-align:center;
}

.newface_box{
	width:90%;
	margin:0 auto;
}


.top_newface{
	width:100%;
	height:600px;
	padding:20px 0 ;
	margin:0 auto 20px auto;
}

.top_newface:after {
	content: '';
	display: block;
	clear: both;
}

/*
.top_newface li{
	float:left;
	width : 33.33333% ; 
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;	margin:0 0 15px 0;
	border:0;
}

*/
.top_newface li .img{
	position:relative;
	width:90%;
	margin:0 auto 10px auto;
}

.top_newface li .img .icon_box{
	position:absolute;
	top:0;
	left:0;
}

.top_newface li .name{
	width:90%;
	margin:0 auto 10px auto;
	color:#1a1a1a;
}

	.shop_info{
		width:90%;
		margin:0 auto 30px auto;
	}

	.shop_info:after{
		content: '';
		display: block;
		clear: both;
	}

	.shop_info li.item{
		width:100%;
		background:#c9b993;
		color:#fff;
		text-align:center;
	}

	.shop_info li:first-child{
	/*	border:1px solid #000;*/
	}

	.shop_info li:last-child{
	}

	.shop_info li{
		width:100%;
		min-height:24px;
		padding:5px 0;
		text-align:left;
	}

	.shop_info li .text{
		width:94%;
		margin:0 auto;
	}

.shop_banner{
	width:90%;
	margin:0 auto 12px auto;
}

.google_map{
	width:90%;
	margin:0 auto 20px auto;
}

table.access_info{
	border-collapse:collapse;
	border:1px solid #ccc;
	width:94%;
	margin:0 auto 20px auto;
}

table.access_info tr{
	background:#ffffff;
}


table.access_info tr:nth-child(even){
	background:#f7f8ff;
}

table.access_info th{
	font-family: 'Noto Serif JP', serif;
	font-style:normal;
	font-size:14px;
	border-collapse:collapse;
	border:1px solid #ccc;
	padding:6px;
	color:#ffffff;
	width:60px;
}

table.access_info td{
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	padding:6px;
	border-collapse:collapse;
	border:1px solid #ccc;
	color:#ffffff;
}

/* セラピスト */

.therapist_list{
	width:90%;
	margin:0 auto;
}


.therapist_list:after {
	content: '';
	display: block;
	clear: both;
}

.therapist_list li{
	float:left;
	width:50%;
	margin:0 0 15px 0;
	border:0;
}

.therapist_list li .cast_box{
	width:94%;
	margin:0 auto 15px auto;
	padding:0 0 10px 0 ;
/*	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);*/
	background:#ffffff;
}

.therapist_list li .img{
	position:relative;
	width:100%;
	margin:0 auto 10px auto;
}

.therapist_list li .img .icon_box{
	position:absolute;
	top:0;
	left:0;
}

.therapist_list li .name{
	width:90%;
	margin:0 auto 10px auto;
	color:#1a1a1a;
}

.therapist_list li .time{
	width:90%;
	margin:0 auto 10px auto;
	color:#1a1a1a;
	font-size:12px;
}

/* セラピスト詳細 */

.therapist_title h2{
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
}

.therapist_img{
	position: relative;
/*	height:450px;*/
	z-index:1;
}

table.profile{
	border-collapse:collapse;
	border:1px solid #ccc;
	width:94%;
	margin:0 auto 20px auto;
}

table.profile tr{
	background:#ffffff;
}

table.profile tr:nth-child(even){
	background:#f7f8ff;
}

table.profile th{
	font-family: 'Noto Serif JP', serif;
	font-style:normal;
	font-size:14px;
	border-collapse:collapse;
	border:1px solid #ccc;
	padding:6px;
	color:#444444;
	width:60px;
}

table.profile td{
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	padding:6px;
	border-collapse:collapse;
	border:1px solid #ccc;
	color:#ffffff;
}

	.profile{
		width:90%;
		margin:0 auto 30px auto;
		text-align:left;
	}

	.reserve_btn{
		width:90%;
		margin:0 auto 20px auto;
	}

	.profile ul{
		width:100%;
	}

	.profile ul:after{
		content: '';
		display: block;
		clear: both;
	}

	.profile li.item{
		width:100%;
		padding:8px;
		background:#c9b993;
		text-align:center;
		color:#fff;
	}

	.profile li{
		width:100%;
		min-height:24px;
		padding:8px;
		word-break: break-all;
		color:#000;
	}

	.weekly_schedule{
		width:90%;
		margin:0 auto 30px auto;
	}

	.weekly_schedule:after{
		content: '';
		display: block;
		clear: both;
	}

	.weekly_schedule li{
		width:100%;
	}

	.week_day{
		background:#c9b993;
		color:#fff;
		padding:10px 0;
	}

	.schedule_time{
		padding:10px 0;
		word-break: keep-all;
		color:#000;
	}

	.therapist_bottom{
		width:100%;
	}

	.bottom_left{
		width:90%;
		margin:0 auto 30px auto;
	}

	.therapist_photo{
		width:100%;
	}

	.therapist_bottom .bottom_right{
		width:90%;
		margin:0 auto 30px auto;
	}


.msg_text{
	font-family: 'Noto Serif JP', serif;
	width:90%;
	margin:0 auto 20px auto;
	text-align:left;
}

/* 出勤情報 */

.shop_week{
	width:90%;
/*	height:20px;*/
	margin:0 auto 10px auto;
	padding:10px 0;
}

.shop_week:after{
	content: '';
	display: block;
	clear: both;
}

.shop_week li{
	float:left;
	width : 25% ;
	width : -webkit-calc(100% / 4) ;
	width : calc(100% / 4) ;
	height:50px;
}

.shop_week li:first-child{
	float:left;
	width : 50% ;
}

.shop_week li a{
	display:block;
	padding:10px 0;
	width:98%;
	font-size:13px;
	text-decoration: none;
	color: #333;
	text-align: center;
	overflow: hidden;
	background:#eee;
}

.shop_week li.select a{
	width:98%;
	padding:10px 0;
	font-size:13px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background:#c9b993;
}

.shop_week li a .day{
	font-weight:normal;
	font-size:10px;
}

.shop_week li a .week_day{
	font-weight:normal;
	font-size:11px;
}

.day_red{
	font-weight:normal;
	color:#ff0000;
}

.day_blue{
	font-weight:normal;
	color:#0000ff;
}

.schedule_list{
	width:90%;
	margin:0 auto;
}


.schedule_list:after {
	content: '';
	display: block;
	clear: both;
}

.schedule_list li{
	float:left;
	width:50%;
	margin:0 0 15px 0;
	border:0;
}

.schedule_list li .cast_box{
	width:94%;
	margin:0 auto 15px auto;
	padding:0 0 10px 0 ;
	background:#ffffff;
}

.schedule_list li .img{
	position:relative;
	width:100%;
	margin:0 auto 10px auto;
}

.schedule_list li .img .icon_box{
	position:absolute;
	top:0;
	left:0;
}

.schedule_list li .name{
	width:90%;
	margin:0 auto 10px auto;
	color:#1a1a1a;
}

.schedule_list li .time{
	width:90%;
	margin:0 auto 10px auto;
	padding:3px 0;
	color:#fff;
	font-size:13px;
	background:#c9b993;
}

/* news */

.shop_news{
	padding:30px 0;
}

.shop_news li{
	width:90%;
	margin:0 auto;
	padding:20px 0;
	border-bottom:1px dotted #999;
}

.shop_news li:last-child{
	border:0;
}

.shop_news li .img{
	margin-bottom:8px;
}

.shop_news li .time{
	color:#999;
	font-size:12px;
	text-align:left;
}

.shop_news li .title{
	color:#857243;
	font-size:16px;
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
}

.shop_news li .msg{
	font-size:12px;
	color:#857243;
	text-align:left;
}

/* 料金 */

.system_title{
	margin:0 auto 10px auto;
	width:94%;
	background: #c9b993;
}

.system_title h3{
	color:#333;
	padding:5px 0;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
}

.system_msg{
	color:#857243;
	text-align:left;
	font-size:15px;
	line-height:1.6;
	margin:0 auto 14px auto;
	width:90%;
}

.system_detail{
	width:90%;
	background:#3b3030;
	margin:0 auto 20px auto;
	padding:2px 0;
}

.system_detail table{
	width:99%;
	margin:0 auto ;
	background:#ffffff;
}

.system_detail th{
	padding:3px 2px;
	text-align:left;
	font-size:15px;
	color:#333;
}

.system_detail td{
	padding:3px 2px;
	text-align:left;
	font-size:15px;
	color:#333;
}

/* 割引チケット */

#ticket{
	padding:10px 0;
}

#ticket .title{
	border-bottom:3px solid #dfd3cd;
	text-align:left;
	margin-bottom:10px;
}

#ticket .title h3{
	color:#231816;
	margin:0 0 0 3px;
	padding:0;
	font-size:13px;
}


#ticket .msg{
	text-align:left;
	font-size:14px;
	line-height:1.6;
}

#ticket .limit{
	text-align:left;
	font-size:12px;
	color:#FF6600;
}

/* アクセス */

#access{
	padding:10px 0;
	margin:0 0 20px 0;
}

#access .room_name{
	text-align:left;
}

#access .room_name h3{
	font-weight:bold;
	font-size:14px;
	color:#857243;
	margin-bottom:5px;
}

#access .access{
	font-size:13px;
	text-align:left;
	background:#c9b993;
	color:#857243;
	padding:5px 0;
}

#access .access h4{
	margin:0 0 0 10px;
	font-size:13px;
	text-align:left;
	color:#857243;
	padding:0;
}

#access .guide{
	font-size:14px;
	text-align:left;
	color:#857243;
	margin-bottom:10px;
	padding:5px 0;
}

#access .parking{
	font-size:13px;
	text-align:left;
	background:#c9b993;
	padding:5px 0;
}

#access .parking h4{
	margin:0 0 0 10px;
	font-size:13px;
	text-align:left;
	color:#857243;
	padding:0;
}

/* qa */

.qa_list {
	width:98%;
	margin:0 auto;
}

.qa_list li{
	text-align:center;
	margin-bottom:10px;
}

.qa_list li .q{
	text-align:left;
	color:#105b5f;
	font-size:13px;
}

.qa_list li .a{
	width:98%;
	margin:0 auto;
	text-align:left;
	font-size:13px;
}

.twitter{
	display:block;
}

.smart_x a{
	display:none;
	margin:0 auto;
	width:80px;
	height:80px;
	background:url(../img/x.png);
	background-size:80px 80px;
	text-indent:-9999px;
}

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

	.smart_x a{
		display:block;
		margin:0 auto;
		width:80px;
		height:80px;
		background:url(../img/x.png);
		background-size:80px 80px;
		text-indent:-9999px;
	}

	.twitter{
		display:none;
	}

}
