/* -----------------------------------------

  Goope Style / Salon2

----------------------------------------- */
/* -----------------------------------------
カラーCSS読み込み
----------------------------------------- */



/* ---------------------------------

 reset CSS

--------------------------------- */

html,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}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
	
/* --------------------------------------
	
	clear
	
--------------------------------------- */

br.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}

/* --------------------------------------
	
	HTML再定義

--------------------------------------- */

html { 
  height:100%; 
  }

body{
    background:#ffffff  repeat center top fixed;
    font:13px  arial,helvetica,"ＭＳ Ｐゴシック", "hiragino kaku gothic pro", "ヒラギノ角ゴ pro w3", "メイリオ", meiryo, "ＭＳ Ｐゴシック";
    letter-spacing:1px;
    word-wrap:break-word;
    height:100%;
    width:100%;
    margin:0 auto;
    }
 

html>body #wrapper {
  width: 960px;
  margin: 0 auto;
  height: auto !important; /*IE6対策*/
  height:100%; /*IE6対策*/
  min-height: 100%;
  background-image: url(/img/theme_salon2/white_09.png);
  background-repeat :repeat;
  } 
	
*html body #wrapper {
  margin: 0 35px;
  background-color: #ffffff;  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/theme_salon2/white_09.png', sizingMethod='scale');
  }	

/* --- トップページのみ --- */     
body#top div#wrapper {
  width: 100%;
  height:auto !important; /*IE6対策*/
  height:100%; /*IE6対策*/
  min-height: 100%;
  background-image: none;  
  background-color: #ffffff;
  } 
/* --- トップページのみ --- */   	 

div#wrapper_inner {
  height: auto;
  margin: 0 auto;
  }		
	
body#top div#wrapper_inner {
  height: auto;
  margin: 0 auto;
  }			

br.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  }

div#contents {
  margin: 0 auto; 
  padding-bottom: 50px;
  width: 960px;
  }
  
div#contents_inner {
  overflow:hidden;
  margin: 0 35px;
  }  
  
/* --- トップページのみ --- */   
body#top div#contents {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 0px;
  }  
body#top div#contents_inner {
  margin: 0;
  }    		
/* --- トップページのみ --- */       		
	
div#header_inner {
  margin: 0;
  }	

div#main {
  float:right;
	}

/* --- Main float none area--- */  
body#free div#main, 	
body#reservation div#main, 	
body#coupon div#main, 	
body#contact div#main, 	
body#calendar div#main, 	
body#about div#main {
  float: none;
  }	
/* --- Main float none area--- */   
	
/* --- トップページのみ --- */   
body#top div#main {
  float: none;
  }
/* --- トップページのみ --- */   	
	
#main_inner {
  margin: 0;
  }	
  
.navi_parts_detail {
  text-align: left;
  }  

.rslides {
  display: none;
  }
   
/* --------------------------------------
	リンク
--------------------------------------- */

a:link {
	color: #535353;
	text-decoration: none;
	}
	
a:visited {
	color: #535353;
	text-decoration: none;
	}
  	
a:hover {
	color: #a5a5a5;
	text-decoration: none;
	}
	
a:active {
	color: #535353;
	text-decoration: none;
	outline: none;
	}

/* --------------------------------------
	ヘッダー
	--------------------------------------- */

.shop_title {
    width:960px;
    position:relative;
    top:10px;
    margin:0 auto;
    text-align:right;
    }


.shop_rss {
    margin:3px 35px 0 6px;
    float:right;
    display:none;
    }


.shop_tel {
    color:#535353;
    margin:2px 0 0 6px;
    font-size:16px;
    letter-spacing:0.1em;
    float:right;
    }


/* --------------------------------------
	ページタイトル
--------------------------------------- */

#main h2.page_title {
  color: #535353;
  font-size: 25px;
  font-weight: bolder;
  text-align: left;
  margin: 0 0 0 -225px;
  _margin: 0;
  padding: 0 0 60px 0;
  }
  
/* --- 	サイドナビがないページ用 ---*/
body#free  #main h2.page_title, 	
body#reservation  #main h2.page_title, 	
body#coupon  #main h2.page_title, 	
body#contact  #main h2.page_title, 	   
body#about #main h2.page_title {
  margin: 0 !important;
  }  
 /* --- 	サイドナビがないページ用 ---*/
  
/* --- 	カレンダーページにのみ適用---*/
body#calendar #main h2.page_title  {
  margin: 0 0 20px 0;
  padding: 0 0 40px 0;  
  }  
/* --- 	カレンダーページにのみ適用 ---*/ 

/* --------------------------------------
	ナビゲーション
--------------------------------------- */
  
.menubtn {
  display: none;
  }  
  
body #navi {
  width: 960px;
  _width: 1000px;/*IE6対策*/
  margin-bottom: 55px;    
  background-repeat :repeat;  
  }   
  
html>body #navi {
  background-image: url(/img/theme_salon2/white_09.png);
  background: #ffffff;		
  } 
	
*html body #navi {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/theme_salon2/white_09.png', sizingMethod='scale');
  }  

/* --- トップページのみ --- */    
body#top #navi {
  width: 100%;
  position: static;
  margin: 0; 
  _position: absolute;/*IE6対策*/
  }	
/* --- トップページのみ --- */   

#navi_inner {
  display: block;
  padding: 0 0 10px 0;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  }     
	
#navi_inner ul {
  list-style-type: none;
  padding: 12px 0 0;
  margin: 0 10px;
  line-height: 25px;
  position: relative;
  left: 50%;
  float: left;
  } 		
		
#navi_inner ul li {
  font-weight: bolder;  
  position: relative;
  left: -50%;
  float: left;
  }		

#navi_inner ul li a {
  display: block;
  padding: 0 10px 0;
  color: #535353;
  font-size: 12px;
  text-decoration: none;
  }
								
#navi_inner ul li a:hover {
  color: #a5a5a5;
  }

html>body #navi ul li .active {
  color: #a5a5a5;
  }
  
/* スマホ用サブナビを非表示 */
#navi ul.sub_navi {
  display: none !important;
  }
  
/* PC用サブナビ */  
.sub_navi_side {
  float: left;
  font-size: 12px;
  width: 200px;
  position: relative;
  padding: 0;
  top: 100px;
  }
  
.sub_navi_side ul.sub_navi {
  padding: 0;
  }  
  
body#free  .sub_navi_side, 	
body#reservation  .sub_navi_side, 	
body#coupon  .sub_navi_side, 	
body#contact  .sub_navi_side, 	   
body#about .sub_navi_side,
body#calendar .sub_navi_side {
  display: none;
  }  
  
ul.sub_navi_side li {
  }

ul.sub_navi_side li a {
  margin-bottom: 1px;
  padding: 0 15px 8px 15px;
  display: block;
  color: #535353;
  font-weight: bold;
  text-decoration: underline;
  } 
  
ul.sub_navi_side li a:hover {
  color: #a5a5a5;
  }  
	
/* フリーページナビゲーション用 */
	
.free_area {
  }	

body .site_title {
  width: 960px;
  margin: 0 auto ;
  *margin: -20px auto 0; /* IE6,IE7のみ */
  text-align: center;
  padding: 10px 0 30px 0;   
  background-repeat : repeat;
  }        

html>body .site_title {
  background-image: url(/img/theme_salon2/white_09.png);
  } 
	
*html body .site_title {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/theme_salon2/white_09.png', sizingMethod='scale');
  }	  

/* --- トップページのみ --- */    	
body#top .site_title {
  width: 100%;  
  }	
/* --- トップページのみ --- */	
  
h1.site_logo {
  width: 960px;
  margin: 0 left;
  font-weight: bold;
  font: 45px  futura,Arial,Helvetica,"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
  padding: 10px 0 5px 0;	
  }
	
.site_description {
    width:960px;
    color:#535353;
    letter-spacing:0.1em;
    margin:0 left;
    font:12px  futura,arial,helvetica,"ＭＳ Ｐゴシック", "hiragino kaku gothic pro", "ヒラギノ角ゴ pro w3", "メイリオ", meiryo, "ＭＳ Ｐゴシック";
    }
  	

body#top .under_navi {
  padding-bottom: 300px;
  }		
  
h1.site_logo a:visited {
  text-decoration: underline;
  }
  	
h1.site_logo a:hover {
  text-decoration: underline;
  }
	
h1.site_logo a:active {
  text-decoration: underline;
  } 
		
/* --------------------------------------
	
	サイドバー
--------------------------------------- */

#sidebar {
  width: 960px;
  margin: 0 auto;
  }

#sidebar_inner {
  margin: 0 35px;  
  }
  
/* ナビパーツ */
div#navi_parts {
  font-size: 12px;
  margin: 0 50px 0 0;
  padding: 20px 0;  
  float: left;  
  color: #ffffff;
  }
  
.navi_parts_detail {
  float: left;
  margin: 0 20px 0 0; 
  } 		

/* today */
.today_area {
    margin:20px 40px 20px 0;
    font-size:12px;
    padding:0 40px 0 0;
    float:left;
    height:140px;
    color:#ffffff;
    border-right:1px solid #464646;
    display:none;
    }

  
.today_area a:link {
  text-decoration: underline;
  }
        	
.today_area a:visited {
  text-decoration: underline;
  }
	
.today_area a:hover {
  text-decoration: underline;
  }
        	
.today_area a:active {
  text-decoration: underline;
  }    

.today_title {
  font-weight: bolder;
  }

.today_schedule {
  margin: 10px 0 0 0;
  padding: 0px;
  }
	
.today_schedule a {
  color: #ffffff;
  }
	
/* カウンター */

.counter_area {
    float:left;
    margin:20px 40px 20px 0;
    padding:0 40px 0 0;
    height:140px;
    border-right:1px solid #464646;
    color:#ffffff;
    display:none;
    }


.counter_title {
  font-size: 12px;
  font-weight: bolder;
  margin-bottom: 10px;
  }
		
.counter_today {
  margin: 0 0 7px 1px;
  }
	
.counter_today span.num {
  font-weight: bolder;
  }
	
.counter_yesterday {
  margin: 0 0 7px 1px;
  }
	
.counter_yesterday span.num {
  font-weight: bolder;
  }
	
.counter_total {
  margin: 0 0 0 1px;
  }
  
.counter_total span.num {
  font-weight: bolder;
  }	

/* QRコード */

.qr_area {
    float:left !important;
    margin:20px 40px 20px 0 !important;
    padding:0 40px 0 0 !important;
    height:140px !important;
    border-right:1px solid #464646 !important;
    display:none;
    }


.qr_title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bolder;
  }

.qr_img {
  }

/* --------------------------------------
	フッター
--------------------------------------- */

html>body #footer {
  clear: both;
  margin: 0 auto;
  width: 960px;
  color: #535353;
  background-image: url(/img/theme_salon2/white_09.png);
  background-repeat: repeat;
  } 
	
*html body #footer {
  clear: both;
  margin: 0 auto;
  width: 960px;
  color: #535353;
  background-repeat :repeat;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/theme_salon2/white_09.png', sizingMethod='scale');
  }	
  
/* --- トップページのみ --- */ 
html>body#top #footer {
  width: 100%;
  }	
*html body#top #footer {
  width: 100%;
  }	
/* --- トップページのみ --- */ 
	
div#footer_copyright {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  }	

div#footer_copyright_inner {
  width: 960px;
  margin: 0  auto;
  }	

.shop_title_footer{
  display: none;
  }

.copyright {
    margin:10px 35px;
    float:left;
    font-size:10px;
    }


.powered {
    margin:10px 35px;
    float:right;
    font-size:12px;
    display:none;
    }

    
.powered a:link,
.copyright a:link {
  color: #535353;
  text-decoration: underline;
  }
	
.powered a:visited,
.copyright a:visited {
  color: #535353;
  text-decoration: underline;
  }
	
.powered a:hover,
.copyright a:hover {
  color: #535353;
  text-decoration: underline;
  }
  
.powered a:active,
.copyright a:active {
  color: #535353;
  text-decoration: underline;
  }
/* --------------------------------------
  ソーシャルアイコン
--------------------------------------- */

@font-face {
    font-family: 'icomoon';
    src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
    src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'),
         url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'),
         url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'),
         url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "\e900";
}

.icon-facebook:before {
    content: "\e901";
    margin-right: 2px;
}

.icon-twitter:before {
    content: "\e902";
    margin-right: 2px;
}

.social_wrap {
  font-size: 16px;
  margin: 0 0 0 15px;
}

.social_wrap a:link {
  color: #ffffff;
  text-decoration: none;
  }

.social_wrap a:visited {
  color: #ffffff;
  text-decoration: none;
  }

.social_wrap a:hover {
  color: #ffffff;
  text-decoration: none;
  }

.social_wrap a:active {
  color: #ffffff;
  text-decoration: none;
  }

/* --------------------------------------
	トップ
--------------------------------------- */

/* --トップ以外のwelcomeエリアを見えなくする-- */
body#info #welcome_info_area , 	  
body#photo #welcome_info_area , 	 
body#menu #welcome_info_area , 	
body#calendar #welcome_info_area , 	   
body#about #welcome_info_area ,
body#contact #welcome_info_area , 	  
body#coupon #welcome_info_area , 	
body#reservation #welcome_info_area , 	
body#free #welcome_info_area  {
  display: none;
  }  

#welcome_info_area {
  color: #535353;
  width: 100%;
  line-height: 17px;
  padding-top: 20px;  	
  }
  
.welcome_info_area_inner {
  width: 960px;
  margin: 0 auto;    
  }  

.welcome_area {
  height: 100px;
  width: 410px;  
  float: left;
  margin-left: 35px;
  padding: 0 0 0 0;    
  } 
  
.welcome_area_title {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 10px 0;
  }
		
.welcome_area_message {
  font-size: 11px;
  height: 50px;
  }
	
.top_info_area {
  float: right;
  width: 410px;  
  margin-right: 35px;  
  list-style-type: none;
  }
	
.top_info_title {
  font-size: 17px;
  font-weight: normal;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  text-align: left;	
  }
	
.top_info_message {
  font-size: 11px;
  height: 50px;
  }	
	
.top_info_message li a {
  color: #535353;
  font-size: 11px;
  margin: 0 0 5px 0;
  text-decoration: underline;	
  }
		
.top_info_date{
  margin-right: 10px;	
  }		
		
/* --------------------------------------
	インフォメーション
--------------------------------------- */

.info_area {
  width: 650px;
  margin: 0 0 32px 0;
  }

.info {
  width: 650px;
  padding:0 1px;  
  margin: 0 0 25px 0;
  }
	
.info_photo {
  padding: 0 1px;
  margin: 0 0 15px 0;
  }	
	
.info_photo img {
  }	

.info_date {
  color: #535353;
  font-size: 12px;
  margin: 0 0 4px 0;
  padding: 0 1px 0 1px;
  }
	
.info_title {
  padding: 0;
  font-size: 17px;
  font-weight: bolder;
  margin: 0 0 10px 0;
  }
	
.info_body {
  color: #000000;
  padding: 0 1px 30px 1px;
  border-bottom: 1px dotted #bdbdbd; 
  }

.info_area a:hover {
  text-decoration: underline;
  }

/* --------------------------------------
	カレンダー
--------------------------------------- */

.calendar_area {
	margin: 0 0 35px 0;
	width: 100%;
	}
	
.calendar_area a:link {
  text-decoration: underline;
  }
        	
.calendar_area a:visited {
	text-decoration: underline;
	}
	
.calendar_area a:hover {
	text-decoration: underline;
	}
        	
.calendar_area  a:active {
	text-decoration: underline;
	}

.calendar_header {
    color: #535353;
	margin: 0 0 50px 0;
	font-size: 13px;
	text-align: center;
	font-weight: bolder;
	}
	
.calendar_header a {
	margin: 0 12px;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	}	
		
.table_calendar th {
	text-align: center;
	font-size: 10px;
	border-bottom: 1px solid #848484;
	padding: 0 0 5px 0;
	}
	
.table_calendar th.sun {
	color: #ff3355;
	}
				
.table_calendar th.sat {
	color: #0250d0;
	}
	
.table_calendar td {
	border-bottom: 1px solid #848484;
	border-left: 1px solid  #848484;
	width: 14%;
	height: 100px;
	text-align: center;
	padding: 0 0 5px 0;
	}
				
.table_calendar td img {
	padding: 20px;
	}
					
.table_calendar td img:hover {
	border: 2px solid  #848484;
	padding: 18px;
	}

.table_calendar td.sun {
	}
				
.table_calendar td.sat {
	border-right: 1px solid  #848484;
	}
				
.table_calendar td p.day {
	font-size: 14px;
	line-height: 14px;
	margin: 2px 5px 0 5px;
	padding: 0;
	text-align: right;
	}
				
.table_calendar td.sun p.day {
  color: #ff3355;
  }
					
.table_calendar td.sat p.day {
  color: #0250d0;
  }
	
.schedule {
  margin: 0 0 20px 0;
  }
	
.schedule a:link {
  text-decoration: underline;
  }
        	
.schedule a:visited {
  text-decoration: underline;
  }
	
.schedule a:hover {
  text-decoration: underline;
  }
        	
.schedule a:active {
  text-decoration: underline;
  }
		
.schedule_date {
  font-weight: bolder;
  font-size: 17px;
  margin: 0 0 12px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px dotted #bdbdbd; 
  }
			
.schedule ul {
  list-style: none;
  margin: 0 0 40px 0;
  }
			
.schedule ul li {
  margin: 0 0 10px 0;
  line-height: 20px;
  }
				
.schedule_category {
  padding: 5px 7px;
  margin:0 10px 0 0;
  font-size: 10px;
  background-color: #535353;;
  color: #ffffff;
  }
				
.schedule_time {
  font-weight: bolder;
  }
					
.schedule_title {
  font-weight: bolder;
  }

.schedule_detail {
  width: 650px;
  margin: 0 0 36px 0;
  padding: 0 0 8px 0;
  padding: 0 0 8px 0;
  }
    		
.schedule_detail_date {
  font-size: 12px;
  color: #535353;
  }
			
.schedule_detail_category {
  padding: 4px 7px;
  margin: 0 0 8px 0;
  font-size: 10px;
  background-color: #535353;
  color: #ffffff;
  }
	
.schedule_detail_title {
  color: #535353;
  font-weight: bolder;  
  font-size: 14px;
  margin: 10px 0 3px 0;
  }
			
.schedule_detail_body {
  color: #000000;
  line-height: 20px;
  }
			
.schedule_detail_body img {
  margin: 4px 0 10px 0;
  }

/* --------------------------------------
	メニュー
--------------------------------------- */

.menu_area {
  width:650px;
	margin: 0 0 40px 0;
	}

.menu_list {
	margin: 0 0 50px 0;
	}

.menu_category {
	margin: 0 0 25px 0;
	padding: 0 0 10px;
	font-weight: bolder;
	font-size: 17px;
	border-bottom: 1px dotted #bdbdbd;
	}

.menu_title {
	font-size: 15px;
	font-weight: bolder;
	line-height: 24px;
	padding:0 1px;
	}
	
.menu {
	margin: 0 0 15px 0;
	}	

.menu_price {
  color:	#000000;	
	font-size: 14px;
	font-weight: bolder;
	line-height: 24px;
	margin: 0 0 3px 0;
	padding:0 1px;
	}

.menu_body {
	clear: both;
	line-height: 18px;
	width: 100%;
	color: #000000;
	margin: 0;
	padding: 0 1px;
	}
			
.menu_body img {
	float: left;
	margin: 0 10px 0 0;
	padding:0 1px;
	}

.menu_body p img {
  float: none;
  }   
	
.menu_area a:link {
  text-decoration: underline;  
	}
	
a:visited {
  text-decoration: underline;  
	}	

.menu_area a:hover {	
	text-decoration: underline;
	}
	
.menu_area a:active {
	text-decoration: underline;
	}		 		

/* --------------------------------------
	フォトギャラリー
--------------------------------------- */

.album_title {
  color: #535353;
  margin: 0 0 25px 0;
  padding: 0 0 10px;
  font-weight: bolder;
  font-size: 17px;
  border-bottom: 1px dotted #bdbdbd;
  }

.photo_area {
  width: 650px;
  margin: 0 0 32px 0;
  }

.album {
  margin: 0 0 30px 0;
  padding: 0 0 0 15px;
  }
	
.album:last-child {
  padding: 0 0 15px 15px;
  }	
			
.photo_thumb {
  float: left;
  margin: 0 15px 15px 0;
  }

.photo {
  width: 100%;
  margin: 0 5px 25px 0;
  }

.photo_image {
  margin: 0 0 10px 0;
  padding:0 1px;
  }
	
.photo_date {
  color: #535353;
  text-align: left;
  margin-bottom: 4px;
  padding:0 1px 0 1px;
  }

.photo_title {
  color: #535353;
  font-size: 15px;
  font-weight: bolder;
  margin: 0 0 10px 0;
  padding:0 1px;
  }

.photo_body {
  color: #6a6a6a;  
  line-height: 20px;
  padding: 0 1px 25px 1px;
  border-bottom: 1px dotted #bdbdbd;
  }
	
.photo_area a:hover {
  text-decoration: underline;
  }	
	
/* --------------------------------------
	クーポン
--------------------------------------- */
	
.coupon_area a:link {
  text-decoration: underline;
  }
	
.coupon_area a:visited {
  text-decoration: underline;
  }
	
.coupon_area a:hover {
  text-decoration: underline;
  }
	
.coupon_area a:active {
  text-decoration: underline;
  }

.coupon_area {
  margin-bottom: 40px;
  }	
	
.coupon {
  padding: 0;
  margin-bottom: 20px;
  }
			
.coupon_image img {
  float: left;
  margin: 0 25px 25px 0;
  }

.coupon_qr {
  width: 110px;
  }

.coupon_title {
  font-weight: bolder;
  margin-bottom: 10px;
  font-size: 17px;
  }
	
.coupon_body {
  float: left;
  }	

.coupon_body ul {
  color: #000000;  
  font-weight: bolder;
  margin-bottom: 10px;  
  }
	
.coupon_body ul li {
  list-style-type: none;
  }

.coupon_print {
  font-weight: bolder;
  }		

/* --------------------------------------
	店舗情報
--------------------------------------- */

.about_area {
  }

.map {
  width: 100%;
  height: 100%;
  margin: 0 0 25px 0;
  padding: 0;
  background: #ffffff;
  }

.detail {
  margin: 0 0 10px 0;
  }

.table_detail {
  float: right;
  width: 100%;
  border-top: 1px solid #a3a3a3;
  background-image: url(/img/theme_salon2/white_65.png);
  }
			
.table_detail th {
  width:150px;
  text-align: center;
  white-space: nowrap;
  padding: 15px 15px;
  border-bottom: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  }
				
.table_detail td {
  width: 350px;
  color: #000000;
  padding: 15px 15px;
  border-bottom: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;		
  }

/* --------------------------------------
	お問い合わせ
--------------------------------------- */

.contact_area {
  font-weight: bolder;
  margin: 0 0 15px 0;
  display: block;
  clear: both;
  overflow: hidden;
  line-height: 17px;
  }

.contact_wrapper {
  float: right;
  }	

.contact_message {
  margin: 0 0 40px 0;
  font-size: 15px;
  line-height: 23px;
  }
	
.contact_area label {
  margin: 0 0 5px 0;
  }

.contact_area input {
  margin: 0 5px 0 0;
  font-size: 14px;
  padding: 5px;
  vertical-align: middle;
  }

.contact_area textarea {
  font-size: 14px;
  }

.contact_name {
  width: 500px;
  }
	
.contact_email {
  width: 500px;
  }
	
.contact_tel {
  width: 500px;
  }
	
.contact_body {
  height: 150px;
  width: 512px;
  }

.contact_area .button_area {
  text-align: right;
  }
	
.contact_area .button {
  color: #434343;
  background-color: #b4b4b4;
  background: -moz-linear-gradient(
  top,
  #eeeeee 0%,	
  #b4b4b4);
background: -webkit-gradient(
	linear, left top, left bottom, 
	from(#eeeeee),
	to(#b4b4b4));
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #b4b4b4;
-moz-box-shadow:
	0px 2px 2px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,1);
-webkit-box-shadow:
	0px 2px 2px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,1);
box-shadow:
	0px 2px 2px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,1);
  cursor: pointer;
	font-size: 14px;
	font-weight: bolder;
	margin: 10px 0; 
	padding: 11px 30px;
	width: 518px;
 }
		
.contact_small {
	width: 100px;
	}
	
.contact_medium {
	width: 200px;
	}
	
.contact_large {
	height: 100px;
	width: 500px;
	}

.checkbox {
	display: block;
	clear: both;
	padding: 0 0 5px 0;
	}
	
.checkbox input {
	display: inline;
	float: left;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 5px;
	width: 13px;
	border: none;
	}
	
.checkbox label {
	display: block;
	width: 460px;
	float: left;
	margin: 0 0 5px 0;
	}

.radio {
	display: block;
	clear: both;
	padding: 5px 0 5px 3px;
	}
	
.radio input {
	display: inline;
	float: left;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 5px;
	width: 13px;
	border: none;
	}
	
.radio span {
	display: block;
	width: 460px;
	float: left;
	margin: 0 0 5px 0;
	}
	
.personal_info {
  float: left;
  width: 320px;
  font-weight: bolder;
	margin: 1px 0 34px 0;
	font-size: 12px; 
	}
	
.personal_info_txt {
  margin: 8px 0 0 0; 			
  color: #000000;
  font-weight: normal;
	line-height: 150%;
	}

/* --------------------------------------
    予約ページ
--------------------------------------- */

.reservation_area {
  font-weight: bolder;
  margin: 0 0 15px 0;
  display: block;
  clear: both;
  overflow: hidden;
  line-height: 17px;
  }

.reservation_message {
	margin: 0 0 40px 0;
	font-size: 15px;
	line-height: 23px;
  }
  
.reservation_form .reservation_area label {
  margin: 0 0 5px 0;
  }
  
.reservation_form .reservation_area input {
  margin: 0 5px 0 0;
  font-size: 14px;
  padding: 5px;
  vertical-align: middle;
  }

.reservation_form .reservation_area textarea {
  margin: 0;
  font-size: 14px;
  padding: 5px;
  
  }
.reservation_form .reservation_name {
  width: 500px;
  }
  
.reservation_form .reservation_email {
  width: 500px;
  }
  
.reservation_form .reservation_tel {
  width: 500px;
  }
  
.reservation_form .reservation_memo {
  width: 500px;
  height: 100px;
  }
  
.reservation_area .button_area {
  text-align: left;
  }
  
.reservation_area .button {
  color: #434343;
	background-color: #b4b4b4;
	background: -moz-linear-gradient(
	top,
	#eeeeee 0%,
	#b4b4b4);
background: -webkit-gradient(
	linear, left top, left bottom, 
	from(#eeeeee),
	to(#b4b4b4));
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #b4b4b4;
-moz-box-shadow:
	0px 2px 2px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,1);
-webkit-box-shadow:
	0px 2px 2px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,1);
box-shadow:
	0px 2px 2px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,1);
  cursor: pointer;
	font-size: 14px;
	font-weight: bolder;
	margin: 10px 0; 
	padding: 11px 30px;
	width: 514px;
  }
	    
.reservation_form .reservation_small {
  width: 200px;
  }
  
.reservation_form .reservation_medium {
  width: 200px;
  }
  
.reservation_form .reservation_large {
  height: 200px;
  width: 500px;
  }

.reservation_info .reservation_tel_number {
  background: url(/img/menu/tel.gif) no-repeat 0 0;
  font-family: Arial #6a6a6a;
  font-size: 16px;
  font-weight: bolder;
  padding: 3px 5px 5px 30px;
  }

.reservation_info .reservation_tel_time {
  border: 1px solid #DD6669;
  padding: 10px;
  }

.reservation_list .reservation_title {
  font-size: 14px;
  font-weight: bolder;
  line-height: 24px;
  padding: 10px 0;
  }
  
 .reservation_area a:link {
	text-decoration: underline;
	}
	
.reservation_area a:visited {
	text-decoration: underline;
	}
	
.reservation_area a:hover {
  text-decoration: underline;
  }
  
.reservation_area a:active {
	text-decoration: underline;
	}     
  
.reservation_course_body img {  
  margin: 5px 0 0 0;
  }	
  
.reservation_course_body p {  
  font-weight: normal;
  color: #6a6a6a;
  margin: 10px 0;  
  }    

/* --------------------------------------
	pager
--------------------------------------- */

.pager {
	text-align: center;
	white-space: nowrap;
	padding: 5px 0;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	}

.pager a {
	margin: 0 2px;
	padding: 3px 5px;
	}
	
.pager a:link {
	color: #6a6a6a;
	text-decoration: underline;
	}
	
.pager a:visited {
	color: #6a6a6a;
	text-decoration: underline;
	}
  	
.pager a:hover {
	color: #6a6a6a;
	text-decoration: underline;
	}
	
.pager a:active {
	text-decoration: underline;
	}
	
.pager a.next {
	margin: 0 2px;
	padding: 3px 5px;
	}
	
.pager a.next:link {
	color: #6a6a6a;
	text-decoration: none;
	}
	
.pager a.next:visited {
	color: #6a6a6a;
	text-decoration: none;
	}
  	
.pager a.next:hover {
	color: #6a6a6a;
	text-decoration: none;
	}
	
.pager a.next:active {
	text-decoration: none;
	}

.pager a.chk {
	margin: 0 2px;
	padding: 5px 7px;
	background: #535353;
	color: #ffffff;
	text-decoration: none;
	}

/*--------------------------------
	AutoPagerize
--------------------------------*/

.autopagerize_page_element {
	clear: both;
	}

#hr {
	border: none;
	margin-top: 20px;
	}
	
.autopagerize_link {
	margin-bottom: 20px;
	}

/* --------------------------------------
	tooltip
--------------------------------------- */

.hotspot {
	cursor: pointer;
	}

#tt {
	position: absolute;
	display: block;
	background: url(/img/tooltip/tt_left.gif) top left no-repeat;
	}
	
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(/img/tooltip/tt_top.gif) top right no-repeat;
	overflow: hidden;
	}
	
#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #ccc;
	color: #333;
	font-size: 10px;
	line-height: 16px;
	}
	
#ttcont div.schedule_title {
  font-size: 13px;
  }
		
#ttcont div.schedule_body {
	font-size: 11px;
	}

#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
	}


/* --------------------------------------
	colorbox
--------------------------------------- */

/* --------------------------------------
	colorbox
--------------------------------------- */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(/img/theme_simple2/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/img/theme_simple2/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/* --------------------------------------
jscrollpane
--------------------------------------- */        

.jspContainer {
	overflow: hidden;
	position: relative;
  }

.jspPane {
  padding: 0px !important;
	position: absolute;
  }
  
.jspPane p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  }  

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0px;
  width: 5px;
  height: 100%;
  background: red;
  }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
  }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
  }

.jspCap {
  display: none;
  }

.jspHorizontalBar .jspCap {
  float: left;
  }

.jspTrack {
  background-color: #535353;
  position: relative;
  }

.jspDrag {
  background: #b0b0b0;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
  }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
  }

.jspVerticalBar .jspArrow {
  height: 16px;
  }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
  }

.jspVerticalBar .jspArrow:focus {
  outline: none;
  }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
  }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
   margin: 0 -3px 0 0;
   }        
     
/* --------------------------------------
	bgstretcher
--------------------------------------- */     

body#top .bgstretcher_img img{
  display:none;
  }

.bgstretcher-area { 
  text-align: left;
 }
 
.bgstretcher, 
.bgstretcher UL, 
.bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
	}

.bgstretcher UL, 
.bgstretcher UL LI {
	margin: -1px 0 0 0;
	padding: 0;
	list-style: none;
	}

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	min-width: 1000px !important;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
	}
	
body#info .bgstretcher,
body#photo .bgstretcher,
body#menu .bgstretcher,
body#calendar .bgstretcher,
body#free .bgstretcher,
body#reservation .bgstretcher,
body#coupon .bgstretcher,
body#contact .bgstretcher,
body#about .bgstretcher	 {
  display: none  !important;   
  }

          
/* --------------------------------------
	For IE6
--------------------------------------- */

* html .info {
  margin: 0 0 40px 0;
  }

* html .table_calendar td a.hotspot {
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #a3a3a3;
  cursor: hand;
  }

	/* -----------------------------------------

タブレット端末対策
※ 幅960px以下のデバイスには、下記のスタイルが継承されます。

----------------------------------------- */

@media screen and (max-width: 960px) {
/* --- トップページのみ --- */     
body#top div#wrapper  {
  width: 1000px;
	} 
/* --- トップページのみ --- */   	
}

	/* -----------------------------------------

Smart Phone
※ 幅600px以下のデバイスには、下記のスタイルが継承されます。

----------------------------------------- */

@media screen and (max-width: 600px) {

html { 
  height: auto;   
  }

body .smartphone {   
  width: 100%;
  font-size: 13px;
  height: auto;
  margin: 0;
  }

img {  
  max-width: 100%;
  height: auto;
  border: none;
  }

html>body #wrapper  {
padding: 0;
  width: 100%;
  height:auto; 
  min-height: auto;
  background-image: none;  
  background-color: rgba(255, 255, 255, 0.9);
  }
	
/* --- トップページのみ --- */     
body#top div#wrapper  {
  width: 100%;
  position: relative;
  height: auto; 
  min-height: auto; 
  background-color: rgba(255, 255, 255, 0.9);  
  } 
/* --- トップページのみ --- */   
	
div#wrapper_inner {
  margin: 0 20px;
  }	
	
body#top div#wrapper_inner {
  margin: 0 20px;
  }
	
div#contents {
  margin: 0;
  padding-bottom: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  }
  
div#contents_inner {
  overflow:hidden;
  margin: 0;
  }  
  
/* --- トップページのみ --- */   
body#top div#contents {
  margin: 0;
  width: 100%;
  padding-bottom: 0px;
  }
body#top div#contents_inner {
  height: 0;
  margin: 0;
  }    		
/* --- トップページのみ --- */      	

div#main {
  margin: 0 0 40px;
  float: none;
  width: 100%;
  }
	
div#main_inner {
  margin:  0 0 50px 0;
  }
	
#header {
  padding: 0;
  }
	
#header_inner {
  margin: 0;
  }

/* --------------------------------------
	ヘッダー
	--------------------------------------- */

.shop_title {
  display: none;
  }
  
html>body .site_title {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 18px 0 5px;
  background-image: none;
  background-color: rgba(255, 255, 255, 0);
  }   
  
/* --- トップページのみ --- */    	
html>body#top .site_title {
  padding: 20px 0 18px;
  width: 100%;
  }	
/* --- トップページのみ --- */      
  
h1.site_logo {
  width: 100%;
  font-weight: bold;
  font: 40px  'futura' !important;
  padding-top: 0;	
  text-align: center;	
  margin: 0;
  }
	
.site_description_smartphone {
  width: 100%;
  color: #535353;
  letter-spacing: 0.1em; 
  margin-left: 3px;	
  padding-bottom: 25px;
  font: 12px  'futura';
  } 				

/* --------------------------------------
	ページタイトル
--------------------------------------- */

#main h2.page_title {
  color: #535353;
  font-size: 20px;
  vertical-align: top;
  font-weight: bolder;
  text-align: left;
  margin: 0 0 5px 0 !important;
  padding: 0 0 10px !important;
  }
  
/* --- 	サイドナビがないページ用 ---*/
body#free  #main h2.page_title, 	
body#reservation  #main h2.page_title, 	
body#coupon  #main h2.page_title, 	
body#contact  #main h2.page_title, 	   
body#about #main h2.page_title {
  margin: 0;
  }  
/* --- 	サイドナビがないページ用 ---*/
  
/* --- 	カレンダーページにのみ適用---*/
body#calendar #main h2.page_title  {
  margin: 0 0 5px 0 !important;
  padding: 0 0 10px !important;
  }  
/* --- 	カレンダーページにのみ適用 ---*/ 

/* --------------------------------------
	ナビゲーション
--------------------------------------- */

.menubtn {
  cursor: pointer; 
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bolder;
  color: #ffffff;
  background-color: #535353;		
  display: block;  
  } 

body #navi {
  margin: 0 0 60px 0 !important;
  width: 100%;
  height: auto;
  background-image: none;  
  position: static;  
  }
  
html>body #navi {
  background-color: rgba(0,0,0,0);		
  background-image: none;  	
  }   

/* --- トップページのみ --- */    
body#top #navi {
  margin: 0 0 20px 0 !important;
  width: 100%;
  height: auto;
  background-color: rgba(0,0,0,0.0);		
  position: static;  
  }	
/* --- トップページのみ --- */       

#navi_inner { 
  display: none;
  padding: 0; 
  width: auto;
  margin: 0 ;
  overflow: hidden;
  position: relative;
  }  
	
#navi_inner ul {
  list-style-type: none;
  padding: 0;
  line-height: 25px;
  margin: 0;	
  position: static;
  left: auto;  
  float: none;
  border-top: 1px solid #bdbdbd;      
  } 	
			
#navi_inner ul li {
  font-weight: bolder;  
  position: relative;
  left: auto;  
  float: none;
  }

html>body #navi ul li a {
  color: #535353;
  height: 100%;
  display: block;
  margin: 0;
  padding: 15px 20px;
  font-size: 14px;
  text-decoration: none;
  background-size: 30px 18px;	
  background-image: url(/img/theme_salon2/navi_arrow_palegray.png);                            
  background-repeat: no-repeat;
  background-position: right center;
  background-color: rgba(255,255,255,0.7);
  border-right: 1px solid #bdbdbd;  
  border-left: 1px solid #bdbdbd;  
  border-bottom: 1px solid #bdbdbd;    
  }		
	
html>body #navi ul li .active {
  display: none;
  color:#a5a5a5;
  background-color: #000000;
  background-size: 30px 18px;
  background-image: url(/img/theme_salon2/navi_arrow_white.png);       
  background-repeat: no-repeat;
  background-position: right center;
  }	

html>body #navi ul li a:hover {
  background-size: 30px 18px;
  background-image: url(/img/theme_salon2/navi_arrow_white.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #535353;
  color: #ffffff;
  border-right: 1px solid #bdbdbd;  
  border-left: 1px solid #bdbdbd;  
  border-bottom: 1px solid #bdbdbd;    	                       
  }	

/*スマホ用サブナビ を表示*/	
#navi ul.sub_navi { 
  border: none;
  margin: 20px 0 10px 0;
  }	
	
#navi ul.sub_navi li {
  border-bottom: none !important;  	
  }	
	
#navi ul.sub_navi li a {
  display: block !important;
  margin: 0 0 15px 0;
  padding: 0 0 0 37px;
  font-size: 12px;
  background-size: 5px 10px;
  background: url(/img/theme_salon2/sub_navi_arrow_1.png) no-repeat 23px 5px;
  }
	
#navi ul.sub_navi li a:hover {
  color: #808080;
  background-size: 5px 10px;
  background: url(/img/theme_salon2/sub_navi_arrow_1_on.png) no-repeat 23px 5px;
  }
	
/* PC用サブナビ を非表示*/
.sub_navi_side {
  display: none;
  }
  
body#calendar .sub_navi_side {
  display: none;
  }  

ul.sub_navi_side li a {
  display: none;
  } 
	
/* フリーページナビゲーション用 */
	
    a.navi_free{
        
        
    }

    a.navi_free:hover {
        
        
    }

    body.id_56332 a.free_56332, body.id_195679 a.free_195679 {
        
        
    }
	

h1.site_logo {
  font-weight: bold;
  font: 45px  'futura';
  padding-top: 10px;	
  }
	
h1.site_logo a:hover {
  text-decoration: underline;
  }
	
h1.site_logo a:active {
  text-decoration: underline;
  }		 
	
body#top .under_navi {
  padding-bottom: 0;
  }		
		
/* --------------------------------------
	
	サイドバー
--------------------------------------- */

div#sidebar {
  margin: 0;
  float: none;
  width: 100%;
  }
	
div#sidebar_inner {
  margin: 0;
  }
  
/* ナビパーツ */
div#navi_parts  {
  font-size: 12px;
  margin: 0 auto 30px;
  float: none;
  color: #000000;
  }  
  
.navi_parts_detail {
  float: none;
  text-align:center;
  margin: 0 0 30px 0;   
  }    

/* today */
.today_area_smartphone {
  width: auto !important;
  float: none;
  color: #000000;
  margin: 20px 20px 50px 20px;
  padding: 0;
  border: none;
  height: auto;
  }

.today_area_smartphone a {
  color: #000000;
  }  

.today_title {
  padding: 0;
  margin: 0;
  width: 100%;
  font-weight: bolder;	
  height: 36px;                              
  display: -moz-box;
  display: -webkit-box;
  -moz-box-align: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  color: #000000;
  border-top: dotted 1px #bdbdbd;
  border-bottom: dotted 1px #bdbdbd;
  }

.today_schedule {
  margin: 15px 10px 10px 10px;
  padding: 0;
  border-top: none;
  }
	
.today_schedule_title {
  padding-bottom: 5px;
  font-weight: bolder;
  margin: 0;
  }

/* QRコード */
.qr_area_smartphone {
  display: none;
  }

.counter_area_smartphone {
  float: none;
  font-size: 14px;
  margin: 0 20px 50px 20px;
  padding: 0;
  border-bottom: none;
  height: auto;
  border-right : none;    
  color: #000000;
  }
	
.counter_title {
  padding: 0;
  margin: 0;
  width: 100%;
  font-weight: bolder;	
  height: 36px;                              
  display: -moz-box;
  display: -webkit-box;
  -moz-box-align: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  color: #000000;
  border-top: #bdbdbd dotted 1px;
  border-bottom: #bdbdbd dotted 1px;
  }
		
.counter_today {
  margin: 15px 0 12px 10px;
  }
	
.counter_yesterday {
  margin: 0 0 12px 10px;
  }
	
.counter_total {
  margin: 0 0 0 10px;
  }

/* --------------------------------------
	フッター
--------------------------------------- */
	
/* --- トップページのみ --- */ 
html>body#top #footer {
  background-color: #ffffff;
  margin: 0 ;  
  width: 100%;
  height: auto;
  position: static;
  color:#535353;
  }
/* --- トップページのみ --- */ 	

html>body #footer { 
  color:#535353;	
  float: none;
  margin: 0;
  width: 100%;
  height: auto;
  background-image: none;
  background-color: rgba(0, 0, 0, 0) !important;	
  }
  
div#footer_inner { 	
  margin:0 -20px;
  background-color: rgba(255,255, 255, 0);
  }
    
div#footer_copyright {
  border-top: none;
  padding: 20px 0 0 0; 
  margin: 0;
  height: 100%;
  background-color: #ffffff;
  }
  
div#footer_copyright_inner {
  color:#535353;
  width: 100%;
  margin: 0  auto;
  }	
  
div#footer_copyright  a:link {
  color:#535353;
  text-decoration: underline;
  }
	
div#footer_copyright  a:visited {
  color: #535353;
  text-decoration: underline;
  }
  	
div#footer_copyright  a:hover {
  color: #535353;
  text-decoration: underline;
  }
	
div#footer_copyright  a:active {
  color:#535353;
  text-decoration: underline;
  }

.shop_title_footer {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  background-color: #535353;
  margin: 0 20px 20px;
  border-radius: 2px;        
  -webkit-border-radius: 2px; 
  }
  
.shop_info_footer {
  position: relative;
  left: 50%;
  float: left;
  padding-bottom: 10px;  
  }

.shop_rss_footer {
  left: -50%;
  position: relative;
  float: left;
  margin-right: 7px;
  margin-top: 3px;
  }
      
.shop_name_footer {
  font-size: 14px;
  position: relative;
  left: -50%;
  float: left;
  margin-top: 1px;
  color: #ffffff;
  }

.shop_tel_footer {
  font-size: 16px;
  color:#ffffff;
  padding-top: 10px;
  border-top: 1px solid #898989;
  clear: both;
  text-align: center;
  } 
  
div#footer_inner .shop_title_footer .shop_tel_footer a:link {
  color: #ffffff;
  text-decoration: none;
  }
	
div#footer_inner .shop_tel_footer a:visited {
  color: #ffffff;
  text-decoration: none;
  }
	
div#footer_inner .shop_tel_footer a:active {
  color: #ffffff;
  text-decoration: none;
  }  

.copyright_smartphone {
  color:#535353;
  padding-top:  20px; 
  border-top: 1px solid #bdbdbd;
  float: none;
  text-align: center;
  margin: 10px 0;
  }
  
.powered_smartphone {
  color:#535353;
  float: none;
  margin: -2px 0 0 0;
  padding-bottom: 15px;
  text-align: center;
  }
    
/* --------------------------------------
	トップ
--------------------------------------- */

.rslides {
  display: block;
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 30px 0;
  border: solid 4px #898989;  
  }	
  
.rslides li {
  width: 650px;
  }	

.rslides img {
  width: 100%;
  }	
  
.caption {
  display: block;
  position: absolute;
  z-index: 2;
  color: #ffffff;
  background: rgb(255,42,197);
  background: rgba(255,42,197,0.6);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  }
  
.caption_txt {
  display: block;
  line-height: 27px;
  padding: 0 15px; 
  }     

#welcome_info_area {
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  width:100%;
  font-size: 13px;
  line-height: 20px;	
  margin: 0 0 30px 0; 
  }
  
.welcome_info_area_inner {
  width:100%;
  margin: 0;    
  }  

.welcome_area {
  height: auto;
  width: auto;
  float: none;
  margin: 0 20px 20px 20px; 
  padding: 0;    
  } 
  
.welcome_area_title {
  padding: 0;
  margin: 0 0 15px 0;
  width: 100%;
  font-weight: bolder;
  font-size: 14px;
  height: 36px;                              
  display: -moz-box;
  display: -webkit-box;
  -moz-box-align: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  color: #535353;
  border-top: #bdbdbd dotted 1px;
  border-bottom: #bdbdbd dotted 1px;
  }
		
.welcome_area_message_smartphone {
  font-size: 12px !important;
  height: auto;
  overflow: visible;
  margin: 0 10px;
  }
	
.top_info_area {
  float: none;
  width: auto;
  margin: 0 20px 0 20px; 
  list-style-type: none;
  }
	
.top_info_title {
  padding: 0;
  margin: 0 0 15px 0;
  width: 100%;
  font-size: 14px;
  font-weight: bolder;	
  height: 36px;                              
  display: -moz-box;
  display: -webkit-box;
  -moz-box-align: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  color: #535353;
  border-top: #bdbdbd dotted 1px;
  border-bottom: #bdbdbd dotted 1px;
  }
	
.top_info_message_smartphone {
  font-size: 12px !important;
  height: auto;
  overflow: visible;
  margin: 0 10px;
  }	
	
.top_info_message li a {
  font-size: 12px !important;
  color: #000000;
  margin: 0 0 5px 0;
  }
		
.top_info_date {
  margin-right: 10px;	
  }		

/* --------------------------------------
	インフォメーション
--------------------------------------- */

.info_area {
  width: 100%;
  margin: 0 0 32px 0;
  padding-top: 38px;
  border-top: #bdbdbd dotted 1px;	
  }

.info {
  width: 100%;
  padding: 0 1px;  
  margin: 0 0 25px 0;	
  }	
		
.info_title {
  font-size: 15px;
  }
	
.info_body {
  line-height: 20px;
  }
			
.info_body img {
  margin-bottom: 10px;
  }

/* --------------------------------------
	カレンダー
--------------------------------------- */
	
.calendar_area {
  margin: 0 0 50px 0;
  width: 100%;
  padding-top: 38px;
  border-top: #bdbdbd dotted 1px;	
  }
	
.calendar_area a:link {
  text-decoration: underline;
  }
        	
.calendar_area a:visited {
  text-decoration: underline;
  }
	
.calendar_area a:hover {
  text-decoration: underline;
  }
        	
.calendar_area  a:active {
  text-decoration: underline;
  }

.calendar_header {
  margin: 0 0 40px 0;
  font-size: 13px;
  text-align: center;
  font-weight: bolder;
  }
	
.calendar_header a {
  margin: 0 12px;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  }	
		
.table_calendar th {
  text-align: center;
  font-size: 10px;
  border-bottom: 1px solid #848484;
  padding: 0 0 5px 0;
  }
	
.table_calendar th.sun {
  color: #ff3355;
  }
				
.table_calendar th.sat {
  color: #0250d0;
  }
	
.table_calendar td {
  border-bottom: 1px solid #848484;
  border-left: 1px solid  #848484;
  width: 14%;
  height: 20px !important;
  text-align: center;
  padding: 0 0 5px 0;
  }
				
.table_calendar td img {
  padding: 10px;
  }
					
.table_calendar td img:hover {
  border: 2px solid  #848484;
  padding: 18px;
  }

.table_calendar td.sun {
  }
				
.table_calendar td.sat {
  border-right: 1px solid  #848484;
  }
				
.table_calendar td p.day {
  font-size: 14px;
  line-height: 14px;
  margin: 2px 5px 0 5px;
  padding: 0;
  text-align: right;
  }
				
.table_calendar td.sun p.day {
  color: #ff3355;
  }
					
.table_calendar td.sat p.day {
  color: #0250d0;
  }
	
.schedule {
  margin: 0 0 20px 0;
  }
	
.schedule a:link {
  text-decoration: underline;
  }
        	
.schedule a:visited {
  text-decoration: underline;
  }
	
.schedule a:hover {
  text-decoration: underline;
  }
        	
.schedule a:active {
  text-decoration: underline;
  }
		
.schedule_date {
  font-weight: bolder;
  font-size: 14px;
  color: #000000;
  margin: 0 0 12px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px dotted #bdbdbd; 
  }
			
.schedule ul {
  list-style: none;
  margin: 0 0 40px 0;
  }
			
.schedule ul li {
  margin: 0 0 10px 0;
  line-height: 20px;
  }
				
.schedule_category {
  padding: 5px 7px;
  margin:0 10px 0 0;
  font-size: 10px;
  background-color: #535353;
  color: #ffffff;
  }
				
.schedule_time {
  font-weight: bolder;
  }
					
.schedule_title {
  font-weight: bolder;
  }

.schedule_detail {
  width: 100%;
  margin: 0 0 36px 0;
  padding: 0 0 8px 0;
  padding: 0 0 8px 0;
  }
    		
.schedule_detail_date {
  font-size: 12px;
  color: #535353;
  }
			
.schedule_detail_category {
  padding: 4px 7px;
  margin: 0 0 8px 0;
  font-size: 10px;
  background-color: #535353;
  color: #ffffff;
  }
	
.schedule_detail_title {
  color: #535353;
  font-weight: bolder;  
  font-size: 14px;
  margin: 10px 0 3px 0;
  }
			
.schedule_detail_body {
  color: #000000;
  line-height: 20px;
  }
			
.schedule_detail_body img {
  margin: 4px 0 10px 0;
  }	

/* --------------------------------------
	メニュー
--------------------------------------- */

.menu_area {
  width: 100%;
  margin: 0 0 40px 0;
  border-bottom: #bdbdbd dotted 1px;
  }
	
.menu_list {
  margin: 0 0 30px 0;
  }	
	
.menu_category {
  margin: 0 0 25px 0;
  padding: 10px 0;
  font-weight: bolder;
  font-size: 14px;
  text-align: center;
  border-top: 1px dotted #bdbdbd;
  border-bottom: #949494 dotted 1px;
  }	

.menu {
  padding: 0;
  }

.menu_body {
  clear: none;
  width: 100%;
  }
			
.menu_body img {
  margin: 0 0 10px 0;
  padding:0;
  float: none;
  }
		
/* --------------------------------------
	フォトギャラリー
--------------------------------------- */

.album_title {
  margin: 0 0 25px 0;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  border-top: 1px dotted #bdbdbd;
  border-bottom: #bdbdbd dotted 1px; 
  }

.album {
  margin: 0;
  padding: 0 0 13px 13px;
  }
	
.album:last-child {
  padding: 0 0 12px 13px;
  border-bottom: #bdbdbd dotted 1px;
  }	
	
.album img {
  margin: 0 13px 13px 0;
  }
	
.photo_area {
  width: 100%;
  margin: 0 0 32px 0;
  }	
	
.photo_thumb{
  margin: 0;
  }	


  

/* --------------------------------------
	店舗情報
--------------------------------------- */

.map {
  width: 100%;
  margin: 0;
  padding: 0;
  }
	
.table_detail {
  margin-bottom: 30px !important;  
  }	

.table_detail th {
  width:30%;
  font-size: 12px;
  }
				
.table_detail td {
  width: 70%;
  font-size: 12px;
  }			

/* --------------------------------------
	お問い合わせ
--------------------------------------- */

.contact_wrapper {
  float: none;
  }	

.contact_area input {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  }

.contact_area textarea {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  }
	
.contact_area .button_area {
  text-align: center;
  }
	
.contact_area .button {
  width: 100%;
  }  
	
.contact_name {
  width: 100%;
  }
	
.contact_email {
  width: 100%;
  }
	
.contact_tel {
  width: 100%;
  }
	
.contact_body {
  width: 100%;
  height: 100px;
  }
	
.button {
  width: 100%;
  }
	
.contact_form {
  display: block;
  float: none;
  }		
	
.checkbox input {
  width: 30px;
  height: 30px;
  }
	
.radio input {
  width: 30px;
  height: 30px;
  }
	
.radio span {
  display: block;
  width: 460px;
  float: left;
  margin: 0 0 5px 0;
  }
	
.personal_info {
  float: none;
  width: 100%;
  margin: 20px 0 20px 0; 
  }
	
.personal_info_txt {
  font-weight: normal;
  font-size: 12px;	
  }

/* --------------------------------------
    予約ページ
--------------------------------------- */

.reservation_form .reservation_area input {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  }

.reservation_form .reservation_area textarea {
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  }
  
.reservation_form .reservation_area .radio {
  line-height: 2.5em;
  vertical-align: bottom;
  }
  
 .reservation_form .reservation_area .radio input {
  display: inline;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1.1em;
  vertical-align: top;
  }
  
.reservation_form .reservation_area label {
  vertical-align: bottom !important;
  line-height: 1.5em;
  margin: 0;
  }  
  
.reservation_area .button {
  width: 100%;
  }  
  
.reservation_form .reservation_name {
  width: 100%;
  }
  
.reservation_form .reservation_email {
  width: 100%;
  }
  
.reservation_form .reservation_tel {
  width: 100%;
  }
  
.reservation_form .reservation_memo {
  width: 100%;
  }
  
.reservation_form .button_area {
  text-align: center;
  }
  
.reservation_area .button {
  width: 100%;
  }
  
/* --------------------------------------
    予約ページ
--------------------------------------- */  
.free_area	{
  padding-top: 38px;
  border-top: #bdbdbd dotted 1px;	      
  }
	
/* --------------------------------------
jscrollpane
--------------------------------------- */        

.jspContainer {
  width: 100% !important;
  overflow: hidden;
  position: relative;
  }

.jspPane {
  width: 100% !important;
  padding: 20px;
  position: absolute;
  }
  
.jspPane p {
  width: 100% !important;
  }  

.jspVerticalBar {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: red;
  }

.jspHorizontalBar {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
  }

.jspVerticalBar *,
.jspHorizontalBar * {
  display: none;
  margin: 0;
  padding: 0;
  }

.jspCap {
  display: none;
  }

.jspHorizontalBar .jspCap {
  display: none;
  float: left;
  }

.jspTrack {
  display: none;
  background: #000000;
  position: relative;
  }

.jspDrag {
  display: none;
  background: #e4e4e4;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  display: none;
  float: left;
  height: 100%;
  }

.jspArrow {
  display: none;
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  }

.jspArrow.jspDisabled {
  display: none;
  cursor: default;
  background: #80808d;
  }

.jspVerticalBar .jspArrow {
  display: none;
  height: 16px;
  }

.jspHorizontalBar .jspArrow {
  display: none;
  width: 16px;
  float: left;
  height: 100%;
  }

.jspVerticalBar .jspArrow:focus {
  display: none;
  outline: none;
  }

.jspCorner {
  display:none;
  background: #eeeef4;
  float: left;
  height: 100%;
  }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  display:none;
  margin: 0 -3px 0 0;
  }   
        
/* --------------------------------------
	bgstretcher
--------------------------------------- */     
#bgstretcher {
  display: none !important;  
  }

.bgstretcher-area { 
  }

.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
  display: none;
  }
	
.bgstretcher UL, .bgstretcher UL LI {
  display: none;
  }
	
.bgstretcher {
  display: none;
  }	
	
}
                                                                                                                                                                        