@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
th,
strong,
address {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
/* basic class */
.clear {
  clear: both;
}
br.clear {
  line-height: 0px;
  font-size: 0px;
  height: 0px;
}
.acenter {
  text-align: center;
}
.aright {
  text-align: right;
}
.aleft {
  text-align: left;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.vtop {
  vertical-align: top;
}
.vmiddle {
  vertical-align: middle;
}
.vbottom {
  vertical-align: bottom;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1;
}
textarea {
  font-size: 100%;
}
/* for iphone */
* {
  -webkit-text-size-adjust: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.reset_css * {
  line-height: 180%;
  text-align: inherit;
}
.reset_css img {
  margin: 6px 0;
  max-width: 100%;
  height: auto;
}
.reset_css p {
  margin: 10px 0;
}
.reset_css b {
  font-weight: bold;
}
.reset_css i,
.reset_css em {
  font-style: italic;
}
.reset_css font {
  color: inherit;
}
.reset_css address {
  font-style: italic;
}
.reset_css strong {
  font-weight: bold;
}
.reset_css h1 {
  font-size: 260%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h2 {
  font-size: 200%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h3 {
  font-size: 160%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h4 {
  font-size: 140%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h5 {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css ul,
.reset_css ul li {
  list-style: disc outside none;
  margin-left: 20px;
}
.reset_css ol,
.reset_css ol li {
  list-style: decimal outside;
  margin-left: 20px;
}
.reset_css blockquote {
  width: 90%;
  margin: 0 auto;
}
.reset_css table {
  margin: 10px 0;
  border: solid 1px;
}
.reset_css th,
.reset_css td {
  border: solid 1px;
  padding: 5px;
}
/*=================================
	base style
=================================*/
a:link,
a:visited,
a:active,
a:focus {
  color: #F74AA0;
  text-decoration: none;
}
a:hover {
  color: #F74AA0;
  text-decoration: none;
}
img {
  max-width: 100%;
}
/*=================================
	body
=================================*/
body {
  font-size: 10px;
  line-height: 130%;
}
/*=================================
	header
=================================*/
#header {
  padding: 7px 10px;
  background: #000;
}
#header a {
  display: block;
}
/*=================================
	wrapper
=================================*/
#main_contents {
  padding: 25px 7px 0;
}
#main_contents .row {
  margin-left: -7px;
  margin-right: -7px;
}
#header_title {
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  background: #262626;
  padding: 6px 7px;
}
/*=================================
	footer
=================================*/
#footer {
  font-size: 150%;
  color: #FFF;
  background: #444444;
}
#footer .menu li {
  border-bottom: solid 1px #222222;
}
#footer .menu li a {
  color: #FFF;
  font-weight: bold;
  display: block;
  padding: 17px 15px;
  border-bottom: solid 1px #777777;
  position: relative;
}
#footer .menu li a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#copyright {
  text-align: center;
  background: #000;
}
/*=================================
	top_contents
=================================*/
#top_contents .image_area {
  font-size: 11px;
  color: #FFF;
  text-align: center;
  background: #000;
}
#top_contents .image_area .subtitle {
  font-weight: bold;
  display: block;
  padding: 2px 0 5px;
}
#top_contents .image_area .text {
  background: #444444;
  text-align: center;
}
#top_contents .image_area .text img {
  max-width: 100%;
  height: auto;
}
#top_contents .search_area {
  padding: 25px 7px 0;
}
#top_contents .search_area .title_area {
  color: #FFF;
  font-size: 9px;
  text-align: center;
  background: #262626;
  padding: 8px 8px 2px;
}
#top_contents .search_area .title_area .title {
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 2px;
}
#top_contents .search_area .map_area {
  height: 214px;
  border: solid 3px #262626;
  background: url(../img/index/img_map.png) center no-repeat;
  background-size: 100%;
  margin-bottom: 27px;
}
#top_contents .search_area .map_area a {
  display: block;
  float: left;
  width: 50%;
  height: 214px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#top_contents .list_area .title {
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  background: #262626;
  padding: 7px 7px;
}
#top_contents .list_area .content {
  font-size: 120%;
  color: #F74AA0;
  padding: 8px 7px 17px;
}
#top_contents .list_area .content li {
  display: inline;
}
#top_contents .btns {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 15px;
}
#top_contents .btns li {
  padding: 7px 13px;
}
#top_contents .btns li a {
  color: #FFF;
  text-align: center;
  display: block;
  padding: 16px;
  background: #222222;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
}
#contents {
  margin: 10px 7px 0;
}
#contents01 .title_area {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background: #262626;
  padding: 7px 7px;
  margin-bottom: 10px;
}
#contents01 .title_area .title {
  font-weight: bold;
}
#contents01 .list_area .item {
  border: solid 2px #262626;
  border-right-width: 18px;
  margin: 0 0 10px;
  position: relative;
}
#contents01 .list_area .item:after {
  position: absolute;
  top: 50%;
  right: -11px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  z-index: 10;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents01 .list_area .salon {
  display: block;
  zoom: 1;
  *zoom: 1;
}
#contents01 .list_area .salon:before,
#contents01 .list_area .salon:after {
  display: table;
  content: "";
  line-height: 0;
}
#contents01 .list_area .salon:after {
  clear: both;
}
#contents01 .list_area .salon .image {
  float: left;
  width: 46%;
  height: 100px;
  overflow: hidden;
}
#contents01 .list_area .salon .image img {
  width: 100%;
  height: auto;
}
#contents01 .list_area .salon .text_area {
  float: right;
  width: 54%;
  font-size: 90%;
  color: #333333;
  padding: 8px 9px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents01 .list_area .salon .text_area .name {
  font-size: 11px;
  color: #F74AA0;
  padding-bottom: 2px;
}
#contents01 .list_area .salon .text_area .staff_name {
  padding-bottom: 2px;
}
#contents03 {
  margin-top: 30px;
}
#contents03 .title_area {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background: #262626;
  padding: 5px;
  margin-bottom: 10px;
}
#contents03 .title_area .title {
  font-weight: bold;
}
#contents03 .content_area .item {
  border: solid 2px #262626;
  border-right-width: 18px;
  margin: 0 0 10px;
  position: relative;
}
#contents03 .content_area .item:after {
  position: absolute;
  top: 50%;
  right: -11px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  z-index: 10;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents03 .content_area .job {
  display: block;
  zoom: 1;
  *zoom: 1;
}
#contents03 .content_area .job:before,
#contents03 .content_area .job:after {
  display: table;
  content: "";
  line-height: 0;
}
#contents03 .content_area .job:after {
  clear: both;
}
#contents03 .content_area .job .image {
  float: left;
  width: 46%;
}
#contents03 .content_area .job .image img {
  width: 100%;
  height: auto;
}
#contents03 .content_area .job .text_area {
  float: right;
  width: 54%;
  font-size: 90%;
  color: #333333;
  padding: 8px 9px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents03 .content_area .job .text_area .name {
  font-size: 11px;
  color: #F74AA0;
  padding-bottom: 2px;
}
