﻿@charset "utf-8";

/* ベースレイアウト */

html{
	background-color: #FFFFFF;
}
body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FFFFFF;
}
a{
   text-decoration:FFFFFF;
   outline: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
}
img {
	width: 100%;
}
ul {
	margin: 0;
	padding: 0;
	color: #F6C;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
	alignment-adjust: central;
}
p {
	margin: 0;
	padding: 0;
}
h1 {
	float: left;
	margin: 5px 0 10px 0;
}
h2 {
	background: #1e0a00;
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	clear: both;
}
h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
span {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.displayNone{
	display: none;
}
#menu {
	display:none;
}
.slicknav_menu {
	display:block;
}
.txt_center {
	text-align: center;
	font-size: 12px;
}

/* ヘッダー */

#reception_space {
	padding: 5px 10px 0 10px;
}
#reception_space img {	
	width: 100%;
	margin: 0 0 10px 0;
}
#reception_space p {
	width: 100%;
	font-size: 12px;
	margin: 0 0 5px 0;
}
.tel {
	display: inline-block;
	font-size: 18px;
}
.reception_box {
	display: inline-block;
	width: 35%;
	font-size: 14px;
	text-align: center;
}
.card_box {
	width: 31%;
	display: inline-block;
	text-align: left;
}
.card {
	float: left;
	margin-right: 5px;
	font-size: 8px;
}
.main_visual {
	width: 100%;
	height: 200px;
	background: #ccc;
	text-align: center;
	line-height: 12em;
}
.reservation_space {
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	clear: both;
}
.button {
	background: #cccccc;
	display: inline-block;
	width: 40%;
	text-align: center;
	line-height: 1.8em;
	height: auto;
	margin-right: 10px;
	font-size: 14px;
}

/* いいねボタン */

.sns_button {
	width: 100%;
	margin: 0 0 10px 0;
}

/* パンくずリスト */

#contentMain_space {
	width: 100%;
    height: auto;
    margin: 5px auto 5px auto;
}
div#contentMain {
    clear: both;
    margin: 0 0 0 5px;
    font-size: 75%;
}

/* ラッパー */

.container {
	width: 95%;
	height: auto;
	margin: 10px auto 0 auto;
	padding-bottom: 12px;
	text-align: center;
}

/* 画像下余白 */

img.mb {
	margin-bottom: 20px;
}
img.mb10 {
	margin-bottom: 10px;
}

/* コンセプト */

.concept_set {
	width: 100%;
	clear: both;
}
.concept_image {
	display: inline-block;
	margin: 0 5px 10px 0;
	width: 40%;
	height: 80px;
	background: #cccccc;
	text-align:center;
	line-height: 5em;	
}
.concept_text {
	width: 55%;
    display: inline-block;
}

/* MENU / PRICE */

.multiple-borders {
	width: 100%;
	dispkay: inline-block;
	
 -webkit-box-shadow:
            0px 0px 0px 2px #696969,
            0px 0px 0px 12px #fff,
            0px 0px 0px 14px #a9a9a9;
    
     -moz-box-shadow:
            0px 0px 0px 2px #696969,
            0px 0px 0px 12px #fff,
            0px 0px 0px 14px #a9a9a9;
    
          box-shadow:
            0px 0px 0px 2px #696969,
            0px 0px 0px 12px #fff,
            0px 0px 0px 14px #a9a9a9;
}
h2 span {
	font-size: 12px;
}

h3 {
	text-decoration: underline;
	margin: 0 0 10px 0;
}
.menu_set {
	width: 90%;
	clear: both;
	text-align: center;
}
.menu_image {
	float: left;
	margin: 0 10px 10px 0;
	width: 30%;
	height: 80px;
	background: #cccccc;
	text-align: center;
	line-height: 5em;	
}

/* table */

table {
	width: 100%;
	border-collapse:collapse;
	margin: 5px 0 20px 0;
}
th {
	background: #ededed;
	width: 50%;
	border: 1px solid #ccc;
	border-width: 1px;
}
td {
	width: 50%;
	text-align: center;
	border: 1px solid #ccc;
	border-width: 1px;
}
td .bold {
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
}
td span {
	font-size: 12px;
}
h3 {
	text-decoration: underline;
	margin: 0 0 5px 0;
	clear: both;
}

/* ご利用方法 */

.text_frame {
	float: left;
	width: 47%;
	margin: 10px 0 0 10px;
	padding: 5px;
	border: 2px solid #646464;
}

/* ハンバーガーメニュー */

#panel-btn{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 20px 0 10px;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


/* セラピスト */

.therapist_set {
	height: auto;
	margin-top: 20px;
	padding: 10px 10px 0 10px;
	border: 2px solid #ccc;
	display: block;
}
.therapist {
	width: 100%;
	height: 150px;
	background: #ccc;
	margin: 5px 0 5px 0;
}

dl {
	float: left;
	width: 35%;
	margin: 0;
	clear: both;
}
dt {
	display: block;
}
dd {
    display: block;
    margin: 0;
}
.therapist_menu{
	display: inline-block;
	width: 59%;
	margin: 0 0 0 15px;
}
.menu_group h2 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	margin: 0 0 5px 0;
}
.menu_group {
	margin: 0 0 10px 0;
	height: auto;
}
.menu_bt {
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 43%;
	border: 1px solid #000;
	background: #ededed;
	font-size: 12px;
	text-align: center;
}
.reception_con {
	width: 100%;
	margin: 0 auto 10px auto;
}
.comment {
	width: 100%;
	padding: 10px 0 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.therapist_set h3 {
	margin: 5px 0 5px 0;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	color: #000;
}
.reception_con table {
	margin: 0 0 10px 0;
}
.reception_con th{
	width: 5%;
	background: #ccc;
	font-weight: normal;
	font-size: 8px;
}
.reception_con td{
	width: 5%;
}
.reception_con .button_space {
	text-align: center;
}

/* メニュー */

.movie {
	background: #ccc;
	width: 100%;
	height: 150px;
	margin: 0 0 20px 0;
	text-align: center;
	line-height: 10em;
}

.transportation {
	margin: 0 0 10px 10px;
}
table .trip {
	
}

th.first {
	width: 40%;
	padding: 5px;
	background: #666666;
	text-align: left;
	color: #fff;
	border: 2px solid #ccc;
}
th.second {
	width: 40%;
	padding: 5px;
	background: #555555;
	text-align: left;
	color: #fff;
	border: 2px solid #ccc;
}
th.third {
	width: 40%;
	padding: 5px;
	background: #ededed;
	text-align: left;]
	border: 2px solid #ccc;
}
.trip td {
	width: 60%;
	padding: 5px;
	text-align: left;
	border: 2px solid #ccc;
}

/* ご利用方法 */

.procedures_set {
    width: 100%;
	margin: 0;
	padding-bottom: 20px;
    clear: both;
}
.procedures_obi {
    width: 100%;
    background: #1e0a00;
    text-align: left;
    color: #fff;
}
.right {
    float: right;
    margin: 10px 0 10px 0;
    text-align: right;
	font-size: 24px;
}
.procedures_text {
	margin: 10px auto 10px auto;
	width: 80%;
}
.procedures_set .text_frame {
	float: none;
    width: 80%;
    margin: 0 auto 10px auto;
    padding: 5px;
    border: 2px solid #1e0a00;
}
.procedures_set ul li {
    margin: 10px auto 0 auto;
    margin-bottom: 0.5em;
    text-indent: -1.2em;
	width: 74%;
}
.procedures_set li {
	margin-bottom: 0.8em;
	font-size: 16px;
	padding: 0;
	color: #000;
	text-align: left;
	list-style-position: outside;
	border: none;
}
.procedures_set li:before {
    content: "● ";
}

.rectangle_space {
	width: 100%;
	height: auto;
	padding-top: 10px;
	border-top: 2px dotted #ccc;
	text-align: center;
}
.rectangle {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 30px solid #000;
	border-right: 30px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 30px solid transparent;
}
.credit {
	display: inline-block;
	width: 55%;
	text-align: left;
}
.rectangle_space h3 {
	font-size: 17px;
}

/* セラピスト募集 */

#sitemap ul li {
    background-color: #D7D7D7;
    box-sizing: border-box;
    padding: 10px 10px 10px 20px;
    margin: 13px 0 13px 0;
    width: 100%;
	text-align: left;
}
#service ul {
	width: 100%;
    margin: 0 0 20px 0;
}
#service ul li {
	padding: 5px 10px 5px 20px;
	margin: 0;
	border-top: solid 1px #CCCCCC;
	text-align: left;
	background-color: #993399;
}
#service ul li.last {
	background-color: #CC0000;
	padding: 5px 10px 5px 20px;
	margin: 0;
	border-bottom: solid 1px #CCCCCC;
	text-align: left;
}
.recruit_set {
	width: 100%;
	height: auto;
	padding: 0 0 10px 0;
	border: 2px solid #ccc;
	text-align: center;
}
.obi {
	width: 100%;
	background: #ccc;
	text-align: left;
	color: #fff;
}
.obi h2 {
	display: inline-block;
	width: 58%;
	margin: 0 0 0 10px;
	text-align: left;
	color: #fff;
}
.obi p {
	float: right;
	margin: 10px 5px 0 0;
	text-align: right;
}
.concept_image {
    display: inline-block;
    margin: 0 5px 10px 0;
    width: 40%;
    height: 80px;
    background: #cccccc;
    text-align: center;
    line-height: 5em;
}
.recruit_article {
    display: inline-block;
    width: 55%;
    text-align: left;
}
.recruit_set h3 {
	font-size: 16px;
}
.recruit_text {
	float: right;
}

/* ご予約・お問い合わせ */

div#contact h2 {
	margin-top: 10px;
}
div#contact table tr {
    padding: 10px 10px;
    border-top: solid 1px #CCCCCC;
	border-right: none;
	border-left: none;
	text-align: left;
}
div#contact table td.hyou {
	width: 10%;
    padding: 10px 10px;
    border-top: solid 1px #CCCCCC;
	border-right: none;
	border-left: none;
	text-align: left;
}
div#contact table tr td em {
	font-style: normal;
    font-weight: inherit;
    font-size: 75%;
    color: #990000;
}
div#contact table tr td span.sup {
    font-size: 75%;
    color: #89B1D3;
}
div#contact .button_space {
	width: 100%;
	text-align: center;
}
div#contact .button_space img {
	width: auto;
}

/* 特定商取引法上の表記 */

#legal li.topic {
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #D7D7D7;
    padding: 10px 0 10px 20px;
    margin: 13px 0 13px 0;
    width: 100%;
    text-align: left;
}

#legal ul {
	width: 100%;
    margin: 0 0 20px 0;
}
#legal ul li {
	width: 100%;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F0F0F0;
    padding: 5px 10px 5px 20px;
    margin: 0 ;
	border-top: solid 1px #CCCCCC;
	text-align: left;
}
#legal ul li.last {
    background-color: #F0F0F0;
    padding: 5px 10px 5px 20px;
    margin: 0 ;
    border-bottom: solid 1px #CCCCCC;
	text-align: left;
}
#profile li.notice {
	width: 100%;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #D7D7D7;
    padding: 10px 10px 10px 20px;
    margin: 13px 0 0 0;
    text-align: left;
}
#profile li {
	width: 93%;
    background-color: #F0F0F0;
    padding: 5px 10px 5px 20px;
    margin: 0 ;
	border-top: solid 1px #CCCCCC;
	text-align: left;
}
#profile ul li.last {
    background-color: #F0F0F0;
    padding: 5px 10px 5px 20px;
    margin: 0 ;
    border-bottom: solid 1px #CCCCCC;
	text-align: left;
}

/* プライバシーポリシー */

div#privacy p {
    padding: 0 11px;
    margin: 1em 0;
}

/* リンク集 */
.link_container {
	width: 95%;
	height: 150px;
	margin: 0 auto;
	padding-top: 10px;
}

/* 店舗紹介・採用案内 */

.fix_contens {
    height: auto;
    margin: 5px 0 0 3px;
    display: block;
}
.logo_img {
	float: left;
	margin-right: 5px;
    width: 40%;
	text-align: center;
}
.logo_img img {
	margin: 17px 0 30px 0;
}
.fix_contens_text {
    display: inline-block;
    width: 53%;
    margin: 0 0 0 15px;
	font-size: 14px;
}
.border_dot {
	margin: 10px 0;
	padding: 5px 0;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}
.p_space {
	margin-bottom: 10px;
}


/* フッター */

footer a {
    color: #666666;
	font-size: 14px;
    text-decoration: none;
    outline: none;
}
footer li {
	width: 100%;
	padding: 3px 0;
	text-align: center;
	background: #e9569a;
	border-top: 1px solid #5F5F5F;
}
li.first {
	width: 100%;
	text-align: center;
	background: #e9569a;
	border-top: none;
}
li.last {
	width: 100%;
	text-align: center;
	background: #e9569a;
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
}
#copy {
	clear: both;
	background: #e9569a;
	padding: 10px 0 10px 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
#copy p {
	margin: 0 0 0 10px;
}

/* ページトップへの移動ボタン */

#pageTop{
	text-align: right;
	font-size: 10px;
	height: auto;
	border-bottom: 2px solid #5F5F5F;
}
#pageTop img {
	width: auto;
}
