/*++++++++++++++++++++++++
	部位
++++++++++++++++++++++++
h2 {
	background-color: #700900;
	color: #ffffff;
	padding: 10px;
}
*/
body {
	-webkit-text-size-adjust: 100%;
}


/*++++++++++++++++++++++++
	大枠
++++++++++++++++++++++++*/
div#container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

div#header {
	padding-bottom: 5px;
}


/*++++++++++++++++++++++++
	ヘッダー
++++++++++++++++++++++++*/
div#head-img {
	float: left;
	margin: 0;
}

div#head-desc {
	float: right;
}

ul#head-menu {
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
}

ul#head-menu li {
	float: right;
	margin-left: 5px;
}

ul#head-menu li a {
	text-decoration: none;
	display: block;
	background-color: #ffa500;
	color: #ffffff;
	padding: 2px 7px;
	font-size: 12px;
	/*丸角*/
	border-radius: 6px;        /* CSS3草案 */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */  
}

ul#head-menu li a:hover {
	background-color: #daa520;
}

/*	パンくずナビ	*/
ol#pankuzu-navi {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
	font-size: 12px;
}

ol#pankuzu-navi li {
	float: left;
}

ol#pankuzu-navi li a {
	margin-right: 5px;
}

/*	グローバルメニュー	*/
ul#global-navi {
	list-style-type: none;
	padding: 0;
}

ul#global-navi li {
	float: left;
}

ul#global-navi li a {
	text-decoration: none;
	display: block;
	width: 200px;
	text-align: center;
}


/*++++++++++++++++++++++++
	フッター
++++++++++++++++++++++++*/
div#footer-top {
	background-color: #dcdcdc;
	margin-top: 20px;
}

div#footer-top ul {
	list-style-type: none;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 12px;
	width: 960px;
}

div#footer-top ul li {
	float: left;
	border-right: 1px solid #808080;
}

div#footer-top ul li a {
	display: block;
	padding: 1px 20px;
	text-decoration: none;
	color: #696969;
}

div#footer-top ul li a:hover {
	color: #000000;
}

div#footer-down {
	background-color: #700900;
}

div#footer-down-in {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../img/material/footer-background.png) no-repeat;
}

div#footer-down-in h2 {
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 2px;
	/*丸角*/
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	/*透明*/
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

div#conect-area {
	background-color: #ffffff;
	border: 5px solid #BA8883;
	margin: 10px 0 0;
	/*透明*/
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

div#footer-salon-info {
	color: #ffffff;
	font-size: 14px;
	padding-top: 15px;
}

div#footer-contact-left {
	float: left;
	width: 630px;
}

div#footer-contact-left h3 {
	text-align: center;
	padding: 15px 10px 5px;
	font-size: 14px;
}

div#footer-contact-left img {
	margin: 0;
}

div#footer-contact-right {
	float: right;
	background-color: #700900;
}

div#copyright {
	text-align: center;
	background-color: #1B0200;
	color: #ffffff;
	padding: 5px;
	font-size: 13px;
}


/*++++++++++++++++++++++++
	トップページ
++++++++++++++++++++++++*/
div#toppage-info {
	width: 601px;
	float: left;
}

ul#top-menu-list {
	padding: 0;
	list-style-type: none;
	margin-bottom: 5px;
}

ul#top-menu-list li {
	float: left;
	margin-right: 5px;
	box-shadow: 1px 1px 4px #808080;
	position: relative;
	top: 2px;
	cursor: pointer;
}

ul#top-menu-list li.top-selected {
	border: 2px solid #AA7E08;
	top: 0px;
}

/*メインエリア*/
div#top-menu-img-main {
	width: 593px;
	height: 320px;
	border: 2px solid #AA7E08;
	overflow: hidden;
	box-shadow: 1px 1px 4px #808080;
}

div#toppage-news {
	float: right;
	width: 389px;
}

div#news-area {
	height: 303px;
	overflow: auto;
	margin: 10px auto 0;
	padding: 10px;
	background-color: #f5f5f5;
}

dl.news {
	border-bottom: 1px dotted #696969;
	font-size: 12px;
	padding: 5px 0;
}

dl.news dt {
	float: left;
	width: 60px;
}

dl.news dd {
	float: right;
	width: 275px;
}

div#top-salon-info {
	width: 590px;
	float: left;
}

div#toppage-news h2 {
	background-color: #ffffff;
}

div#top-salon-info div {
	border: 5px solid #808080;
	margin-top: 5px;
	height: 235px;
}

div#top-salon-info table {
	margin: 10px;
	font-size: 13px;
	width: 550px;
	border-collapse: separate;
	border-spacing: 5px;
}

div#top-salon-info table th, div#top-salon-info table td {
	padding: 2px 10px;
	padding-right: 30px;
	border-bottom: 1px dotted #696969;
}

p#top-salon-image {
	background-color: #ffffff;
	margin: 0;
	float: right;
	border: 2px solid #AA7E08;
}

img#top-menu-list2-main, img#top-menu-list2-main {
	display: none;
}

.environ {
	display: table;
	margin-top: 35px;
}

.environ a {
	display: table-cell;
}

/*++++++++++++++++++++++++
	パワープレートとは
++++++++++++++++++++++++*/
div.powerplate-area {
	margin-top: 10px;
	width: 1000px;
	height: 400px;
	overflow: hidden;
	line-height: 28px;
}

div#powerplate-intro-desc {
	position: relative;
	bottom: 320px;
	float: right;
	text-align: right;
}

div#powerplate-intro-desc2 {
	position: relative;
	bottom: 320px;
	float: left;
}

div#powerplate-intro-desc3 {
	position: relative;
	bottom: 320px;
	float: right;
	text-align: right;
}

div.powerplate-area h3 {
	font-weight: bold;
	color: #00008b;
	font-size: 22px;
	text-shadow: 2px 2px 2px #696969, 1px 1px 1px #ffffff;
	line-height: 30px;
}

div.powerplate-area span {
	background-color: #ffffff;
	padding: 5px 10px;
	/*透明*/
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*++++++++++++++++++++++++
	メニュー/料金
++++++++++++++++++++++++*/
div.menu-area {
	margin: 10px 10px 20px;
}

div.menu-area img {
	box-shadow: 2px 2px 5px #696969;
}

h3.menu-title {
	margin-top: 10px;
	background: url(../img/title/menu-title.png) no-repeat;
	width: 1000px;
	height: 50px;
	line-height: 50px;
	padding-left: 60px;
	font-size: 20px;
	font-weight: bold;
}

div.price-area {
	width: 560px;
	height: 200px;
	float: right;
	background: url(../img/material/menu-bg.png) no-repeat 60px -50px;
}

table.price-table {
	border-collapse: separate;
	border-spacing: 4px;
	/*透明*/
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

table.price-table th, table.price-table td {
	padding: 5px 10px;
	box-shadow: 2px 2px 3px #808080;
}

table.price-table th {
	background-color: #e6e6fa;
}

table.price-table td {
	background-color: #ffffff;
}

table.price-table tr.menu-table-title th {
	background-color: #4169e1;
	color: #ffffff;
}


/*++++++++++++++++++++++++
	店舗紹介
++++++++++++++++++++++++*/
div#salon-img-area {
	float: left;
	width: 450px;
	padding: 10px;
	background-color: #ffffff;
	box-shadow: 2px 2px 5px #808080;
}

div#salon-info-area {
	float: right;
	width: 510px;
}

div#salon-info-area table {
	border-collapse: separate;
	border-spacing: 4px;
	font-size: 12px;
}

div#salon-info-area th, div#salon-info-area td {
	padding: 5px 20px;
	border-bottom: 1px dotted #808080;
	
}

ul.salon-img-list {
	padding: 10px 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

ul.salon-img-list li {
	margin-bottom: 10px;
	box-shadow: 2px 2px 5px #808080;
	padding: 10px;
	width: calc(50% - 5px);
	height: 280px;
	overflow: hidden;
	box-sizing: border-box;
}

ul.salon-img-list li span {
	display: block;
	height: 260px;
	margin-bottom: 10px;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	align-items: center;
}

ul.salon-img-list li img {
	width: 100%;
	box-sizing: border-box;
}


/* ポップアップする画像 */
#view-img_background-area {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.8);/* #e6e6fa */
}

#view-img_area {
	background-color: #fff;
	border: 1px solid #808080;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 650px;
	max-height: 650px;
	padding: 20px;
	overflow: hidden;
}

#view-img_area div {
	max-width: 650px;
	max-height: 650px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

#view-img_area div img {
	height: 100%;
}


/*++++++++++++++++++++++++
	よくある質問
++++++++++++++++++++++++*/
ul#qa-tab {
	list-style-type: none;
	border-bottom: 2px solid #dda0dd;
	padding: 0;
	margin-top: 5px;
}

ul#qa-tab li {
	float: left;
	padding: 10px 30px 5px;
	border: 2px solid #808080;
	border-bottom-style: none;
	position: relative;
	top: 2px;
	cursor: pointer;
	/*丸角*/
	border-radius: 8px 8px 0 0;        /* CSS3草案 */
	-webkit-border-radius: 8px 8px 0 0;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px 8px 0 0;   /* Firefox用 */
}

ul#qa-tab li#qa-pp {
	border-color: #dda0dd;
	background-color: #fff0f5;
}

ul#qa-tab li#qa-face {
	left: 5px;
	border-color: #4169e1;
	background-color: #e6e6fa;
}

ul#qa-tab li.qa-selected {
	padding: 11px 30px 6px;
	background-color: #ffffff!important;
	box-shadow: 2px -2px 3px #808080;
}

/*	QAのメインエリア	*/
div#qa-area {
	padding: 10px 10px;
}

div#qa-area h3 {
	font-weight: bold;
	background: url(../img/title/qa-title.png) no-repeat;
	line-height: 70px;
	padding-left: 30px;
	text-shadow: 2px 2px #ffffff;
}

div#qa-face-area {
	display: none;
}

div#qa-area ul {
	padding: 10px 30px;
	border: 5px solid #fff0f5;
	position: relative;
	bottom: 10px;
	list-style-type: none;
	box-shadow: 4px 4px 5px #808080;
}

div#qa-area ul li {
	border-bottom: 1px solid #808080;
	padding-left: 34px;
	padding-top: 7px;
	line-height: 25px;
}

div#qa-area ul a {
	text-decoration: none;
	display: block;
}

ul#qa-pp-list li {
	background: url(../img/material/icon_qa_r3_c2.jpg) no-repeat 2px 3px;
}

div#qa-area ul#qa-face-list {
	border-color: #e6e6fa;
}

ul#qa-face-list li {
	background: url(../img/material/icon_qa_r6_c2.jpg) no-repeat 2px 3px;
}

div.each-qa {
	padding: 10px;
	border: 5px solid #dcdcdc;
	box-shadow: 4px 4px 5px #808080;
	margin-top: 10px;
}

div.each-qa h4 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 35px;
	border-bottom: 1px solid #808080;
}

div.each-qa div {
	padding: 0 50px;
	min-height: 40px;
}

div#qa-pp-area h4 {
	background: url(../img/material/icon_qa_r3_c2.jpg) no-repeat 2px 0;
	line-height: 30px;
}

div#qa-pp-area div.each-qa div {
	background: url(../img/material/icon_qa_r3_c8.jpg) no-repeat 10px 0;
	padding-left: 50px;
}

div#qa-face-area h4 {
	background: url(../img/material/icon_qa_r6_c2.jpg) no-repeat 2px 0;
	line-height: 30px;
}

div#qa-face-area div.each-qa div {
	background: url(../img/material/icon_qa_r6_c8.jpg) no-repeat 10px 0;
	padding-left: 50px;
}

/*	お客様の声	*/

ul.voice-list li {
	padding-left: 120px!important;
	min-height: 120px;
	padding-bottom: 20px;
	padding-right: 20px;
}

p.voice-person {
	font-weight: bold;
	font-size: 110%;
}

li.man1 {
	background: url(../img/shadow/man_01.png) no-repeat 5px 25px;
}

li.man2 {
	background: url(../img/shadow/man_02.png) no-repeat 5px 25px;
}

li.man3 {
	background: url(../img/shadow/man_03.png) no-repeat 5px 25px;
}

li.man4 {
	background: url(../img/shadow/man_04.png) no-repeat 5px 25px;
}

li.woman1 {
	background: url(../img/shadow/woman_01.png) no-repeat 5px 25px;
}

li.woman2 {
	background: url(../img/shadow/woman_02.png) no-repeat 5px 25px;
}

li.woman3 {
	background: url(../img/shadow/woman_03.png) no-repeat 5px 25px;
}

li.woman4 {
	background: url(../img/shadow/woman_04.png) no-repeat 5px 25px;
}

li.woman5 {
	background: url(../img/shadow/woman_05.png) no-repeat 5px 25px;
}

li.woman6 {
	background: url(../img/shadow/woman_06.png) no-repeat 5px 25px;
}

li.woman7 {
	background: url(../img/shadow/woman_07.png) no-repeat 5px 25px;
}


/*++++++++++++++++++++++++
	採用情報
++++++++++++++++++++++++*/
div#adoption-attention {
	border: 5px solid #daa520;
	padding: 10px 20px 15px;
	margin-top: 10px;
	background-color: #fffaf0;
}

p.adoption-attention-desc span {
	display: block;
	padding-top: 5px;
	border-bottom: 1px dashed #808080;
}

ul#adoption-list {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
}

p.adoption-tel {
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0;
	line-height: 24px;
}

p.adoption-tel span {
	font-size: 14px;
	font-weight: normal;
}

ul#adoption-list li {
	float: left;
	padding-top: 3px;
	padding-left: 22px;
	margin-right: 10px;
	background: url(../img/material/l10_p8_rd_nl_m.png) no-repeat;
}

ul#adoption-list a {
	text-decoration: none;
}

table.adoption-table {
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 2px;
}

table.adoption-table th, table.adoption-table td {
	padding: 10px 20px;
	box-shadow: 2px 2px 5px #808080;
}

table.adoption-table th {
	width: 200px;
	background-color: #fff0f5;
}

table.adoption-table th.adoption-table-title {
	background: url(../img/title/adoption-titlepng.png) no-repeat #db7093;
	color: #ffffff;
	border-bottom-style: none;
	font-size: 16px;
	padding: 10px;
	padding-left: 40px;
	width: 1000px;
	
}


/*++++++++++++++++++++++++
	お問い合わせ
++++++++++++++++++++++++*/
input.input-s {
	width: 200px;
	line-height: 18px;
}

input.input-m {
	width: 600px;
	line-height: 18px;
}

select.input-select {
	line-height: 18px;
}




/*	TOPへボタン	*/
div#scroll-navi-to-top {
	padding: 14px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #B18141;
	/*	丸角	*/
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}

div#scroll-navi-to-top:hover {
	background-color: #DCCA8A;
}