﻿@charset "UTF-8";

@media (max-width:960px){

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;} nav ul {list-style: none;font-size: 100%;}blockquote, q {quotes:none;}blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;} 


 /*    main   */
body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-family: Arial, sans-serif;
	background-image: url(../images/fabric_1.png);
}
.clear {
	clear: both;
}

.line {
	border-top: 2px dashed #545454;
	width: 90%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 125%;
	text-align: center;
	background-color: #595656;
	margin-top: -20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 50%;
	color: #FFFFFF;
	border: 5px solid #F1F1F1;
}

h3{
	font-size: 100%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #545454;
	font-weight: lighter;
}

h4{
	font-size: 80%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #545454;
	font-weight: lighter;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;     
} 
sup {
    bottom: 1ex;
	font-size: x-small;
} 
sub {
    top: .5ex;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

	
/*    header    */
header {
	width: 100%;
	height: 120px;
	background-color: rgba(255,255,255,0.7);
	-webkit-box-shadow: 1px 1px 4px rgba(161,161,161,1.00);
	box-shadow: 1px 1px 4px rgba(161,161,161,1.00);
	padding-top: 12px;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	text-indent: 100%;
	overflow: hidden;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 62px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-left: auto;
	margin-bottom: 16px;
	margin-right: auto;
	clear: both;
}
.naver {
	float: right;
	width: 100%;
}

#navre a {
	display: block;
	width: 100%;
	margin: 0 1px 0 0;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 40px;
	font-weight: bold;
	float: none;
	background: #595656;
}
#navre a:hover {
	background: #222;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
 
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
 
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
 
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/*    concept    */
.conceptimg {
	color: #565656;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/*    staff    */
#staffprof {
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	color: #595656;
}
.staffimg {
	width: 180px;
	float: none;
	height: 272px;
	background:url(../images/staff.jpg);
	text-indent: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#table {
	display: table;
	width: 90%;
	float: none;
	margin-left: auto;
	font-size: 100%;
	margin-right: auto;
	margin-top: 2%;
}
.row {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: table;
	text-align: left;
}
.row>div {
	display: table-cell;
}
.row>div:nth-child(odd) {
	width: 35%;
}
.row>div:nth-child(even) {
	width: 65%;
}
.row2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: table;
	text-align: left;
}
.row2>div {
	display: table-cell;
}
.row2>div:nth-child(odd) {
	width: 100%;
}
.row2>div:nth-child(even) {
	width: 0%;
}
.poem {
	white-space: pre-wrap;
	padding: 0 0 0 10px;
}
.author {
	padding: 0 0 0 130px;
}
				
/*    price    */
.pricetable {
	width: 90%;
	margin: 0 auto;
}
article.lmenu{
}
article.rmenu{
}
article ul{
	overflow: hidden;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}
 article ul li{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
}
article ul li .item_info{
	display: inline-block;
	float: left;
	margin-right: 2%;
	width: 35%;
}
article ul li h3{
	color: #545454;
	font-size: 100%;
	letter-spacing: .5px;
	font-weight: normal;
	width: auto;
}
article ul li .item_desc{
	color: #909090;
	font-size: 80%;
	font-style: italic;
	letter-spacing: 1px;
	text-align: left;
	width: auto;
}
 article ul li .price{
	float: right;
	color: #555;
	font-size: 100%;
	letter-spacing: .5px;
	font-weight: normal;
	width: 35%;
	text-align: right;
}
article ul li .separator{
	width: 25%;
	height: 1px;
	background: #555;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
}

/*    shopinfo    */
.cal1 {
	width: 280px;
	height: 280px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
}

.cal2 {
	width: 280px;
	height: 280px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
}
.facebook {
	width: 90%;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}
.time {
	width: 280px;
	height: 280px;
	margin-left: auto;
	float: none;
	margin-right: auto;
	margin-top: 24px;
}
.container .time .Schedule dt {
	margin-top: 24px;
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #3C3C3C;
}
.container .time .Schedule dd {
	margin-top: 24px;
	float: right;
	font-size: 18px;
	font-weight: normal;
	color: #767676;
}

/*    access    */
.address {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 24px;
	font-size: 100%;
}

.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%;
}

/*    item    */
.item01   {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.item01 .itemimg01  {
	width: 360px;
	float: none;
	height: 240px;
	background:url(../images/item1.jpg);
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}
.item01 .itembox{
	width: auto;
	float: none;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: auto;
	text-align: center;
	}
.item01 h3   {
	font-size: 100%;
}
.item01 p   {
	font-size: 80%;
	color: #595656;
	text-align: center;
	margin-top: 12px;
}
.itemprice   {
	margin-top: 18px;
	font-size: 100%;
	color: #595656;
}
.item01 .itemimg02  {
	width: 360px;
	float: none;
	height: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 24px;
	background:url(../images/item2.jpg);
	text-indent: -9999px;
}

/*    Menu Details    */
.menu_detail   {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../images/board.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 100% 100%;
}
/*    Head Spa    */
.menu_detail .menu_detail_HeadSpa_text_only{
	width: auto;
	float: left;
	margin: 45px 45px 45px 45px;
}
.menu_detail .menu_detail_HeadSpa_text_only h3   {
	font-size: 20px;
	font-weight: bold;
	color: #595656;
	text-align: left;
}
.menu_detail .menu_detail_HeadSpa_text_only p   {
	font-size: 16px;
	font-weight: bold;
	color: #595656;
	text-align: left;
	margin-top: 12px;
}
.menu_detail .menu_detail_HeadSpa_box{
	width: auto;
	float: left;
	margin-top: 90px;
	margin-left: 30px;
}
.menu_detail .menu_detail_HeadSpa_box h3   {
	font-size: 20px;
	font-weight: bold;
	color: #595656;
	text-align: left;
	margin-top: 12px;
}
.menu_detail .menu_detail_HeadSpa_box p   {
	font-size: 16px;
	font-weight: bold;
	color: #595656;
	text-align: left;
	margin-top: 12px;
}
.menu_detail .menu_detail_HeadSpa_img01  {
	width: 360px;
	height: 240px;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 60px;
	background:url(../images/item1.jpg);
	text-indent: -9999px;
}
.menu_detail .menu_detail_HeadSpa_img02  {
	width: 360px;
	height: 240px;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 60px;
	background:url(../images/item2.jpg);
	text-indent: -9999px;
}
/*    Facial    */
.menu_detail .menu_detail_Facial_text_only{
	width: auto;
	float: left;
	margin: 45px 45px 45px 45px;
}
.menu_detail .menu_detail_Facial_text_only h3   {
	font-size: 20px;
	font-weight: bold;
	color: #595656;
	text-align: left;
}
.menu_detail .menu_detail_Facial_text_only p   {
	font-size: 16px;
	font-weight: bold;
	color: #595656;
	text-align: left;
	margin-top: 12px;
}
.menu_detail .menu_detail_Facial_box{
	width: auto;
	float: left;
	margin-top: 90px;
	margin-left: 30px;
}
.menu_detail .menu_detail_Facial_box h3   {
	font-size: 20px;
	font-weight: bold;
	color: #595656;
	text-align: left;
	margin-top: 12px;
}
.menu_detail .menu_detail_Facial_box p   {
	font-size: 16px;
	font-weight: bold;
	color: #595656;
	text-align: left;
	margin-top: 12px;
}
.menu_detail .menu_detail_Facial_img01  {
	width: 360px;
	height: 240px;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 60px;
	background:url(../images/item1.jpg);
	text-indent: -9999px;
}
.menu_detail .menu_detail_Facial_img02  {
	width: 360px;
	height: 240px;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 60px;
	background:url(../images/item2.jpg);
	text-indent: -9999px;
}

/*    footer    */
footer {
	width: 100%;
	height: 320px;
	background-color: #595656;
	overflow: hidden;
}
#contact{
	border: 2px solid #FFFFFF;
	width: 90%;
	text-align: center;
	color: #FFFFFF;
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	height: 36px;
	margin: 24px auto;
}
.tel {
	font-size: 125%;
	color: #FFFFFF;
	font-family: "Lucida Console", Monaco, monospace;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 24px;
	font-weight: lighter;
	width: 90%;
}
.tel a:link {
	color: #FFFFFF;
}
.tel a:visited {
	color: #EFED28;
}
.tel a:hover {
	color: #EFED28;
}
.tel a:active {
	color: #EFED28;
}

footer p {
	width: 80%;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	margin: 0 auto;
}

.copyright{
	margin-top: 36px;
	font-size: small;
	}
}
