@charset "utf-8";
/*全体
------------------------------------------------------------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
    background-color: #FFF;
}
#header, #globalnav, #container, #footer, #copyright, #main_visual #inner {
	min-width: 0;
}
#header_area, #globalnav ul, #wrapper, #footer_inner, .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#header {
	position: static;
    margin-top: 0;
}
* {
	box-sizing: border-box;
}
/*ヘッダーテキスト*/
#header_area{overflow:hidden;}
#header_data{display:none;}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
/* 見出しについて
------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3 {
	overflow: hidden;
}
h1 img, h2 img, h3 img {
	max-width: 95%;
	margin: 0 auto;
}
/* テーブルに関する設定
==================================================================================================================*/
table {
	width: 100%;
}
/*ナビげーション
------------------------------------------------------------------------------------------------------------------*/
#container {
	background: none;
}
#wrapper {
	margin: 0px auto;
	padding: 0 3px;
}
/*グローバルナビ*/
#globalnav ul li {
	background-position: center center;
}

/* メニュー幅縮小パターン */
@media (max-width: 979px) {
}

/* メニューを非表示にするパターン */
@media (max-width: 699px) {
h1#top_h1{display:none;}	
#header {
	background-image:url();
}
#header_area {
	height: auto;
}
#container {
	position: relative;
	transition: transform .2s ease-in-out;
	-webkit-transition: .2s -webkit-transform ease-in-out;
	transform: translate3d(0px, 0px, 1px);
	-webkit-transform: translate3d(0px, 0px, 1px);
}
#container.on {
	transform: translate3d(260px, 0px, 1px); /* xを、左は「サイドバー横幅」、右は「-サイドバー横幅」 */
	-webkit-transform: translate3d(260px, 0px, 1px);
}
#header_logo {
	position: static;
	width: 250px;
	text-align: center;
	padding-top: 44px;
	margin: 0 auto 0 94px;
    float: none;
    background-image:url(../../common/images/header_logo_smt.png);
}
#header_logo a{width:250px;}

#header_sns {
	display: none;
}
#globalbtn {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
}
#global_nav{
	display: none;
}
#globalnav_smt {
	display: block;
	background: #333;
	border: #666;
	position: fixed;
	overflow-x: auto;
	overflow-y: scroll;
	height: 100%;
	width: 260px;
	left: -260px; /* 左は「-サイドバー横幅」、右は「100%」 */
	top: 0;
	min-width: 260px;
	z-index: 99;
}
#globalnav ul {
	top: 0;
}
#globalnav_smt ul li {
	display: block;
	font-size: 1.3em;
	padding-left: 20px;
	width: 100%;
	background-image: url();
	float: none;
}
#globalnav_smt ul li a {
	display: block;
	width: 100%;
	height: auto;
	text-indent: 10px;
	padding: 5px 15px;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 0 #000;
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 0 #555;
	float: none;
	letter-spacing: normal;
	text-decoration: none;
}
#reserve_btn {
	display: none;
}
#container {
	width: 100%;
	padding: 0 0 20px 0;
}
#wrapper {
	width: 100%;
	margin: 30px auto 30px auto;
	background-color: #FFF;
	padding: 20px 10px 20px 10px;
}
#sform.resForm tr {
	margin-top: 10px;
}
#sform.resForm th {
	width: 100%;
}
}
#sform.resForm .spamenu {
	display: block;
}
/*フッター
------------------------------------------------------------------------------------------------------------------*/
/*フッター*/
#footer {
	padding: 15px 0;
}
#footer_area {
	width: 320px;
	margin: 0 auto;
}
#footer_info {
	width: 100%;
	padding: 0 10px;
	text-align: center;
}
#footer_add {
	padding: 0;
	background-image: none;
}
#footer_tel {
	text-align: center;
}
#footer_tel img {
	margin-bottom: 10px;
}
#footer_logo {
	display: none;
}
#footer_nav {
	display: none;
}
#footer_sns {
	width: 100%;
	letter-spacing: -1em;
	text-align: center;
	display: block;
	margin: 15px auto;
}
#footer_sns ul {
	font-size: 0;
	letter-spacing: -1em;
	text-align: center;
	padding: 20px 0;
}
#footer_sns li {
	margin: 0 0 0 10px;
	display: inline-block;
 *display: inline;/* For IE 6/7 */
 *zoom: 1;/* For IE 6/7 */
}
#copyright {
	widht: 100%;
	text-align: center;
}

/*お問い合わせ
------------------------------------------------------------------------------------------------------------------*/
#contact_btn{
display: none;
}
/*==================================================================================================================
トップページに関する設定
==================================================================================================================*/
/*メインヴィジュアル
------------------------------------------------------------------------------------------------------------------*/
/*ビジュアル
-------------------------------------------------------------------------------------------------------------------*/
#index_visual{width:100%;height:auto;}
#index_visual_inner{width:100%;max-width:100%;height:auto;}
#index_visual_inner img{
	float:none;
	margin:50px 0;
	text-align:center;
	width:80%;
}
h1.idx_h1 {
	text-align: center;
	background: none;
	padding: 20px 0;
	margin: 0;
	height: auto;
}
h2.idx_h2 {
	text-align: center;
	background: none;
	padding: 10px 0;
	margin: 0;
	height: auto;
}
/*コンテンツ
------------------------------------------------------------------------------------------------------------------*/
/*新着情報*/
#info_box{width:95%;margin:0 auto;}

/*コンテンツメニュー*/
#index_menu,#menu_box{width:100%;
text-align:center;}
.menu_set{
	width:150px;
	float:none;
	display:inline-block;
text-align:center;
margin:2px;}
.menu_set h2 a{width:150px;}

/*2ボックス*/
#box_left, #box_right {
	width: 100%;
	margin: 0 auto;
	float: none;
	display:block;
}
/*==================================================================================================================
サブページ共通
==================================================================================================================*/
#breadcrumb_inner { width:100%; }
.box1 {
	padding: 15px;
	margin: 0;
}
.wrapper{width:95%;margin:0 auto;}
/*画像フロート*/
.img_left {
	float: none;
	margin: 0 auto 15px auto;
	text-align: center;
}
.img_right {
	float: none;
	margin: 0 auto 15px auto;
	text-align: center;
}
.img_bottom {
	margin: 15px auto 0 auto;
	text-align: center;
}
.section_h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.4em;
	font-weight: bold;
	color: #564718;
	height: auto;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 50px;
	background-image: url();
}
.section_min {
	height: auto;
}
/*ぺージごとまとめ*/
.section_h2 {
	margin: 20px 0px;
	padding: 0;
	background: linear-gradient(0deg, #f2e4d3, #f7f4ed, #f2e4d3);
}
/*==================================================================================================================
サブページ個別
==================================================================================================================*/
/*サロン情報
------------------------------------------------------------------------------------------------------------------*/
#salon_photo {
	width: 100%;
	float: none;
}
#salon_data {
	width: 100%;
	float: none;
}
#map_canvas {
	width: 100%;
	max-width: 600px;
	height: 350px;
}
#map_canvas div {
	overflow: visible;
}
#map_txt {
	width: 100%;
}
#staff {
	width: 100%;
	padding: 10px;
}
.staff_box, .staff_txt {
	width: 100%;
	float: none;
}
.staff_img {
	float: none;
}
/*サロンの特長
------------------------------------------------------------------------------------------------------------------*/
#concept > div, #concept > div.concept_box, #concept > div.concept_box:last-child {
	float: none;
	width: 95%;
	margin: 0 auto 20px auto;
}

/*新着情報
------------------------------------------------------------------------------------------------------------------*/
#news_navi {
	padding: 5px;
}
#news_contents {
	width: 100%;
}
#news_navi a {
	margin: 0;
}
ul#news_list {
	margin: 30px;
}
ul#news_list li div.news_date {
	background-color: #666666;
	color: #fff;
	font-size: 0.75em;
	padding: 1px 4px;
	margin-right: 15px;
	width: 80px;
	float: none;
}
ul#news_list li div.news_title {
	float: none;
	width: 100%;
	padding: 0px;
	margin: 15px 0 0 0;
}
/*個人情報保護方針
------------------------------------------------------------------------------------------------------------------*/
ol#privacy {
	width: 100%;
}
/*お問い合わせ・予約フォーム*/
#form_area {
	width: 100%;
}
.reserve_box {
	width: 100%;
}
.efo_mark{float:none!important;display:inline-block;}
/*テーブル処理*/
@media (max-width : 500px ){
	.noTab, .noTab caption, .noTab thead, .noTab tfoot, .noTab tbody, .noTab tr, .noTab th, .noTab td { display:block; width:100%; }
	.noTab tr { margin:0 0 0 0; }
	.feetable th, .noTab td { text-align:center; }
	.feetable th[rowspan] { background:#e3dfc9; margin-top:2em; }
	.feetable tr:first-child th[rowspan] { margin:0; }
	.scTab{ overflow: auto;white-space: nowrap;-webkit-overflow-scrolling: auto; }
	.scTab::-webkit-scrollbar{ height:12px; }
	.scTab::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  }
	.scTab::-webkit-scrollbar-thumb{ background: #d2ffBE; border-radius:6px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  }
}




/*採用情報
------------------------------------------------------------------------------------------------------------------*/
@media (max-width : 599px ){
	.h1_link{position:static;margin: 15px;margin: 15px 15px 0 auto;}
	.rec_box dl{margin: 0 0 30px;}
	.rec_box dl dt{font-size: 1.6em;width: 80px; height: 50px; line-height: 50px;}
	.rec_box dl dd{margin-left: 60px;}
	.rec_left, .rec_right{width: 48%; margin: 0;}
}
@media (max-width : 499px ){
	.rec_box dl dt{top:-30px;}
	.rec_box dl dd{margin:0;}
	.rec_box h4{margin-bottom: 35px; font-size: 1.7em;}
	.rec_box h4 span{width: 80px;height: 30px;line-height: 30px;margin-right: 20px;}
	.rec_box h4 span:after {right: -15px;margin-top: -15px;border-width: 15px 0 15px 15px;}
	.rec_left, .rec_right{width: 100%;}
}




