@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 13px;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-image:;
	color:#595959;
	text-align:justify;
	text-align: center;
	line-height: 1.5;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	border:none;
}

h1, h2, h3{
	font-weight:normal;
}

a:link {
	color:#ffffff;
	text-decoration:none;
	

}

a:visited {
	color:#ffffff;
	text-decoration:none;

}

a:hover {
	color:#ffffff;
	text-decoration:none;

}

a:active {
	color:#ffffff;
	text-decoration:none;

}


@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../../wf/websymbols-regular-webfont.eot');
    src: url('../../wf/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../wf/websymbols-regular-webfont.woff') format('woff'),
         url('../../wf/websymbols-regular-webfont.ttf') format('truetype'),
         url('../../wf/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.arrow3:before {
  font-family: "WebSymbolsRegular";
  content: "j";
  font-style:normal;
  color:#ff72c6;
  padding:0 10px 0 10px;
}

.check:before {
  font-family: "WebSymbolsRegular";
  content: ".";
  font-style:normal;
  color:#e63178;
  padding:0 10px 0 0;
}


.balloon:before {
  font-family: "WebSymbolsRegular";
  content: "c";
  font-style:normal;
  color:#ff9400;
  padding:0 10px 0 0;
}

.men:before {
  font-family: "WebSymbolsRegular";
  content: "U";
  font-style:normal;
  color:#734333;
  padding:0 10px 0 10px;
}

.clip:before {
  font-family: "WebSymbolsRegular";
  content: "K";
  font-style:normal;
  color:#595959;
  padding:0 5px 0 5px;
}

.heart:before {
  font-family: "WebSymbolsRegular";
  content: "N";
  font-style:normal;
  color:#e63178;
  padding:0 5px 0 5px;
}

.add:before {
  font-family: "WebSymbolsRegular";
  content: "A";
  font-style:normal;
  font-weight:normal;
  color:#595959;
  padding:0 5px 0 5px;
}

.tel:before {
  font-family: "WebSymbolsRegular";
  content: "N";
  font-style:normal;
  font-weight:normal;
  color:#595959;
  padding:0 5px 0 5px;
}

.time:before {
  font-family: "WebSymbolsRegular";
  content: "P";
  font-style:normal;
  font-weight:normal;
  color:#595959;
  padding:0 5px 0 5px;
}

.arrow:before {
  font-family: "WebSymbolsRegular";
  content: ")";
  font-style:normal;
  color:#e63178;
  padding:0 10px 0 0;
}

.arrow2:before {
  font-family: "WebSymbolsRegular";
  content: "j";
  font-style:normal;
  color:#e63178;
  padding:0 0x 0 10px;
  font-size:76px;
}

/*------------------------------------------------------------
	navi
------------------------------------------------------------*/

#square_navi_bg{
	clear:both;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}
.square_navi{
	clear:both;
	width:300px;
}

.square_01 {
	font-family: 'EB Garamond', serif;
	cursor:pointer;
	font-weight:normal;
	font-size: 16pt;
	line-height:110px;
	color: #ffffff;
	text-decoration:none;
	margin-bottom: 20px;
	background-color: #ff72c6;
	width: 120px;
	height:120px;
	text-align: center;
	float: left;
	margin-left: 20px;
	text-shadow: 1px 1px 3px #595959;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* rgbaで透明色を指定 */
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
   -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    behavior: url(js/PIE.htc);
}

.square_ins_01 {
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	font-weight:normal;
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	text-align: center;
	display: block;
	margin: 0px;
	border-top:1px dotted #ffffff;
	margin-top:-41px;
	line-height:20px;
	text-shadow: 1px 1px 3px #595959;
	
}

.square_01:hover{
	background-color:#ffccea;
}

.square_01:active{
	background-color:#ffccea;
}

.square_01:visited{
	background-color:#ff72c6;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
.conts {
	margin-left:10px;
	margin-right:10px;
}

#main{
	margin-bottom:0px;
}

.menu_ttl{
	clear:both;
	font-size:24px;
	color:#ffffff;
    padding:5px 0 5px 0;
	margin-bottom:20px;   
	background-color:#ffccea;
	font-family: 'EB Garamond', serif;
	text-shadow: 1px 1px 3px #595959;
}

#greed{
	text-align:left;
	padding:0 10px 0 10px;
	text-align:justify;
	margin-top:20px;
}

.boxtel {
	position:relative;
	clear:both;
	font-size: 34px;
	font-family: 'EB Garamond', serif;
	font-weight:normal;
	line-height: 20px;
	letter-spacing:0.1em;
	color: #ff0099;
	margin-top:10px;
	margin-bottom: 20px;
	padding-top: 16px;
	padding-bottom: 17px;
	text-align: center;
	border-top:2px solid #ff72c6;
	border-bottom:2px solid #ff72c6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffe5f2));
    background: -webkit-linear-gradient(#ffffff, #ffe5f2);
    background: -moz-linear-gradient(#ffffff, #ffe5f2);
    background: -ms-linear-gradient(#ffffff, #ffe5f2);
    background: -o-linear-gradient(#ffffff, #ffe5f2);
    background: linear-gradient(#ffffff, #ffe5f2);
    -pie-background: linear-gradient(#ffffff, #ffe5f2);
    behavior: url(js/PIE.htc);
	cursor:pointer;
}

.boxtel:hover{
	background-color:#ff72c6;
}

.boxtel:active{
	background-color:#ff72c6;
}

.boxtel:visited{
	background-color:#ff72c6;
}

.boxtel_ins {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	color: #ff0099;
	text-align: center;
	display: block;
	padding-top:2px;
	border-top:1px dotted #ff72c6;
	margin-top:10px;
}

.top_banner{
	clear:both;
	text-align:left;
	margin:10px 0 10px 0;
	padding:0 10px 0 10px;
}

#nav{
	clear:both;
	width:100%;
	margin-top:20px;
}

.square_02 {
	clear:both;
	position:relative;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	font-weight:normal;
	background-color: #e67928;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
	cursor:pointer;
}

.square_02:hover{
	background-color:#ffac3f;
}

.square_03 {
	clear:both;
	position:relative;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	font-weight:normal;
	background-color: #ff72c6;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
	cursor:pointer;
}

.square_03:hover{
	background-color:#ffbfe5;
}

.square_blog {
	position:relative;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	background-color: #28c828;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
    behavior: url(js/PIE.htc);
}

.square_blog:hover{
	background-color:#5edf5e;
}

/*------------------------------------------------------------
	greeding start
------------------------------------------------------------*/

.h2_wrt{
	font-family: 'EB Garamond', serif;
	padding:20px 0 0 0;
	border-bottom:1px #ff72c6 solid;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:16px;
}

.wrt{
	width:100%;
	text-align:left;
}

.business{
	clear:both;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	letter-spacing:0.5em;
	line-height:200%;
	font-size:18px;
}

.owner{
	padding:20px 0 0 0;
}

/*------------------------------------------------------------
	greeding end
------------------------------------------------------------*/
/*------------------------------------------------------------
	earpoint start
------------------------------------------------------------*/
.earpoint{
	clear:both;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	letter-spacing:0.5em;
	line-height:200%;
	font-size:18px;
	border-bottom:1px dotted #ff72c6;
}

.earpoint_ttl{
	font-size:16px;
}

.earpoint_li{
	margin-bottom:10px;
	text-align:left;
}

.earpoint_map{
	clear:both;
	width:100%;
	text-align:center;
	padding-top:20px;
}

.therapy_price{
	position:relative;
	clear:both;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:0.5em;
	line-height:200%;
	font-size:18px;
	background-color:#ff72c6;
	padding:10px 0 10px 0;
	color:#ffffff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.therapy_ticket{
	position:relative;
	clear:both;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:0.5em;
	line-height:200%;
	font-size:18px;
	background-color:#ff9400;
	padding:10px 0 10px 0;
	color:#ffffff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.therapy_price_ul{
	width:600px;
}

.therapy_price_li{
	width:200px;
	float:left;
	background-color:#ff72c6;
    text-align:center;
}

.therapy_ul{
	width:600px;	
}

.therapy_li{
	width:150px;
	float:left;	
}

.attention_ttl{
	clear:both;
	width:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	line-height:200%;
	letter-spacing:0.2em;
	font-size:18px;
}

.therapy_wrt01{
	font-size:18px;
	line-height:1.5em;
	color:#ff72c6;
}

/*------------------------------------------------------------
	earpoint end
------------------------------------------------------------*/

/*------------------------------------------------------------
	voice start
------------------------------------------------------------*/
.ba_ttl{
	position:relative;
	padding:20px 0 20px 0;
	margin-bottom:10px;
	font-size:18px;
	text-align:center;
	color:#ffffff;
	background-color:#ff72c6;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

#ba{
  margin-top:20px;  
  padding: 0;  
  width: 320px;
}  
  
#ba ul{  
  margin: 0;  
  padding: 0;  
}  
  
#ba li{  
  float: left;  
  width: 140px;
  font-family: 'EB Garamond', serif;
  font-size:24px;
  text-align:center;
  padding:0 5px 30px 5px;
}

.li_u{
	position:relative;
	padding:10px 0 10px 0;
	margin-bottom:-10px;
	background-color:#ff72c6;
	color:#ffffff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

#arrow2_c{
	margin-top:140px;
}

.ba_tbl_bg_01{
	margin-bottom:20px;
	text-align:left;
}
.ba_tbl_01{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}

.ba_tbl_01 td{
	border-bottom:1px solid #ff7200;
	padding:10px 0 10px 0;
}

.ba_tbl_bg_02{
	clear:both;
	margin-bottom:20px;
	text-align:left;
	
}
.ba_tbl_02{
	margin-left:auto;
	margin-right:auto;
}

.ba_total {
	clear: both;
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 15px;
	color: #ff0099;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: right;
	border: 2px solid #ff72c6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../../../images/total_bg.jpg);
	background-repeat: no-repeat;
}

.ba_total_ins {
	font-size: 15px;
	color: #595959;
	text-align: right;
	display: block;
	margin: 0px;
	padding-top:5px;
	margin-top:5px;
}


.voice_wrt_bg{
	position:relative;
	margin-top:20px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ff9400;
	background-image:url(../../../images/damascal.jpg);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.voice_wrt{
	padding:10px 20px 0 20px;
}

.wrt_name{
	text-align:right;
	padding:0 20px 10px 0;
}

.attention_wrt{
	color:#ff9400;
	display:block;
	margin-top:10px;
	text-align:center;
}
/*------------------------------------------------------------
	voice end
------------------------------------------------------------*/
/*------------------------------------------------------------
	qa start
------------------------------------------------------------*/
.qa_bg{
	width:300px;
}

.square_04 {
	margin-top:20px;
	position:relative;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	margin-bottom: 20px;
	width: 150px;
	line-height:150px;
	text-align: center;
	-webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
	background-color:#ff8cc5;
    behavior: url(../../../js/PIE.htc);
}

.qa_ul{
	width:100%;
}

.qa_wrt_l{
	width:100%;
	text-align:left;
	padding:0 0 0 0;
	font-size:16px;
}

.qa_wrt_btm{
	width:100%;
	text-align:left;
	padding:10px 0 10px 0;
	border-top:3px solid #4c2600;
	border-bottom:1px dotted #e63178;
}

.q_ttl{
	font-size:11px;
	
}

.a_ttl{
	font-size:11px;
}

/*------------------------------------------------------------
	qa end
------------------------------------------------------------*/

/*------------------------------------------------------------
	access start
------------------------------------------------------------*/

.access_ttl{
	position:relative;
	background-color:#ffccea;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-20px;
	margin-top:20px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	padding:20px 0 20px 0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.business02{
	clear:both;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	letter-spacing:0.2em;
	line-height:180%;
	font-size:16px;
	margin-top:20px;
}

.write_h2{
	text-align:left;
	border-left:3px #f52887 solid;
	border-bottom:1px #595959 dotted;
	padding:0 10px 0 10px;
	margin-bottom:10px;
	font-size:18px;
	background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0%,#bcbcbc),
color-stop(49%,#747474),
color-stop(50%,#6e6e6e),
color-stop(100%,#595959));
-webkit-text-fill-color:transparent;
-webkit-background-clip:text;
}

.write_h3{
	text-align:left;
	margin:10px 0 5px 0;
	padding:0 5px 0 5px;
	color:#ffffff;
	font-size:16px;
	display:block;
content:"Line gradation";
background:-moz-linear-gradient(left, #cfcfcf, #fff);
background:-webkit-gradient(linear, right top, left top, from(#fff), to(#cfcfcf));
}

.write_h4{
	margin-top:10px;
	text-align:left;
	font-size:14px;
	background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0%,#FFC0DD),
color-stop(49%,#FF72B3),
color-stop(50%,#FD499D),
color-stop(100%,#f52887));
-webkit-text-fill-color:transparent;
-webkit-background-clip:text;
}

.map{
}

.square_05 {
	font-size: 12pt;
	color: #ff72c6;
	text-align:right;
}

.accsess_wrt{
	text-align:left;
}

.accsess_wrt02{
	text-align:left;
	line-height:150%;
	border-bottom:1px solid #ff72c6;
}

.accsess_wrt02 a:link{
	color:#ff7200;
}
/*------------------------------------------------------------
	access end
------------------------------------------------------------*/


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top:20px;
	line-height:200%;

}
#foot_h4{ 
    color:#ff72c6 !important;
	clear:both;
	margin:0 auto;
	padding:8px 0 8px 0 !important;
	text-align:center;
	font-weight:normal;
	border-top:3px solid #ffccea;
	border-bottom:3px solid #ffccea;
}

.foot_h4_c{
	background-image:url(../../images/damascal.jpg);
}

.h1_btntop {
	text-decoration: none;
	text-align: center;
	font-size: 28px;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	color:#ff72c6;
	line-height:0.5em;
	margin-top:20px;
	font-weight:normal;
	text-shadow: 1px 1px 3px #ffccea;
}

.btn_top_front{
	font-size:16px;
	line-height:2em;
}

.btn_top_s{
	font-size:11px;
}

#footer	{ 
    padding:10px 10px;
	text-align:left;
}

.sub_c{ 
    background:none ;
}

#page-top{
	margin-left:auto;
	margin-right:auto;
}

#footaddress{
	color:#ff0099;
	font-size:10px;
	padding:6px 0 6px 0;
	font-style:normal;
}

#footer a:link{
	color:#ff72c6;
}

#footer a:hover{
	color:#ffccea;
}

#footer a:visited{
	color:#ffffff;
}


.main_c{ 
    background:#ffccea;
}
