@charset "utf-8";

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

h1{
	font-size:medium;
	font-weight:normal;
	display: inline;
	font-size:10px;
	margin:0px;
	padding:0px;
}

h2{
	font-size: 16px;
	font-weight:normal;
	color: #FFFFFF;
	/*background-image: url(../../img/title_bar.jpg);*/
	height: 30px;
	background-repeat: no-repeat;
	padding:2px 0px 0px 20px;
	/*background-color:#a9906a;*/
	background-color:#cc7064;
}

h3{
	font-size:18px;
	font-weight:normal;
	color:#7E5A0B;
}

h4{
	
	font-size:14px;
	font-weight:bold;
	color:#444;
}

p{
	margin:0px;
	padding:0px;
}

#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	/*
	background-image: url(../../img/base_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment: fixed;
	*/
	/*
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	*/
	
	padding:0px 6px 0px 6px;
	
}
body {
	color:#333333;
	/*background-attachment: fixed;
	background-color: #fff;
	background-image: url(../../img/bg.png);
	background-repeat: repeat-x;
	background-position: top;*/
	background-color: #f6efdd;
	font-size: 12px;
	
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li {
	list-style-type: none;
}

a {
	color: #AC7B28;
    text-decoration: none;
}

a:hover {
	color: #E74B5F;
	text-decoration: none;
}

/*
ヘッダー
-------------------------------------------*/
#head {
	/*background-image: url(../../img/head.gif);*/
	height: 130px;
	/*position: relative;*/
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#head #logo {
	font-size: 10px;
	/*position: absolute;*/
	/*top: 8px;*/
	top: 15px;
	font-weight: normal;
	line-height: 16px;
	color: #A89866;
	/*left: 20px;*/
	left: 30px;
}

#head img#site_logo {
	/*position: absolute;*/
	left: -14px;
	top: -5px;
	/*height: 78px;*/
}
#head #h_list {
	/*position: absolute;*/
	right: 20px;
	top: 0px;
}
#head #h_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../../img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
}
#head #h_list a {
	text-decoration: none;
}
#head #info {
	/*position: absolute;*/
	right: 4px;
	font-size: 11px;
	color: #666666;
	line-height: 26px;
	text-align: right;
	/*top: 1px;*/
	height: 77px;
	/*width: 303px;*/
	
	/*
	top: 11px;
	width: 270px;
	*/
}

#head #info strong {
	font-size: 24px;
	color: #bd4356;
	font-family: Arial, Helvetica, sans-serif;
}
#head #info span {
	font-size: 18px;
	color: #666666;
}
#head #info1 {
	/*position: absolute;*/
	right: 312px;
	font-size: 9px;
	color: #999999;
	line-height: 13px;
	text-align: left;
	/*
	top: 32px;
	height: 47px;
	width: 372px;
	*/
}
#head #info1 strong {
	font-weight: normal;
	color: #999999;
	font-size: 9px;
}
#head #info1 span {
	font-size: 18px;
	color: #666666;
}
#head #h_list a:hover {
	background-color: #FFFFFF;
}

/*
グローバルナビ
-------------------------------------------*/

/*
#navi {
	background-image: url(../../img/navi.gif);
	height: 44px;
	width:899px;
}

#navi ul {
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	height: 44px;
	margin-left:5px;

}
#navi li a, #navi li strong {
	line-height: 16px;
	display: block;
	float: left;
	height: 32px;
	width: auto;
	padding-bottom: 6px;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	padding-top: 6px;
	text-align: center;
	width:126px;

}
#navi li a span {
	line-height: 10px;
	font-size: 10px;
	color: #8C8C8C;
}
#navi li strong span {
	line-height: 12px;
	font-size: 10px;
	color: #8C8C8C;
}
#navi li a:hover span {
	color: #8C8C8C;
}

#navi li a {
	background-image: url(../../img/navi_li.gif);
}
#navi li a:hover {
	background-image: url(../../img/navi_li_ov.gif);
	color: #8C8C8C;
}
#navi li strong {
	background-image: url(../../img/navi_li_st.gif);
	color: #8C8C8C;
	font-weight: normal;
}
#navi li {
	display: inline;
}
*/

#navi {
	/*height: 44px;*/
	height: 47px;
	width:896px;
	border: 1px solid #a9906a;
	margin: 0 auto;
}

#navi li a, #navi li strong {
	display: block;
	float: left;
	height: 44px;
	text-align: center;
	width:128px;
	padding-top:3px;

}

#menu_top > strong{
	
	background:#fff;
	/*color:#000;*/
	color:#a9906a;
	
}

#menu_top > a{
	
	/*background:#000;*/
	background:#fff;
	color:#a9906a;
	
}

#menu_top > a:hover{
	
	background:#a9906a;
	/*color:#000;*/
	color:#fff;
	
}

#menu_concept > strong{
	
	background:#fff;
	color:#a9906a;
	/*color:#1f8fff;*/
	
}

#menu_concept > a{
	
	/*background:#1f8fff;*/
	background:#a9906a;
	color:#fff;
	
}

#menu_concept > a:hover{
	
	background:#fff;
	/*color:#1f8fff;*/
	color:#a9906a;
	
}

#menu_menu > strong{
	
	background:#fff;
	/*color:#ff6100;*/
	color:#a9906a;
	
}

#menu_menu > a{
	
	/*background:#ff6100;*/
	background:#fff;
	color:#a9906a;
	
}

#menu_menu > a:hover{
	
	background:#a9906a;
	/*color:#ff6100;*/
	color:#fff;
	
}

#menu_therapist > strong{
	
	background:#fff;
	/*color:#b52b73;*/
	color:#a9906a;
	
}

#menu_therapist > a{
	
	/*background:#b52b73;*/
	background:#a9906a;
	color:#fff;
	
}

#menu_therapist > a:hover{
	
	background:#fff;
	/*color:#b52b73;*/
	color:#a9906a;
	
}

#menu_guidance > strong{
	
	background:#fff;
	/*color:#33b345;*/
	color:#a9906a;
	
}

#menu_guidance > a{
	
	background:#fff;
	/*background:#33b345;*/
	color:#a9906a;
	
}

#menu_guidance > a:hover{
	
	background:#a9906a;
	/*color:#33b345;*/
	color:#fff;
	
}

#menu_voice > strong{
	
	background:#fff;
	/*color:#a1cc38;*/
	color:#a9906a;
	
}

#menu_voice > a{
	
	background:#fff;
	/*color:#fff;*/
	color:#a9906a;
	
}

#menu_voice > a:hover{
	
	background:#a9906a;
	/*color:#33b345;*/
	color:#fff;
	
}

#menu_recruit > strong{
	
	background:#fff;
	color:#1fb3ff;
	
}

#menu_recruit > a{
	
	background:#1fb3ff;
	color:#fff;
	
}

#menu_recruit > a:hover{
	
	background:#fff;
	color:#1fb3ff;
	
}

#menu_question > strong{
	
	background:#fff;
	/*color:#b52b73;*/
	color:#a9906a;
	
}

#menu_question > a{
	
	/*background:#b52b73;*/
	background:#a9906a;
	color:#fff;
	
}

#menu_question > a:hover{
	
	background:#fff;
	/*color:#b52b73;*/
	color:#a9906a;
	
}

/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 888px;
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#pankuzu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	color: #999999;
	height:26px;
	margin-bottom:5px;
}

#pankuzu_2 {
	font-size: 10px;
	color: #999999;
	height:26px;
	margin-bottom:5px;
}

#pan_left{
	float:left;
	width:490px;
	
}

#pan_right{
	float:left;
	width:390px;
	
}

#pan_tw{
	float:left;
	width:130px;
	overflow:hidden;
}

#pan_fb{
	float:left;
	width:120px;
	overflow:hidden;
}

#pan_hatena{
	float:left;
	width:60px;
	overflow:hidden;
}

#pan_google{
	float:left;
	width:80px;
	overflow:hidden;
}

.num_exp{
	float:left;
	padding:8px 0px 0px 10px;
	font-size:16px;
}


#content {
	/*float: left;*/
	width: 650px;
	padding-bottom: 5px;
	margin: 0 auto;
}

#content .box_out {
	background-color: #EEEEEE;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.box_in_sitemap{
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 60px;
}

.area_title{
	font-size: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B69764;
	line-height: 26px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 8px;
}

.area_title_h2{
	color:#000;
	font-size: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B69764;
	line-height: 26px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 8px;
}

.hotel_title{
	color: #9F7535;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #D6B583;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}

#content p strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: serif;
}

.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #EDECE9;
	width:220px;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}
#top_img {
	text-align: center;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn_s {
	text-align: right;
	padding: 5px;
	clear: both;
}
.btn_s a {
	color: #FFFFFF;
	background-color: #C7A667;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF0F0;
	border-right-color: #EEF0F0;
	border-bottom-color: #EEF0F0;
	border-left-color: #EEF0F0;
	text-decoration: none;
	background-image: url(../../img/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.btn_s a:hover {
	color: #E22748;
	background-color: #FCF8EF;
	background-image: none;
}


#content .to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul.list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(../../img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #997133;
}

#content .chui {
	color: #D44767;
	font-size: 12px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
}

.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}

.box02_left .img_left {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.box02_left .img_right {
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 10px;
}

#content .menu_base {
	background-color: #F6F6F6;
	width: 560px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

textarea ,
input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.map_base {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
}

/*-----dlリスト-----*/
#content .dl_list {
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(../../img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 570px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}

/*
サイド
-------------------------------------------*/

#side {
	padding: 0px 5px 0px 5px;
	float: right;
	width: 220px;
	
}

/*
フッター
-------------------------------------------*/

#foot {
	/*background-image: url(../../img/foot.gif);*/
	background-repeat: repeat-x;
	background-position: top;
	background-color: #a9906a;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 70px;
	position: relative;
}

#foot li a {
	color: #fff;
	font-size: 11px;
	text-decoration:none;
}

#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	
}

#foot #f_ul01 {
	position: absolute;
	left: 100px;
	top: 15px;
	
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	background-color: #a9906a;
	padding:5px 0px 5px 0px;
	text-align: center;
	
	border-top:solid 1px #ccc;
	
}
address a {
	color:#fff;
}

/*
各種テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table {
	width: 580px;
	/*margin-top: 10px;*/
	margin-right: auto;
	/*margin-bottom: 30px;*/
	margin-left: auto;
}
#content table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
	font-size: 13px;
}
#content table th {
	padding: 7px;
	font-size: 13px;
	font-weight: normal;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #FAF8F3;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #CDBB9C;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/td_head.gif);
	background-repeat: repeat-x;
	width:140px;
}

.td_head2 {
	background-color: #FAF8F3;
	text-align:left;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #CDBB9C;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/td_head.gif);
	background-repeat: repeat-x;
	float:left;
	width:100px;
	height:24px;
}

#content table td.td_head3 {
	
	background-color: #FAF8F3;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #CDBB9C;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/td_head.gif);
	background-repeat: repeat-x;
	
}

#content table td.td_head_hotel {
	
	background-color: #FAF8F3;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #CDBB9C;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/td_head.gif);
	background-repeat: repeat-x;
	width:100px;
	
}

.td_odd2 {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
	float:left;
	width:150px;
	height:24px;
}

.td_odd3 {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
	float:left;
	width:350px;
	word-break:break-all;
	
}

#content table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(../../img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #C6B18E;
}

#content table.table_menu th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #e08e45;
	text-align: right;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
#content table.table_menu th span {
	font-size: 10px;
	color: #D44566;
}
#content table.table_menu td {
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
#content .table_menu strong {
	font-size: 14px;
	color: #D44666;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
ギャラリー
-------------------------------------------------------------------*/
#content .box3 {
	text-align: center;
	width: 188px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F9F7F4;
}
.box3 .btn a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #BF9F62;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE1CF;
	border-right-color: #EBE1CF;
	border-bottom-color: #EBE1CF;
	border-left-color: #EBE1CF;
	background-image: url(../../img/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.box3 .btn a:hover {
	color: #E54E71;
	background-color: #FEF5F8;
	background-image: none;
}
.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
.box3 a:hover img {
	border-top-color: #F9B9C9;
	border-right-color: #F9B9C9;
	border-bottom-color: #F9B9C9;
	border-left-color: #F9B9C9;
}
#content .box3:hover {
	background-color: #FEF1F4;
	border-top-color: #F8B1C4;
	border-right-color: #F8B1C4;
	border-bottom-color: #F8B1C4;
	border-left-color: #F8B1C4;
}

/*
サイトマップ
-------------------------------------------------------------------*/

#main p.p_sitemap {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#main ul.ul_sitemap {
	padding: 10px;
}
#main .ul_sitemap li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#main .ul_sitemap ul {
	margin: 0px;
	padding: 0px;
}
#main .ul_sitemap li a {
	background-image: url(../../img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#head #h_list a {
	color: #6C6759;
}

.box_in .name{
	color:#007b43;
	font-weight:bold;
}

.box_in .exp{
	padding-top:10px;
}

.box_in div .price{
	float:left;
	text-align:right;
	width:38px;
}

#question .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#content .top table {
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}



#parent_imgContainer {
	position: relative;
}

#imgContainer img {
	display: none;
	position: absolute;
	left:0px;
	top:0px;
}

#loading {
	position: absolute;
	left: 50%;
	top: 50%;
}

.style1 {
		font-size: 20px;
		font-weight: bold;
		color: #422831;
}

.style2 {
	color: #422831;
}

#area_exp{
	padding-top:10px;
	padding-left:13px;
}

#tel_disp{
	/*
	background-image: url(../../img/tel.png);
	background-repeat: no-repeat;
	*/
	width:258px;
	height:52px;
}

#goyoyaku{
	background-image: url(../../img/goyoyaku.gif);
	background-repeat: no-repeat;
	/*
	width:223px;
	height:185px;
	*/
	width:223px;
	height:201px;
}

#title_about{
	background-image: url(../../img/title_about.jpg);
	background-repeat: no-repeat;
	margin-top:10px;
	width:640px;
	height:30px;
}

#title_menu{
	background-image: url(../../img/title_menu.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_ryoukin{
	background-image: url(../../img/title_ryoukin.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_goriyou{
	background-image: url(../../img/title_goriyou.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_goriyou2{
	background-image: url(../../img/title_goriyou.jpg);
	background-repeat: no-repeat;
	margin-top:10px;
	width:640px;
	height:30px;
}

#title_shitsumon{
	background-image: url(../../img/title_shitsumon.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_relax{
	background-image: url(../../img/title_relax.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_quality{
	background-image: url(../../img/title_quality.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_syuttyou{
	background-image: url(../../img/title_syuttyou.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_hitorihitori{
	background-image: url(../../img/title_hitorihitori.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_eikokushiki{
	background-image: url(../../img/title_eikokushiki.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_standard{
	background-image: url(../../img/title_standard.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_aromade{
	background-image: url(../../img/title_aromade.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_katayakoshi{
	background-image: url(../../img/title_katayakoshi.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_ashigatsuka{
	background-image: url(../../img/title_ashigatsuka.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_area{
	background-image: url(../../img/title_area.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

.f_left{
	float:left;
}

.f_right{
	float:right;
}


#title_area_map{
	padding:10px 0px 0px 20px;
}

#title_area_map .t30{
	padding-top:30px;
}

#title_area_map_right{
	float:left;
	padding:30px 0px 0px 30px;
}

#title_therapist_quo{
	background-image: url(../../img/title_quality.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_therapist_info{
	background-image: url(../../img/title_therapist_info.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance1{
	background-image: url(../../img/title_guidance1.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance2{
	background-image: url(../../img/title_guidance2.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance3{
	background-image: url(../../img/title_guidance3.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance4{
	background-image: url(../../img/title_guidance4.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance5{
	background-image: url(../../img/title_guidance5.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_guidance6{
	background-image: url(../../img/title_guidance6.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_gokansou{
	background-image: url(../../img/title_gokansou.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#title_to_customer{
	background-image: url(../../img/title_to_customer.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	width:640px;
	height:30px;
}

#about_refle_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

.title_content{
	border:solid 5px #F2F0F1;
	width:630px;
	margin-top:10px;
}

#about_refle_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#about_refle_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

/*--- 以下、ツイッター用 ---*/

.twtr-tweet-text{
	font-size:14px;
	padding:10px 0px;
}
.twtr-user{
	display:none;
}
.twtr-tweet-text p em{
	padding-top:10px
}

/*--- 以上、ツイッター用 ---*/

#page_top{
	background-color:#F2F0F1;
	text-align:center;
	color:#888787;
	padding:5px 0px;
	font-size:10px;
}

#page_top > p{
	display:inline;
	padding-left:10px;
}

#dummy_space{
	height:230px;
}

#title_about_detail{
	text-align:right;
	padding:5px 10px 0px 0px;
}

#title_menu_detail{
	text-align:right;
	padding:5px 10px 0px 0px;
}

#title_menu_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#menu_exp{
	padding:10px 10px 10px 10px;
}

#menu_exp_content{
	font-size:14px;
	padding:10px 0px 0px 0px;
}

#title_menu_content_content{
	padding-bottom:10px;
}

#title_menu_content_content_menu1{
	float:left;
}

#title_menu_content_content_menu2{
	float:left;
	margin-left:8px;
}

#title_menu_content_content_menu3{
	float:left;
	margin-left:8px;
}

#title_menu_content_content_menu4{
	float:left;
	margin-left:8px;
}

.title_menu_content_content_menu_img{
	padding-top:10px;
}

#title_ryoukin_detail{
	text-align:right;
	padding:5px 10px 0px 0px;
}

#ryoukin_exp{
	padding:10px 10px 0px 10px;
}

#ryoukin_exp_content{
	padding:10px 0px 10px 0px;
	font-size:14px;
}

#title_goriyou_detail{
	text-align:right;
	padding:5px 10px 0px 0px;
}

#title_goriyou_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_goriyou_content_content{
	padding:10px 10px 30px 10px;
}

#goriyou_step_all{
	padding:0px 0px 0px 10px;
}

#goriyou_step_content{
	padding:10px 0px 0px 0px;
}

.goriyou_yazirushi{
	float:left;
	padding:10px 10px 0px 10px;
}

#goriyou_step1{
	float:left;
	width:70px;
}

#goriyou_step2{
	float:left;
	width:90px;
}

#goriyou_step3{
	float:left;
	padding-top:10px;
	width:60px;
}

#goriyou_step4{
	float:left;
	padding-top:10px;
	width:70px;
}

#goriyou_step5{
	float:left;
	padding-top:20px;
}

#title_goriyou_exp{
	font-weight:bold;
	padding:10px 0px 0px 10px;
}

#title_goriyou_img{
	float:left;
	width:180px;
	padding:10px 10px 0px 10px;
}

#title_goriyou_info{
	float:left;
	width:380px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_goriyou_info .tel{
	font-size:24px;
	color:#ab3c36;
}

.tel_common{
	font-size:24px;
	color:#ab3c36;
}

#title_guidance1_content_exp .tel{
	font-size:24px;
	color:#ab3c36;
}

#top_eigyou{
	/*padding-top:15px;*/
	padding:10px 0px 10px 0px;
}

#form_tel{
	padding:15px 0px 0px 53px;
	font-size:20px;
	color:#7E5A0B;
	font-weight:bold;
}


#title_goriyou_info .strong{
	font-size:14px;
	color:#555555;
}

#title_goriyou_info > strong{
	font-size:20px;
}

#title_shitsumon_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_shitsumon_content_list{
	padding:10px 10px 30px 10px;
}

#goyoyaku_form{
	padding:40px 0px 0px 10px;
}

#twitter_area{
	padding-top:10px;
}

#bosyuu_banner{
	padding:10px 0px 0px 0px;
	text-align:center;
}

#blog_banner{
	padding:10px 0px 10px 0px;
	text-align:center;
}

.clear{
	clear:both;
}

.top15{
	padding-top:15px;
}

#title_relax_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_relax_content_img{
	float:left;
	width:160px;
	padding:10px;
}

#title_relax_content_exp{
	float:left;
	width:420px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_quality_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_quality_content_img{
	float:left;
	width:160px;
	padding:10px;
}

#title_quality_content_exp{
	float:left;
	width:420px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_syuttyou_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_syuttyou_content_img{
	float:left;
	width:160px;
	padding:10px;
	
}

#title_syuttyou_content_exp{
	float:left;
	width:420px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_hitorihitori_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_hitorihitori_content_img{
	float:left;
	width:160px;
	padding:10px;
}

#title_hitorihitori_content_exp{
	float:left;
	width:420px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_eikokushiki_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_eikokushiki_content_img{
	float:left;
	width:160px;
	padding:10px;
}

#title_eikokushiki_content_exp{
	float:left;
	width:420px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

.to_menupage{
	text-align:right;
	padding-top:10px;
	width:640px;
	font-size:16px;
}

#title_standard_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_standard_content_img1{
	float:left;
	width:160px;
	padding:10px 0px 10px 10px;
}

#title_standard_content_img2{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_standard_content_img3{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_standard_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_aromade_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_aromade_content_img1{
	float:left;
	width:160px;
	padding:10px 0px 10px 10px;
}

#title_aromade_content_img2{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_aromade_content_img3{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_aromade_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_katayakoshi_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_katayakoshi_content_img1{
	float:left;
	width:160px;
	padding:10px 0px 10px 10px;
}

#title_katayakoshi_content_img2{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_katayakoshi_content_img3{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_katayakoshi_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_ashigatsuka_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_ashigatsuka_content_img1{
	float:left;
	width:160px;
	padding:10px 0px 10px 10px;
}

#title_ashigatsuka_content_img2{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_ashigatsuka_content_img3{
	float:left;
	width:100px;
	padding:10px 0px 10px 10px;
}

#title_ashigatsuka_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}


.menu4_margin_top{
}

#menu4_content1{
	float:left;
	width:310px;
}

#menu4_content2{
	float:left;
	padding-left:10px;
	width:310px;
}

#menu4_content3{
	float:left;
	width:310px;
}

#menu4_content4{
	float:left;
	padding-left:10px;
	width:310px;
}

#menu4_content1_content{
	border:solid 10px #F2F0F1;
	width:290px;
	margin-top:5px;
	height:200px;
}

#menu4_content2_content{
	border:solid 10px #F2F0F1;
	width:290px;
	margin-top:5px;
	height:200px;
}

#menu4_content3_content{
	border:solid 10px #F2F0F1;
	width:290px;
	margin-top:5px;
	height:220px;
}

#menu4_content4_content{
	border:solid 10px #F2F0F1;
	width:290px;
	margin-top:5px;
	height:220px;
}

#menu4_content1_content_img{
	float:left;
	width:100px;
	padding:10px;
}

#menu4_content1_content_exp1{
	float:left;
	width:150px;
	padding:10px;
}

#menu4_content1_content_exp2{
	padding:0px 10px 10px 10px;
}

#menu4_content2_content_img{
	float:left;
	width:100px;
	padding:10px;
}

#menu4_content2_content_exp1{
	float:left;
	width:150px;
	padding:10px;
}

#menu4_content2_content_exp2{
	padding:0px 10px 10px 10px;
}

#menu4_content3_content_img{
	float:left;
	width:100px;
	padding:10px;
}

#menu4_content3_content_exp1{
	float:left;
	width:150px;
	padding:10px;
}

#menu4_content3_content_exp2{
	padding:0px 10px 10px 10px;
}

#menu4_content4_content_img{
	float:left;
	width:100px;
	padding:10px;
}

#menu4_content4_content_exp1{
	float:left;
	width:150px;
	padding:10px;
}

#menu4_content4_content_exp2{
	padding:0px 10px 10px 10px;
}

.to_systempage{
	text-align:right;
	padding-top:10px;
	width:640px;
	font-size:16px;
}

#operation_under_banner{
	border-bottom:solid 2px #ccc;
	color:#888;
	padding:10px 0px 10px 30px;
	margin-bottom:20px;
}

.to_therapist_page{
	text-align:right;
	padding-top:10px;
	width:640px;
	font-size:16px;
}

#title_area_content{
	background-color:#fff;
	width:640px;
	margin-top:10px;
	padding-top:10px;
}

#title_therapist_quo_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_therapist_quo_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#title_therapist_quo_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}


/*-----------------------------*/

.title_therapist_info_content{
	border:solid 2px #8064a2;
	width:636px;
	margin-top:10px;
}

.title_therapist_info_content > .top_area{
	
	/*border-bottom:solid 1px #4a7ebb;*/
	
}

.title_therapist_info_content .name_img{
	float:left;
	width:216px;
	padding:5px 10px 10px 10px;
	
}

.title_therapist_info_content .name_img .therapist_name{
	font-size:18px;
	text-align:center;
	height:30px;
}

.title_therapist_info_content .name_img .img{
	text-align:center;
}

.title_therapist_info_content .name_img > .info{
	text-align:center;
	padding:5px 0px 0px 0px;
	
}

/*------------*/

.title_therapist_info_content > .top_area > .tokui{
	float:left;
	width:360px;
	padding:30px 10px 10px 30px;
	
}

.title_therapist_info_content > .top_area > .tokui > .one > .content > .left{
	width:120px;
	float:left;
	padding:5px 0px 0px 0px;
}

.title_therapist_info_content > .top_area > .tokui > .one > .title_1{
	border-bottom:solid 1px #000;
	margin:0px 0px 5px 0px;
	font-size:14px;
}

.title_therapist_info_content > .top_area > .tokui > .one > .title_2{
	border-bottom:solid 1px #000;
	margin:0px 0px 5px 0px;
	font-size:14px;
}

/*------------*/

.title_therapist_info_content .exp{
	padding:10px 10px 10px 30px;
	
	/*border-top:solid 1px #4a7ebb;*/
	
}

.title_therapist_info_content .exp2{
	
	padding:10px 10px 30px 30px;
	
}

.title_therapist_info_content .separator{
	
	margin:0px 0px 0px 20px;
	
}



/*-----------------------------*/

.to_inquiry_page{
	text-align:right;
	padding-top:10px;
	width:640px;
	font-size:16px;
}

#title_guidance1_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_guidance1_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#title_guidance1_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_guidance1_content_exp .notes{
	color:blue;
}

#title_guidance2_content{
	border:solid 10px #F2F0F1;width:620px;margin-top:10px;
}

#title_guidance2_content_img{
	float:left;width:180px;padding:10px
}

#title_guidance2_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px
}

#title_guidance2_content_exp .notes{
	color:blue;
}

#title_guidance3_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_guidance3_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#title_guidance3_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_guidance4_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_guidance4_content_img{
	float:left;
	width:160px;
	padding:10px 0px 0px 30px;
}

#title_guidance4_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_guidance5_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_guidance5_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#title_guidance5_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_guidance6_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_guidance6_content_img{
	float:left;
	width:180px;
	padding:10px;
}

#title_guidance6_content_exp{
	float:left;
	width:400px;
	font-size:14px;
	color:#555555;
	padding:10px;
}

#title_gokansou_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#title_gokansou_content_content{
	padding:10px 10px 30px 10px;
}

.open_form{
	text-align:center;
}

#idou_exp{
	padding:0px 0px 10px 30px;
}

#hotel_exp{
	padding:0px 20px 0px 20px;
}

#hotel_not_exist{
	
	padding:0px 0px 10px 20px;
	
}

.title_to_customer_message{
	font-size:16px;
	padding-top:10px;
}

.title_to_customer_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:0px;
}

.title_to_customer_content_img{
	float:left;
	width:220px;
	padding:10px 10px 10px 10px;
}

.title_to_customer_content_exp{
	float:left;
	width:350px;
	padding:10px 10px 10px 0px;
}

#refle_link_info{
	padding:5px 0px 20px 0px;
}

.refle_link_info_content{
	padding-top:10px;
}

.to_inquiry_page{
	text-align:right;
	padding-top:10px;
	width:640px;
	font-size:16px;
}

.shitsumon_title{
	font-weight:normal;
	color:#a9906a;
	font-size:18px;
}

.shitsumon_answer{
	padding:5px 0px 0px 30px;
	width: 300px;
	font-size: 14px;
}

.idou_strong{
	font-weight:normal;
}

h6 > .idou_strong{
	font-weight:bold;
	
}

#vip_yoyaku{
	cursor: pointer;
}




#update_info{
	padding:0px 0px 10px 0px;
}

#update_info_title{
	background-image: url(../../img/udate_info_bar.jpg);
	background-repeat: no-repeat;
	width:640px;
	height:30px;
}

#update_info_content{
	padding:5px 10px 0px 20px;
	font-size:12px;
}

#side_vip_yoyaku_block{
	padding-bottom:10px;
}

#side_concept_appeal{
	font-size:10px;
	margin:10px 0px 10px 0px;
	border:solid 1px #ccc;
	padding:10px 10px 10px 10px;
	background-color:#fff;
}

#side_keiretsu_shop_block{
	margin:0px 0px 10px 0px;
}

#side_keiretsu_shop_block .title{
	background:#0070c0;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-size:14px;
	color:#fff;
}

#side_keiretsu_shop_block .title .block_2{
	text-align:center;
	font-size:10px;
	color:#fff;
}

#side_keiretsu_shop_block .content{
	text-align:center;
	border-left:1px solid #0070c0;
	border-right:1px solid #0070c0;
	border-bottom:1px solid #0070c0;
	padding:0px 0px 10px 0px;
}

#side_keiretsu_shop_block .content .img{
	padding:10px 0px 0px 0px;
}

/*----以下、エリア用----*/

#area_1{
	text-decoration:underline;
	cursor: pointer
}

#area_2{
	text-decoration:underline;
	cursor: pointer
}

#area_3{
	text-decoration:underline;
	cursor: pointer
}

#area_4{
	text-decoration:underline;
	cursor: pointer
}

#area_5{
	text-decoration:underline;
	cursor: pointer
}

#area_6{
	text-decoration:underline;
	cursor: pointer
}

#area_7{
	text-decoration:underline;
	cursor: pointer
}

#area_8{
	text-decoration:underline;
	cursor: pointer
}

#area_9{
	text-decoration:underline;
	cursor: pointer
}

#area_10{
	text-decoration:underline;
	cursor: pointer
}

#area_11{
	text-decoration:underline;
	cursor: pointer
}

#area_12{
	text-decoration:underline;
	cursor: pointer
}

#area_13{
	text-decoration:underline;
	cursor: pointer
}

#area_14{
	text-decoration:underline;
	cursor: pointer
}

#area_15{
	text-decoration:underline;
	cursor: pointer
}

#area_16{
	text-decoration:underline;
	cursor: pointer
}

#area_17{
	text-decoration:underline;
	cursor: pointer
}

#area_18{
	text-decoration:underline;
	cursor: pointer
}

#area_19{
	text-decoration:underline;
	cursor: pointer
}

#area_20{
	text-decoration:underline;
	cursor: pointer
}

#area_21{
	text-decoration:underline;
	cursor: pointer
}

#area_22{
	text-decoration:underline;
	cursor: pointer
}

#area_23{
	text-decoration:underline;
	cursor: pointer
}

/*----以上、エリア用----*/

/*----以下、ステーション用----*/

#station_1{
	text-decoration:underline;
	cursor: pointer
}

#station_2{
	text-decoration:underline;
	cursor: pointer
}

#station_3{
	text-decoration:underline;
	cursor: pointer
}

#station_4{
	text-decoration:underline;
	cursor: pointer
}

#station_5{
	text-decoration:underline;
	cursor: pointer
}

#station_6{
	text-decoration:underline;
	cursor: pointer
}

#station_7{
	text-decoration:underline;
	cursor: pointer
}

#station_8{
	text-decoration:underline;
	cursor: pointer
}

#station_9{
	text-decoration:underline;
	cursor: pointer
}

#station_10{
	text-decoration:underline;
	cursor: pointer
}

#station_11{
	text-decoration:underline;
	cursor: pointer
}

#station_12{
	text-decoration:underline;
	cursor: pointer
}

#station_13{
	text-decoration:underline;
	cursor: pointer
}

#station_14{
	text-decoration:underline;
	cursor: pointer
}

#station_15{
	text-decoration:underline;
	cursor: pointer
}

#station_16{
	text-decoration:underline;
	cursor: pointer
}

#station_17{
	text-decoration:underline;
	cursor: pointer
}

#station_18{
	text-decoration:underline;
	cursor: pointer
}

#station_19{
	text-decoration:underline;
	cursor: pointer
}

#station_20{
	text-decoration:underline;
	cursor: pointer
}

#station_21{
	text-decoration:underline;
	cursor: pointer
}

#station_22{
	text-decoration:underline;
	cursor: pointer
}

#station_23{
	text-decoration:underline;
	cursor: pointer
}

#station_24{
	text-decoration:underline;
	cursor: pointer
}

#station_25{
	text-decoration:underline;
	cursor: pointer
}

#station_26{
	text-decoration:underline;
	cursor: pointer
}

#station_27{
	text-decoration:underline;
	cursor: pointer
}

#station_28{
	text-decoration:underline;
	cursor: pointer
}

#station_29{
	text-decoration:underline;
	cursor: pointer
}

#station_30{
	text-decoration:underline;
	cursor: pointer
}

#station_31{
	text-decoration:underline;
	cursor: pointer
}

#station_32{
	text-decoration:underline;
	cursor: pointer
}

#station_33{
	text-decoration:underline;
	cursor: pointer
}

#station_34{
	text-decoration:underline;
	cursor: pointer
}

#station_35{
	text-decoration:underline;
	cursor: pointer
}

#station_36{
	text-decoration:underline;
	cursor: pointer
}

#station_37{
	text-decoration:underline;
	cursor: pointer
}

#station_38{
	text-decoration:underline;
	cursor: pointer
}

#station_39{
	text-decoration:underline;
	cursor: pointer
}

#station_40{
	text-decoration:underline;
	cursor: pointer
}

#station_41{
	text-decoration:underline;
	cursor: pointer
}

#station_42{
	text-decoration:underline;
	cursor: pointer
}

#station_43{
	text-decoration:underline;
	cursor: pointer
}

#station_44{
	text-decoration:underline;
	cursor: pointer
}

#station_45{
	text-decoration:underline;
	cursor: pointer
}

#station_46{
	text-decoration:underline;
	cursor: pointer
}

#station_47{
	text-decoration:underline;
	cursor: pointer
}

#station_48{
	text-decoration:underline;
	cursor: pointer
}

#station_49{
	text-decoration:underline;
	cursor: pointer
}


/*----以上、ステーション用----*/

/*----------------------------*/

.hotel_info_block{
	margin:0px 10px 10px 30px;
	padding:0px 0px 0px 0px;
	background-color:#eee;
}

.hotel_info_name{
	float:left;
	width:270px;
	padding:10px 10px 10px 10px;
}

.hotel_info_exp{
	float:left;
	width:310px;
	background-color:#fff;
	padding:10px 0px 10px 10px;
	word-break:break-all;
}

/*----------------------------*/

#header_info_1{
	float: left;
	/*padding:10px 0px 0px 50px;*/
	padding:25px 0px 0px 0px;
	font-size:28px;
	color:#7E5A0B;
}

#header_info_2{
	float: left;
	/*padding:10px 0px 10px 0px;*/
	/*padding: 38px 0px 10px 10px;*/
	padding: 20px 0px 10px 10px;
	/*font-size:14px;*/
	font-size:12px;
	color:#7b5326;
	font-weight:bold;
}

.language_select{
	text-align: right;
}

#header_info_1_commonarea{
	float: left;
	padding:10px 0px 0px 50px;
	/*padding:25px 0px 0px 0px;*/
	font-size:28px;
	color:#7E5A0B;
}

#header_info_2_commonarea{
	float: left;
	padding:10px 0px 10px 0px;
	/*padding: 38px 0px 10px 10px;*/
	/*font-size:14px;*/
	font-size:12px;
	color:#7b5326;
	font-weight:bold;
}

#header_area{
	/*background-color:#fff;*/
	background-color:#f6efdd;
	/*height:110px;*/
}

#header_area_2{
	background-color:#fff;
	height:120px;
}

#header_area_left{
	float:left;
	font-size:32px;
	padding:10px 0px 0px 10px;
}

#header_area_center{
	float:left;
	/*padding:10px 0px 0px 50px;*/
	padding:10px 0px 0px 15px;
	font-size:14px;
	color:#e46c0a;
}

#header_area_right{
	/*float:right;*/
	padding:0px 10px 0px 0px;
}

#site_logo_area{
	/*padding:5px 0px 0px 0px;*/
	padding:15px 0px 10px 0px;
	font-size: 24px;
}

#idou_cost_exp{
	padding:10px 10px 0px 10px;
}

#idou_left{
	float:left;
	border:solid 1px #ccc;
	height:360px;
	padding:10px;
}

#idou_right{
	float:left;
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	height:360px;
	padding:10px;
}

#idou_block{
	padding:0px 0px 0px 20px;
}

#title_goriyou_info_1{
	padding:10px 0px 0px 0px;
}

#title_goriyou_info_2{
	padding:10px 0px 0px 0px;
}

#card_exp{
	padding:10px 0px 0px 10px;
}

#card_exp_img{
	float:left;
	width:180px;
}

#card_exp_content{
	float:left;
	font-size:14px;
	padding:0px 0px 0px 20px;
	width:380px;
}

#card_exp_content > .p2{
	padding:0px 0px 0px 90px;
}

/*------------------------------*/

.color_red{
	color:red;
}

.underline{
	text-decoration:underline;
}

.p_10{
	padding:10px;
}

.top_5{
	padding-top:5px;
}

.top_10{
	padding: 10px;
	font-size: 14px;
}

.top_15{
	padding-top:15px;
}

.top_20{
	padding-top:20px;
}

.top_30{
	padding-top:30px;
}

.bottom_10{
	padding-bottom:10px;
}

.bottom_20{
	padding-bottom:20px;
}

.bottom_30{
	padding-bottom:30px;
}

.left_10{
	padding-left:10px;
}

.left_15{
	padding-left:15px;
}

.left_20{
	padding-left:20px;
}

.left_30{
	padding-left:30px;
}

.right_10{
	padding-right:10px;
}

.right_20{
	padding-right:20px;
}

.list_disc{
	list-style-type:disc
}

.f_left{
	float:left;
}

.p_left_10{
	padding-left:10px;
}

/*------------------------------*/

#side_concept_appeal_title{
	font-size:10px;
	font-weight:normal;
}

#side_concept_appeal_content{
	padding:10px 0px 0px 0px;
}

.voice_man{
	color:#0000ff;
}

.voice_woman{
	color:#ff0000;
}

#creditcard_exp_left{
	float:left;
	width:240px;
}

#creditcard_exp_left_1{
	padding:30px 0px 0px 0px;
}

#creditcard_exp_left_2{
	padding:30px 0px 0px 20px;
}

#creditcard_exp_right{
	float:left;
	width:360px;
	font-size:14px;
	line-height:160%;
	padding:30px 20px 0px 20px;
}

#creditcard_exp_right_1{
	padding:0px 0px 0px 20px;
}

#creditcard_exp_right_2{
	padding:20px 0px 0px 20px;
}

#chimei_block{
	padding:10px 0px 30px 0px;
}

.idou_title_color{
	color:#666666;
}

#eki_exp{
	padding:0px 30px 0px 30px;
	line-height:140%;
}

.ali_left{
	text-align:left;
}

.therapist_name{
	font-size:18px;
	font-weight:normal;
}

.therapist_tokui{
	font-weight:bold;
}

.kangei{
	color:#CC6600;
}

#recruit_h2_block{
	padding:0px 0px 0px 10px;
}

#recruit_h2_block h3{
	padding:10px 0px 0px 0px;
}

#recruit_h2_block .recruit_therapist{
	padding:10px 0px 0px 0px;
	text-align:center;
}

.recruit_border{
	margin:20px 30px 20px 30px;
}

#recruit_image_1{
	padding:0px 0px 0px 20px;
}

#recruit_qa{
	
	margin:20px 0px 0px 10px;
	
}

#recruit_qa .qa_image{
	
	padding:10px 0px 0px 0px;
	text-align:center;
	
}

#recruit_message{
	padding:0px 0px 0px 10px;
}

#recruit_message .message_image{
	text-align:center;
	padding:10px 0px 0px 0px;
}

#recruit_office_work{
	padding:0px 0px 0px 10px;
}

#recruit_office_work .recruit_image{
	padding:10px 0px 0px 0px;
	text-align:center;
}

#recruit_driver{
	padding:0px 0px 50px 10px;
}

#recruit_driver .recruit_image{
	padding:10px 0px 0px 0px;
	text-align:center;
}


#bosyuu_messe{
	color:#947849;
	line-height:160%;
	padding:10px 30px 30px 50px;
	
}

.bosyuu_messe_2{
	color:#947849;
	line-height:160%;
	padding:20px 30px 30px 50px;
	
}

.bosyuu_button{
	height:30px;
	width:200px;
}

.bosyuu_button_block{
	text-align:center;
}

#kyuuryou{
	color:#CC6600;
}

.recruit_answer{
	float:left;
	padding:0px 0px 0px 15px;
	width:560px;
}

.answer_mark{
	float:left;
	padding-left:1px;
}

#recruit_qa_block{
	padding:0px 0px 30px 20px;
}

.senpai_name{
	color:#CC6600;
	font-weight:normal;
}

.senpai_messe{
	padding:10px 0px 0px 0px;
	line-height:160%;
}

.senpai_block{
	padding:20px 0px 20px 40px;
}


/*-------------------------------*/

#sitemap_paging{
	font-size:18px;
	padding:30px 0px 0px 0px;
}

#vip_tel_button{
	float:left;
	background-color:#4f81bd;
	width:100px;
	color:#fff;
	border:solid 2px #385d8a;
	text-align:center;
	margin-left:20px;
	cursor:pointer;
}

.title_block{
	padding:0px 0px 20px 0px;
}

.title_exp{
	padding:25px 0px 0px 0px;
	line-height:180%;
	font-size:14px;
}

.makuhari_area_title{
	border-bottom:solid 1px #000;
	padding:10px 0px 0px 0px;
}

.makuhari_area_block{
	margin:0px 20px 0px 10px;
}

.makuhari_area_block a{
	text-decoration: underline;
}

.makuhari_area_block #exp{
	line-height:160%;
	padding:20px 0px 0px 20px;
}

.makuhari_area_content_left{
	float:left;
	padding:10px 0px 0px 0px;
}

.makuhari_area_content_right{
	float:left;
	padding:10px 0px 0px 0px;
}

.makuhari_area_content_img{
	float:left;
}

.makuhari_area_content_name{
	float:left;
	width:215px;
	padding:34px 0px 0px 10px;
}

.makuhari_area_content .name{
	float:left;
	width:190px;
	padding:20px 0px 0px 10px;
}

#idou_cost{
	padding:10px 0px 0px 10px;
	font-size:14px;
}

.menu4_h2{
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	background-image: url(../../img/title_short.jpg);
	height:30px;
	background-repeat: no-repeat;
	padding:3px 0px 0px 0px;
	text-align:center;
}

#hotel_h2{
	font-size:20px;
	font-weight:normal;
	color: #000;
	background-image: none;
	padding:2px 0px 0px 10px;
}

#hotel_h3{
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
	margin:10px 0px 0px 10px;
}

#hotelpage_exp{
	border:solid 3px orange;
	margin:0px 10px 20px 10px;
	font-size:14px;
	padding:10px 20px 10px 20px;
	line-height:160%;
	
	border-radius:15px 15px 15px 15px;
}

#kihon_url{
	word-break:break-all;
}

#makuhari_hotel_info_block{
	padding:20px 0px 20px 0px;
}

#makuhari_hotel_info_block #left{
	float:left;
	width:108px;
	padding-left:15px;
}

#makuhari_hotel_info_block #right{
	float:left;
	width:440px;
	padding-left:15px;
}

#hotel_map{
	padding:20px 0px 30px 40px;
}

#new_blog{
	margin:5px 20px 0px 10px;
	padding:5px 0px 5px 0px;
	font-size:12px;
	border-top:dotted 1px #666;
	border-bottom:dotted 1px #666;
	height:65px;
}

#new_blog .title{
	float:left;
	padding:0px 0px 0px 0px;
}

#new_blog .list{
	line-height:180%;
	padding:0px 0px 0px 20px;
	float:left;
	
}

.to_detail{
	text-align:right;
	padding:10px 30px 10px 0px;
	font-size:16px;
}

#idou_all{
	border:solid 1px #ccc;
	padding:10px 30px 30px 30px;
}

.hotel_name_disp{
	background-color:#f0f6da;
}

.hotel_info_title{
	
	background-color:#f7f2e4;
	
}

/*------------------------------*/

#voice_contribution{
	
	margin:20px 0px 0px 0px;
	
}

#voice_contribution > .message{
	
	color:#7E5A0B;
	font-size:18px;
	margin:0px 80px 0px 90px;
	
}

#voice_contribution > .frm_content{
	
	margin:10px 0px 0px 90px;
	
}

#voice_contribution .gyou_voice{
	
	margin:10px 0px 0px 0px;
	
}

#voice_contribution .gyou_voice .left1{
	
	float:left;
	width:80px;
	font-size:14px;
	
}

#voice_contribution .hissu{
	
	color:#7E5A0B;
	
}

#voice_contribution .gyou_voice .left2{
	
	float:left;
	
}

#voice_contribution .gyou_voice .left2 .text{
	
	padding:2px 0px 2px 0px;
	width:300px;
	
}

#voice_contribution .gyou_voice .left2 .textarea{
	
	width:300px;
	height:100px;
	
}

#voice_contribution .gyou_voice .left2 .star{
	
	color:orange;
	
}

#voice_contribution_btn{
	
	margin:20px 0px 0px 190px;
	
}

#voice_contribution_btn > .btn{
	
	padding:5px 20px 5px 20px;
	
}

.voice_list_star{
	
	/*color:orange;*/
	color: #BFB578;
}

.voice_list_content{
	
	padding:5px 0px 0px 0px;
	
}

/*------------------------------*/

.error_voice{
	
	text-align:center;
	padding-top:10px;
	
}

.error_voice > li{
	
	color:red;
	
}

/*------------------------------*/

.error > li{
	
	color:red;
	
}

/*------------------------------*/

#error_page_message{
	margin:60px 0px 0px 0px;
}

#error_page_message > .dan1{
	text-align:center;
	font-size:16px;
}

#error_page_message > .dan2{
	text-align:center;
	font-size:14px;
	padding:30px 0px 0px 0px;
}

/*--------------------------------------*/

.selected_paging_num_box a{
	display:block;
	text-decoration:none;
	float:left;
	margin-left:10px;
	border:solid 2px #9F8F20;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	background-color:#ddd;
}

.selected_paging_num_box a:hover{
	display:block;
	text-decoration:none;
	float:left;
	margin-left:10px;
	border:solid 2px #999;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	background-color:#999;
}

.paging_num_box a{
	display:block;
	text-decoration:none;
	float:left;
	margin-left:10px;
	border:solid 2px #9F8F20;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}

.paging_num_box a:hover{
	display:block;
	text-decoration:none;
	float:left;
	margin-left:10px;
	border:solid 2px #999;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	background-color:#999;
}

.paging_num_forward a{
	display:block;
	float:left;
	margin-left:10px;
	font-size:14px;
	padding:5px 10px 5px 10px;
	text-decoration:underline;
}

.paging_num_next a{
	display:block;
	float:left;
	margin-left:10px;
	font-size:14px;
	padding:5px 10px 5px 10px;
	text-decoration:underline;
}

.paging_num_dod {
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
}

/*--------------------------------------*/

.station_li{
	
	float:left;
	
}

/*--------------------------------------*/

#station_ikebukoro_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#station_ikebukoro_content h3{
	padding:10px 10px 5px 10px;
}

#station_ikebukoro_content p{
	padding:0px 10px 0px 10px;
}

/*--------------------------------------*/

.therapist_page_day_list{
	
	text-decoration: underline;
	cursor:pointer;
	
}

.therapist_page_indicator{
	
	text-align:center;
	padding:30px 0px 30px 0px;
	
}

#therapist_page_day_disp{
	
	padding:10px 0px 10px 10px;
	
}

/*--------------------------------------*/

.en_frm_right_div{
	padding:5px 0px 10px 0px;
}

#error_booking_form > li{
	
	color:red;
	
}

#success_booking_form > li{
	
	color:blue;
	
}

/*--------------------------------------*/

#station_meisyo_list li{
	display:inline;
}

/*--------------------------------------*/

#recruit_side_text{
	
	border:solid 1px #eee;
	padding:0px 10px 10px 10px;
	
}

#recruit_side_text h3{
	
	font-size:10px;
	padding:10px 0px 0px 0px;
	
}

#recruit_side_text p{
	
	font-size:10px;
	
}

/*--------------------------------------*/

#side_eigyou_time{
	padding:7px 0px 10px 10px;
	font-size:14px;
	color:#7b5326;
	font-weight:bold;
}

/*--------------------------------------*/

#side_social_1{
	text-align:center;
}

#side_social_2{
	text-align:center;
	padding-top:10px;
}

/*--------------------------------------*/

#top_wait_time{
	
	color:blue;
	padding:0px 0px 0px 30px;
	
}

/*--------------------------------------*/

#station_add_content{
	border:solid 10px #F2F0F1;
	width:620px;
	margin-top:10px;
}

#station_add_content h3{
	padding:10px 10px 5px 10px;
}

#station_add_content p{
	padding:0px 10px 10px 10px;
}

/*--------------------------------------*/

#area_add_content{
	border:solid 10px #F2F0F1;
	width:600px;
	margin-top:10px;
	padding:10px 10px 10px 10px;
}

/*--------------------------------------*/

.pc_form{
	
	cursor: pointer;
	
}

/*--------------------------------------*/

#recruit_driver_oubo_btn{
	cursor: pointer;
}

/*--------------------------------------*/

#holiday_content_header{
	
	color:blue;
	font-size:16px;
	padding:10px 10px 0px 0px;
	
}

#holiday_content_info{
	
	color:blue;
	font-size:12px;
	padding:10px 0px 0px 20px;
	
}

/*--------------------------------------*/

.reservation_2{
	
	background-image: url(../../img/lp/pc/reservation.jpg);
	background-repeat: no-repeat;
	height:278px;
	width:640px;
	margin:0px 0px 10px 0px;
	
}

.reservation_2 > .area1{
	height:160px;
}

.reservation_2 > .area1 > .space{
	
	height:15px;
	
}

.reservation_2 > .area1 > .lp_web{
	
	margin:0px 0px 0px 340px;
	
}

.reservation_2 > .area2{
	
	margin:0px 0px 0px 200px;
	
}

.reservation_2 > .area2 > p{
	
	font-size:18px;
	
}

/*---------------------------------------*/

.therapist_page_uketsuke_state{
	
	margin:10px 0px 20px 20px;
	
}

.therapist_page_uketsuke_state > .info{
	
	color:#e46c0a;
	
	font-size:16px;
	
}

.therapist_page_uketsuke_state > .top{
	
	margin:5px 0px 0px 0px;
	
}

.therapist_page_uketsuke_state > .bottom{
	
	
	
}

.therapist_page_uketsuke_state > .top >.pa{
	
	float:left;
	width:48px;
	background:#eee;
	border-top:solid 1px #cecece;
	border-bottom:solid 1px #cecece;
	border-left:solid 1px #cecece;
	font-size:10px;
	text-align:center;
	
	color:#565656;
	
	height:25px;
	padding:5px 0px 0px 0px;
	
}

.therapist_page_uketsuke_state > .top >.pa2{
	
	float:left;
	width:46px;
	background:#eee;
	border-top:solid 1px #cecece;
	border-bottom:solid 1px #cecece;
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
	font-size:10px;
	text-align:center;
	
	color:#565656;
	
	height:25px;
	padding:5px 0px 0px 0px;
	
}

.therapist_page_uketsuke_state > .bottom > .pa{
	
	float:left;
	width:48px;
	text-align:center;
	border-bottom:solid 1px #cecece;
	border-left:solid 1px #cecece;
	
	color:#565656;
	
	height:25px;
	padding:5px 0px 0px 0px;
	
}

.therapist_page_uketsuke_state > .bottom > .pa2{
	
	float:left;
	width:46px;
	text-align:center;
	border-bottom:solid 1px #cecece;
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
	
	color:#565656;
	
	height:25px;
	padding:5px 0px 0px 0px;
	
}

/*---------------------------------------*/

.reservation_3{
	
	background-image: url(../../img/lp/pc/tokyo_600pixel.jpg);
	background-repeat: no-repeat;
	height:123px;
	width:600px;
	margin:0px 0px 20px 20px;
	
}

.reservation_3 > .btn{
	
	padding:10px 0px 0px 330px;
	
}

/*---------------------------------------*/

.reservation_4{
	
	background-image: url(../../img/lp/pc/reservation_bg_400.jpg);
	background-repeat: no-repeat;
	height:82px;
	width:400px;
	margin:0px 0px 0px 0px;
	
}

.reservation_4 > .btn{
	
	padding:7px 0px 0px 220px;
	
}

/*---------------------------------------*/


.reservation_5{
	
	
	padding: 10px;
	margin: 0 auto;
	width: 500px;
	
}

/*---------------------------------------*/


.reservation_6{
	
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	width: 620px;
	
}
.reservation_6 > a img{
	padding:7px 0px 0px 5px;
}


/*---------------------------------------*/

#title_gokansou_content_list_voice{
	
	padding:20px 0px 0px 0px;
	
}

#title_gokansou_content_list_voice > .name{
	
	/*padding:20px 0px 5px 5px;*/
	padding: 0px 0px 20px 40px;
	font-size:14px;
	
}

#title_gokansou_content_list_voice > .top{
	
	background-image: url(../../img/lp/pc/fuki_top.jpg);
	background-repeat: no-repeat;
	height:31px;
	
}

#title_gokansou_content_list_voice > .naka{
	
	/*background-image: url(../../img/lp/pc/fuki_naka.jpg);
	background-repeat: repeat-y;*/
	padding:20px 50px 5px 40px;
	line-height:160%;
	
	font-size:14px;
	
}

#title_gokansou_content_list_voice > .naka2{
	
	/*background-image: url(../../img/lp/pc/fuki_naka.jpg);
	background-repeat: repeat-y;*/
	padding:20px 80px 5px 40px;
	line-height:160%;
	
	font-size:14px;
	
}

#title_gokansou_content_list_voice > .bottom{
	
	background-image: url(../../img/lp/pc/fuki_bottom.jpg);
	background-repeat: no-repeat;
	height:12px;
	
}

.voice_man{
	/*color:#0000ff;*/
	color:#BFB578;
}

.voice_woman{
	/*color:#ff0000;*/
	color:#BFB578;
}

/*--------------------------------------*/

.open_therapist_info_pc_span{
	
	font-size:10px;
	text-decoration:underline;
	cursor: pointer;
	
}

/*--------------------------------------*/

#vip_login{
	
	padding:30px 0px 0px 100px;
	font-size:16px;
	
}

#vip_login > .message{
	
	line-height:160%;
	
}

#vip_login > .message > .info{
	
	color:#eb6101;
	
}

#vip_login > .error{
	
	color:red;
	
}

#vip_login > .content_1{
	
	padding:20px 0px 0px 0px;
	
}

#vip_login > .content_1 > .content_1{
	
	
	
}

#vip_login > .content_1 > .content_1 > .left_1{
	
	float:left;
	width:90px;
	
}

#vip_login > .content_1 > .content_1 > .left_2{
	
	float:left;
	
}

#vip_login > .content_1 > .content_2{
	
	margin:20px 0px 0px 0px;
	
}

#vip_login > .content_1 > .content_2 > .left_1{
	
	float:left;
	width:90px;
	
}

#vip_login > .content_1 > .content_2 > .left_2{
	
	float:left;
	
}

#vip_login > .content_1 > .content_3{
	
	margin:20px 0px 0px 170px;
	
}

#vip_login > .content_2{
	
	padding:30px 0px 0px 0px;
	
}

#vip_login > .content_2 > .content_1{
	
	
	
}

#vip_login > .content_2 > .content_2{
	
	color:#558ed5;
	line-height:200%;
	padding-left:30px;
	
}

#vip_login > .content_3{
	
	padding:10px 0px 60px 0px;
	
}

#vip_login > .content_3 > a{
	
	font-size:14px;
	
}

/*--------------------------------------*/

#vip_password_forget{
	
	margin:20px 0px 50px 100px;
	font-size:16px;
	
}

/*--------------------------------------*/
















.grad-wrap {
	position: relative;
  }
  .grad-wrap + .grad-wrap {
	margin-top: 40px;
  }
  .grad-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 148px;
	margin: auto;
	padding: .5em 0;
	border-radius: 2px;
	background: #fff;
	color: #f00;
	font-size: 1.3rem;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
  }
  .grad-btn::after {
	content: "続きを読む";
  }
  .grad-btn:hover {
	background: #fff;
	color: #009e8f;
  }
  .grad-btn .fa {
	margin-right: .5em;
  }
  .grad-item {
	position: relative;
	overflow: hidden;
	height: 50px;
  }
  .grad-item p + p {
	margin-top: 1em;
  }
  .grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 50px; /*グラデーションで隠す範囲*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  }
  .grad-trigger {
	display: none;
  }
  .grad-trigger:checked ~ .grad-btn {
	bottom: -2em;
  }
  .grad-trigger:checked ~ .grad-btn::after {
	content: "閉じる";
  }
  .grad-trigger:checked ~ .grad-btn .fa {
	transform: rotate(180deg);
  }
  .grad-trigger:checked ~ .grad-item {
	height: auto;
  }
  .grad-trigger:checked ~ .grad-item::before {
	display: none;
  }

/**********************************/
.cv {
    max-width: 600px;
    width: 600px;
	margin: 0 auto;	
  }
  
  .cv-heading {
    position: relative;
    border: 1px solid #D8CFD4;
    background: #fff;
  }
  .cv-heading::before, .cv-heading::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -.2rem;
  }
  
  .cv-heading::before {
    left: -.25rem;
    border-top: 3px solid #B29E7A;
    border-left: 3px solid #B29E7A;
  }
  
  .cv-heading::after {
    right: -.25rem;
    border-top: 3px solid #B29E7A;
    border-right: 3px solid #B29E7A;
  }
  
  .cv-heading__inner {
    padding: 20px 0 20px;
    text-align: center;
  }
  
  .cv-heading__inner::before, .cv-heading__inner::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -.2rem;
  }
  
  .cv-heading__inner::before {
    left: -.25rem;
    border-bottom: 3px solid #B29E7A;
    border-left: 3px solid #B29E7A;
  }
  
  .cv-heading__inner::after {
    right: -.25rem;
    border-bottom: 3px solid #B29E7A;
    border-right: 3px solid #B29E7A;
  }
  
  .cv-heading__inner p._first {
    font-size: 25px;
    line-height: 1.45;
    font-weight: bold;
	font-family: serif;
  }
  
  .cv-heading__inner p._first span {
    margin-right: .5em;
  }
  
  .cv-heading__inner p._first strong {
    font-size: 36px !important;
    line-height: 1.5;
  }
  
  .cv-heading__inner p._second {
    font-weight: bold;
	line-height: 1.6;
	font-size: 18px;
	font-family: serif;
  }
/**********************************/

.kaiin {
	float: right;
}
.kaiin img{
	/*width: 150px;*/
	width: 70px;
  margin-top: 20px;
  margin-left: 3px;
}