/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #71482d;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}

#content {
	text-align:center;
	width:100%;
}




/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	padding-bottom:20px;
	background-color:#ffffff;
	z-index:100;
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#nav {
	text-align: right;
	margin: 30px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 50px;
	margin:0 10px 0 0;
	background:#bb7c53;
	border-radius:15px;
	padding-right:50px;
	color:#ffffff;
}

.navigation li:hover{
	cursor:pointer;
	background:#bb7c53;
	opacity:0.8;
	color: #ffffff;
	opacity:0.8;
}

/*
.navigation .active{
	cursor:pointer;
	color: #ffffff;
	font-weight:bold;
}
*/



/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
}



/* Slide */ 

.textslide{
	background-color:#ffffff;
	padding:0 0 20px 0;
}
.textslide h1 {
	font-size: 2.2em;
	padding: 0.2em;
	margin-top:0.5em;
	letter-spacing: 16px;
	color:#71482d;
	font-weight: 700;
	border-radius:30px;
/*	background-color:#D1C1B2; */
	background-color: #ead6ca;
	background-image:url('../images/bright-squares.png');
	opacity:0.7;
}
.textslide h2 {
	font-size: 1.3em;
	letter-spacing: 3px;
	color:#71482d;
	font-weight: 700;
	padding-bottom:20px;
}
.textslide .container {
	max-width:1000px;
}

.photoslide{
	color:#ffffff!important;
}

.photoslide .container{
}






/* Tablet */
@media screen and (max-width: 1024px) {

.textslide h2 {
	font-size: 1.2em;
	color: #71482d;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 700;
}
.photoslide h2{
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 700;
}

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	margin:5px 0;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
}


}




/* Mobile */
@media screen and (max-width: 480px) {

.textslide h2 {
	font-size: 1.2em;
	color: #71482d;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 700;
}
.photoslide h2{
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 700;
}

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	margin:5px 0;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
}

}




#cp{
	padding:1em;
	text-align:center;
}
h2{
	line-height:140%!important;
}
p,ol,ul{
	text-align:left;
	line-height:180%;
}


/* Tablet */
@media screen and (max-width: 1024px) {
.navigation li{
	float: left;
	margin-right:7%;
	width:18%;
	padding:0;
	text-align:center;
}
}

/* Mobile */
@media screen and (max-width: 480px) {
.navigation li{
	float: left;
	margin:0;
	margin-right:1%;
	width:24%;
}
}


table.yasumenu{
	margin:auto;
	width:100%;
}

table.yasumenu tr{
	border-bottom: 1px solid #cccccc;
}

table.yasumenu tr td{
	text-align:left;
	padding:0.4em;
}

table.yasumenu tr td.num{
	text-align:right;
}

table.yasumenu .subtext{
	font-size:75%;


}

.ggmap{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.spacer{
	margin:0.8em 0 0.8em 0;
	opacity:0.8;
}


.slider {
margin: 0 auto;
}

/* newanim */
.newanim{
	animation:flash 6s linear infinite;
}
@keyframes flash{
	0%,44%,56%,100%{
		opacity:1;
		color:#cc0000;
	}
	50%{
		opacity:0;
	}
}
/* トリートメント */

.js-acccontent{
	display:none;!important;
}
.js-accbtn{
	cursor: pointer;
	border-radius:5em;
	padding:0.5em 1.5em 0.5em 1.5em;
	background:#F7F3E5;
	margin:0.5em 0 0.5em 0;
}

