@charset "utf-8";


/* memo
リンク画像をロールオーバー時に透明度８０％にする記述
ページ内全てで使用の場合
↓
a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}


div毎に使用の場合
↓
#(div名) a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

*/

/* memo
テキストのリンク色をdiv毎に指定する場合

#(div名)a:link { color : #FFFFFF; text-decoration: none; }
#(div名)a:visited { color : #FFFFFF; text-decoration: none; }
#(div名)a:active { color : #FFFFFF; text-decoration: none; }
#(div名)a:hover { color : #000000; text-decoration: none; }
*/

a { outline: none; }
a img {
    border-style:none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #EBEAEE;
}
#wr {
	width: 100%;
	background-color: #EBEAEE;

}
#wrapper {
	width: 980px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
#container {
	float: left;
	width: 962px;
	padding-right: 9px;
	padding-left: 9px;
}
#header {
	float: left;
	height: 155px;
	width: 936px;
	padding-right: 13px;
	padding-left: 13px;
}
#nav_box {
	float: left;
	width: 936px;
	padding-right: 13px;
	padding-left: 13px;
}
#contents {
	float: left;
	width: 936px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 13px;
	margin-left: 13px;
}
#side {
	float: left;
	width: 200px;
	margin-right: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 13px;
}
#side a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
#main {
	float: left;
	width: 696px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #666666;
}
#main a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
#main a:link { color : #666666; text-decoration: none; }
#main a:visited { color : #666666; text-decoration: none; }
#main a:active { color : #666666; text-decoration: none; }
#main a:hover { color : #000000; text-decoration: underline; }
#footer {
	height: 200px;
	width: 100%;
	clear: left;
}
#footer a:link { color : #666666; text-decoration: none; }
#footer a:visited { color : #666666; text-decoration: none; }
#footer a:active { color : #666666; text-decoration: none; }
#footer a:hover { color : #000000; text-decoration: underline; }
#footer_outer {
	width: 936px;
	padding-right: 21px;
	padding-left: 21px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}
#footer_inner {
	height: 200px;
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
.img_b5 {
	margin-bottom: 5px;
}
#main_01box {
	float: left;
	width: 399px;
	margin-bottom: 5px;
	background-image: url(img/main01.png);
	background-repeat: no-repeat;
	padding-left: 297px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-position: right top;
}
#main_02box {
	float: left;
	width: 696px;
	margin-bottom: 10px;
}
#main_02box_l {
	float: left;
	width: 228px;
	padding-right: 2px;
	padding-left: 2px;
}
#main_02box_c {
	float: left;
	width: 228px;
	padding-right: 2px;
	padding-left: 2px;
}
#main_02box_r {
	float: left;
	width: 228px;
	padding-right: 2px;
	padding-left: 2px;
}
p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
h2 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
.top_h1 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
}
.top_h2 {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}
#main_02box_img {
	float: left;
	height: 80px;
	width: 228px;
}
#main_02box_tx {
	float: left;
	height: 65px;
	width: 214px;
	padding: 7px;
	margin-bottom: 5px;
	line-height: 20px;
}
#main_information {
	float: left;
	width: 696px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main_information_box {
	padding: 10px;
	float: left;
	width: 674px;
	background-color: #EBEAEE;
	border: 1px dotted #999999;
}
#main_information_box_inner {
	float: left;
	width: 652px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px dotted #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 22px;
	color: #FF6600;
}
.size18 {
	font-size: 18px;
	color: #333333;
}
#page_top {
	float: left;
	height: 20px;
	width: 90px;
	padding-left: 826px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
th, td	{
	vertical-align: top;
}
#aroma_main {
	float: left;
	width: 696px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#aroma_inner00 {
	float: left;
	width: 652px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px dotted #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 22px;
}
#salon_main {
	float: left;
	width: 696px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#salon_inner00 {
	float: left;
	width: 652px;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
}
#salon_box {
	float: left;
	width: 652px;
}
#salon_box1 {
	float: left;
	width: 190px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#salon_box2 {
	float: left;
	width: 442px;
	margin-right: 10px;
}
#salon_rline {
	float: left;
	height: 30px;
	width: 652px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(img/ba01.png);
	background-repeat: no-repeat;
	background-position: center;
}
#service_main {
	float: left;
	width: 696px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#service_inner00 {
	float: left;
	width: 652px;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
}
#service_box {
	float: left;
	width: 652px;
}
#service_box1 {
	float: left;
	width: 190px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#service_box2 {
	float: left;
	width: 442px;
	margin-right: 10px;
}
#service_rline {
	float: left;
	height: 30px;
	width: 672px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#review_main {
	float: left;
	width: 696px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#review_inner00 {
	float: left;
	width: 652px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px dotted #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 22px;
}
#review_box {
	float: left;
	width: 652px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 32px;
}
#qa_main {
	float: left;
	width: 696px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#qa_inner00 {
	float: left;
	width: 652px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 22px;
}
#qa_box {
	float: left;
	width: 352px;
	margin-right: 150px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#title01 {
	width: 622px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#title02 {
	width: 640px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#price_main {
	float: left;
	width: 696px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#price_inner00 {
	float: left;
	width: 652px;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
}
#price_box {
	float: left;
	width: 652px;
}
#price_box1 {
	float: left;
	width: 190px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#price_box2 {
	float: left;
	width: 442px;
	margin-right: 10px;
}
#price_box3 {
	float: left;
	width: 190px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#price_rline {
	float: left;
	height: 30px;
	width: 672px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact_main {
	float: left;
	width: 696px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contact_inner00 {
	float: left;
	width: 652px;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
}
#contact_box {
	float: left;
	width: 652px;
}
#contact_box1 {
	float: left;
	width: 287px;
	margin-right: 10px;
	border: 1px solid #666666;
	margin-bottom: 15px;
	padding-right: 3px;
	padding-left: 3px;
	height: 290px;
}
#contact_box2 {
	float: left;
	width: 327px;
	margin-right: 10px;
	border: 1px solid #666666;
	padding-right: 3px;
	padding-left: 3px;
	height: 415px;
}
#contact_box3 {
	float: left;
	width: 642px;
	margin-right: 10px;
}
#contact_box4 {
	float: left;
	width: 287px;
	margin-right: 10px;
	border: 1px solid #666666;
	padding-right: 3px;
	padding-left: 3px;
	height: 108px;
}
#contact_rline {
	float: left;
	height: 30px;
	width: 672px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#lounge_inner01 {
	float: left;
	width: 652px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 15px;
}
#lounge_date {
	float: left;
	width: 160px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 22px;
	color: #ff6600;
}
#lounge_Title {
	float: left;
	width: 462px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #FF6600;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#lounge_body {
	float: left;
	width: 462px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 170px;
	margin-top: 10px;
}
#info_title01 {
	float: left;
	width: 612px;
	padding-right: 20px;
	padding-left: 20px;
	height: 25px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 5px;
}
#info_day {
	float: left;
	width: 612px;
	padding-right: 20px;
	padding-left: 20px;
	height: 20px;
	color: #FF6600;
}
#info_body {
	float: left;
	width: 612px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}
#main_information_title {
	float: left;
	height: 30px;
	width: 696px;
}
#main_01box_title {
	float: left;
	width: 399px;
	/*height: 50px;*/
	/*margin-bottom: 10px;*/
}
#main_01box_title02 {
	float: left;
	width: 399px;
}
#lounge_inner_title {
	float: left;
	width: 652px;
	height: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
#thanks_tx {
	float: left;
	width: 602px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 25px;
}
#links_inner01 {
	float: left;
	width: 652px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 15px;
}
#links_inner02 {
	float: left;
	width: 442px;
}
#links_date {
	float: left;
	width: 200px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 22px;
	color: #ff6600;
}
#links_Title {
	float: left;
	width: 422px;
	padding-right: 10px;
	padding-left: 10px;
}
#links_body {
	float: left;
	width: 422px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
#header_top {
	font-size: 12px;
	line-height: 20px;
	background-color: #EBEAEE;
	margin: 0px;
	float: left;
	height: 20px;
	width: 936px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	text-align: right;
}
#header_top a:link { color : #666666; text-decoration: none; }
#header_top a:visited { color : #666666; text-decoration: none; }
#header_top a:active { color : #666666; text-decoration: none; }
#header_top a:hover { color : #000000; text-decoration: underline; }

.main_information.pickup {
    float: left;
    width: 696px;
    margin-bottom: 10px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFCC00;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main_information_title {
    float: left;
    height: 30px;
    width: 696px;
}
.pickupBnr {
    margin: 0 0 10px;
}
.main_information_pickup_box {
    padding: 10px;
    float: left;
    width: 674px;
    background-color: #ffcc00;
    border: 1px dotted #999999;
    margin: 0 0 15px;
    position: relative;
}
.main_information_box_inner {
    float: left;
    width: 652px;
    background-color: #FFFFFF;
    padding: 10px;
    border: 1px dotted #999999;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 22px;
    color: #FF6600;
}
a.anc {
	display: inline-block;
    width: 100%;
}
/*10周年キャンペーン*/
.cam_10th {
	width: 100%;
    display: block;
    padding: 10px;
    margin: 0 0 15px;
    border: 1px solid #ffdddd;
    box-sizing: border-box;
    background: #fff8f8;
}
.cam_10th .cam_title {
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 5px;
}
.red { color: #D00003;}
.blue { color: #001DE3;}
.bold { font-weight: bold;}

h3.tel_num {
  font-weight: bold;
  font-size: 26px;
  margin: 0 0 14px;
}


