@charset "utf-8";


* {
	font-size: 12px;
}
p {
	font-size:100%;
	color:#000;
}
#breadcrumbs p a {
	font-size:10px;
}
span {
	line-height: 18px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.center {
	text-align: center;
}
.align_r {
	text-align: right;
}
/* clearfix */
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/* clearfix end */
.clear {
	clear: both;
}

/*---h2---*/
.contentbox h2 {
	font-size: 18px;
	color: #5DC2D0;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}

#cam,div.socialIcon3 {
	width: 300px;
}

/*--------------
font style
--------------*/
/*
base 12px
*/
.txt-s {
	font-size: 90%;
}
.txt-b {
	font-weight: bold;
}
.jisage {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
	font-size: 98%;
	line-height: 1.2;
}
/*--------------
main content
--------------*/
/*
keyv
*/
#contents_in {
	position: relative;
}
.keyvCome {
	position: absolute;
	top: 235px;
	right: 7px;
	width: 525px;
	height: 60px;
	font-size: 100%;
	line-height: 20px;
	color: #595757;
}

/* content */

/* キャンペーンバナー1 */
.presentBox01 {
	height: 242px;
	position: relative;
	background: url(../images/headspa_bnr_present01.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.presentBox01 .presentCome {
	height: 95px;
	position: absolute;
	top: 123px;
	left: 32px;
}
.presentBox01 .presentCome h2 {
	color: #F17979;
	font-size: 15px;
	font-weight: bold;
}
.presentBox01 .presentCome p {
	font-size: 10px;
	
}
.presentBox01 .presentBtn {
	position: absolute;
	top: 170px;
	right: 30px;
}
.presentBox01 .presentBtn a {
	display: block;
	width: 344px;
	height: 43px;
	text-indent: -9999px;
	background: url(../images/headspa_btn_present.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.presentBox01 .presentBtn a:hover {
	background: url(../images/headspa_btn_present_o.png);
	background-position: left top;
	background-repeat: no-repeat;
}
/* キャンペーンバナー2 */
.presentBox02 {
	height: 165px;
	position: relative;
	background: url(../images/headspa_bnr_present02.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.presentBox02 .presentBtn {
	position: absolute;
	top: 110px;
	right: 20px;
}
.presentBox02 .presentBtn a {
	display: block;
	width: 344px;
	height: 43px;
	text-indent: -9999px;
	background: url(../images/headspa_btn_present.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.presentBox02 .presentBtn a:hover {
	background: url(../images/headspa_btn_present_o.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#present01 {
	position: relative;
	height: 233px;
}
#present01,#present02 {
	position: relative;
}
/*
透過pngバグ処理IE
*/

#present01 .presentBtn a,#present02 .presentBtn a {
	display: block;
	background: url(../images/headspa_btn_present.png) no-repeat left top;
	width: 353px;
	height: 55px;
	text-indent: -9999px;
}
#present01 .presentBtn a:hover,#present02 .presentBtn a:hover {
	background: url(../images/headspa_btn_present_o.png) no-repeat left top;
}
/*----------*/
#present01 .presentBtn {
	position: absolute;
	top: 160px;
	right: 15px;
}
#present01 .comeCover {
	padding: 0 0 10px 16px;
	background: url(../images/headspa_bnr_present01_center.gif) repeat-y left top;
}
#present01 .presentTtl {
	display: inline-block;
}
.presentTtl {
	color: #E73471;
	height: 18px;
}
.presentCome {
	line-height: 15px;
	font-size: 90%;
	width: 400px;
}
.presentCome p {
	font-size: 98%;
}
#present02 {
	background: url(../images/headspa_bnr_present02.gif) no-repeat left top;
	height: 124px;
}
#present02 .presentBtn {
	position: absolute;
	top: 57px;
	right: 23px;
}






/*--------------
navTab
--------------*/
#tabMenu{
    width: 756px;
    margin: 0 auto 2px;
    }
#tabMenu li{
    float:left;
	list-style: none;
    }
#tabMenu li span{
    display:block;
    width: 189px;
    height: 54px;
	cursor: pointer;
    line-height:54px;
    text-align:center;
	text-indent: -9999px;
    }
#tabMenu li.tab01 span {
	background: url(../images/headspa_btn_tab01.png) no-repeat 0 0;
}
#tabMenu li.tab02 span {
	background: url(../images/headspa_btn_tab02.png) no-repeat 0 0;
}
#tabMenu li.tab03 span {
	background: url(../images/headspa_btn_tab03.png) no-repeat 0 0;
}
#tabMenu li.tab04 span {
	background: url(../images/headspa_btn_tab04.png) no-repeat 0 0;
}
#tabMenu li.tab01 span:hover,
#tabMenu li.tab01 span.select {
	background: url(../images/headspa_btn_tab01_o.png) no-repeat 0 0;
}
#tabMenu li.tab02 span:hover,
#tabMenu li.tab02 span.select {
	background: url(../images/headspa_btn_tab02_o.png) no-repeat 0 0;
}
#tabMenu li.tab03 span:hover,
#tabMenu li.tab03 span.select {
	background: url(../images/headspa_btn_tab03_o.png) no-repeat 0 0;
}
#tabMenu li.tab04 span:hover,
#tabMenu li.tab04 span.select {
	background: url(../images/headspa_btn_tab04_o.png) no-repeat 0 0;
}

.tabInner{
	width: 769px;
	/*margin: -54px auto 30px;
	padding-top: 54px;*/
	margin: 0 auto 30px;
}
#fragment-2,#fragment-3,#fragment-4{
	display:none;
}
	

/*--------------
tab01
--------------*/
#fragment-1 p.textBox {
	width: 390px;
	font-size: 13px;
}
#fragment-1 p a {
	display: block;
	width: 346px;
	height: 48px;
	text-indent:-9999px;
	background-position: left top;
	background-repeat: no-repeat;
}
#fragment-1 p.checkBtn01 a {
	margin-left: 30px;
	background-image: url(../images/tab01/headspa_tab01_bnr01.png);
}
#fragment-1 p.checkBtn01 a:hover,
#fragment-1 p.checkBtn01 a:focus,
#fragment-1 p.checkBtn01 a:active {
	background-image: url(../images/tab01/headspa_tab01_bnr01_o.png);
}
#fragment-1 p.checkBtn02 a {
	margin-right: 30px;
	background-image: url(../images/tab01/headspa_tab01_bnr02.png);
}
#fragment-1 p.checkBtn02 a:hover,
#fragment-1 p.checkBtn02 a:focus,
#fragment-1 p.checkBtn02 a:active {
	background-image: url(../images/tab01/headspa_tab01_bnr02_o.png);
}

/*--------------
tab02
--------------*/
#fragment-2 .topBox {
	width: 320px;
}
#fragment-2 .topBox p {
	line-height: 1.7;
}
#fragment-2 .content01Box {
	position: relative;
	width: 100%;
	background: url(../images/tab02/headspa_tab02_content01_bg_center.gif) repeat-y center;
}
#fragment-2 .content01Box .bgTop,
#fragment-2 .content01Box .bgBottom {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}
#fragment-2 .content01Box .bgTop {
	top: 0;
	height: 306px;
	background: url(../images/tab02/headspa_tab02_content01_bg_top.gif) no-repeat center top;
}
#fragment-2 .content01Box .bgBottom {
	bottom: 0;
	height: 283px;
	background: url(../images/tab02/headspa_tab02_content01_bg_bottom.gif) no-repeat center bottom;
}
#fragment-2 .content01Box .bgCenter {
	position: relative;
	z-index: 5;
	width: auto;
	padding: 20px 0 10px 0;
	font-size: 2em;
}

/*--------------*/
#fragment-2 .content01Section {
	width: 210px;
	margin-left: 35px;
}

/*--------------
tab03
--------------*/
#fragment-3 .topBox {
	width: 320px;
}
#fragment-3 .topBox p {
	line-height: 1.7;
}

#fragment-3 .content01Box {
	position: relative;
	width: 100%;
	background: url(../images/tab03/headspa_tab03_content01_bg_center.gif) repeat-y center;
}
#fragment-3 .content01Box .bgTop,
#fragment-3 .content01Box .bgBottom {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}
#fragment-3 .content01Box .bgTop {
	top: 0;
	height: 306px;
	background: url(../images/tab03/headspa_tab03_content01_bg_top.gif) no-repeat center top;
}
#fragment-3 .content01Box .bgBottom {
	bottom: 0;
	height: 283px;
	background: url(../images/tab03/headspa_tab03_content01_bg_bottom.gif) no-repeat center bottom;
}
#fragment-3 .content01Box .bgCenter {
	position: relative;
	z-index: 5;
	width: auto;
	padding: 20px 0 10px 0;
	font-size: 2em;
}

/*--------------*/
#fragment-3 .content01Section {
	width: 210px;
	margin-left: 35px;
}

/*--------------*/
#fragment-3 .content02Section {
	width: 245px;
}

/*--------------*/
#fragment-3 .content03Box {
	height: 241px;
	position: relative;
	background: url(../images/tab03/headspa_tab03_content02_column_bg.png) no-repeat center top;
}
#fragment-3 .content03Icon {
	position: absolute;
	top: -8px;
	left: 20px;
}
#fragment-3 .content03Box p {
	color: #fff;
	line-height: 1.7;
}

/*--------------
tab04
--------------*/
#fragment-4 .content01Box {
	position: relative;
	width: 708px;
	background: url(../images/tab04/headspa_tab04_bg.gif) no-repeat top center;
}
#fragment-4 .content01Section {
	width: 220px;
	position: relative;
}
#fragment-4 .content01Section p.textBox {
	padding-left: 40px;
	background: url(../images/tab04/headspa_tab04_img01.png) no-repeat top left;
}
#fragment-4 .content01Section p.icon {
	width: 220px;
	position: absolute;
	left: 50%;
	bottom: -78px;
}

/*--------------
staffCome
--------------*/
.staffCome,.staffComeB {
	margin: 10px 20px 20px 0;
	font-size: 10px;
	line-height: 1.9;
}
.staffCome {
	height: ;
}
.staffComeB {
	height: 32px;
}
.staffComeC {
	margin: 10px 20px 20px 0;
	height: 16px;
}

/*--------------
検索窓
--------------*/
/*
.search {
	position: relative;
}
.search img {
	position: absolute;
}
.search .searcharea {
	position: relative;
	background: url("../images/headspa_bg_search.gif") no-repeat;
	padding: 25px 0 28px 80px;
	margin: 65px 5px 0 0;
	width: 601px;
}
.search .searcharea .jsSearch {
	position: absolute;
	top: 14px;
	right: 30px;
}
*/

/*--------------
検索窓
--------------*/
.search {
	height: 90px;
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
}
.search.searchImgHead {
	background-image: url(../images/headspa_bg_search01.gif);
}
.search.searchImgSome {
	background-image: url(../images/headspa_bg_search02.gif);
}
.search img {
	position: absolute;
}
.search .searcharea {
	width: 601px;
	position: relative;
	margin: 45px 5px 25px 0;
}
.search .searcharea .jsSearch {
	position: absolute;
	top: -10px;
	right: 30px;
}

/*--space--*/
.auto {
	margin-right:auto !important;
	margin-left:auto !important;
}
.mt0, .mv0, .ma0 { margin-top:    0 !important; }
.mr0, .mh0, .ma0 { margin-right:  0 !important; }
.mb0, .mv0, .ma0 { margin-bottom: 0 !important; }
.ml0, .mh0, .ma0 { margin-left:   0 !important; }
.pt0, .pv0, .pa0 { padding-top:   0 !important; }
.pr0, .ph0, .pa0 { padding-right: 0 !important; }
.pb0, .pv0, .pa0 { padding-bottom:0 !important; }
.pl0, .ph0, .pa0 { padding-left:  0 !important; }
.mt5, .mv5, .ma5 { margin-top:    5px !important; }
.mr5, .mh5, .ma5 { margin-right:  5px !important; }
.mb5, .mv5, .ma5 { margin-bottom: 5px !important; }
.ml5, .mh5, .ma5 { margin-left:   5px !important; }
.pt5, .pv5, .pa5 { padding-top:   5px !important; }
.pr5, .ph5, .pa5 { padding-right: 5px !important; }
.pb5, .pv5, .pa5 { padding-bottom:5px !important; }
.pl5, .ph5, .pa5 { padding-left:  5px !important; }
.mt10, .mv10, .ma10 { margin-top:    10px !important; }
.mr10, .mh10, .ma10 { margin-right:  10px !important; }
.mb10, .mv10, .ma10 { margin-bottom: 10px !important; }
.ml10, .mh10, .ma10 { margin-left:   10px !important; }
.pt10, .pv10, .pa10 { padding-top:   10px !important; }
.pr10, .ph10, .pa10 { padding-right: 10px !important; }
.pb10, .pv10, .pa10 { padding-bottom:10px !important; }
.pl10, .ph10, .pa10 { padding-left:  10px !important; }
.mt15, .mv15, .ma15 { margin-top:    15px !important; }
.mr15, .mh15, .ma15 { margin-right:  15px !important; }
.mb15, .mv15, .ma15 { margin-bottom: 15px !important; }
.ml15, .mh15, .ma15 { margin-left:   15px !important; }
.pt15, .pv15, .pa15 { padding-top:   15px !important; }
.pr15, .ph15, .pa15 { padding-right: 15px !important; }
.pb15, .pv15, .pa15 { padding-bottom:15px !important; }
.pl15, .ph15, .pa15 { padding-left:  15px !important; }
.mt20, .mv20, .ma20 { margin-top:    20px !important; }
.mr20, .mh20, .ma20 { margin-right:  20px !important; }
.mb20, .mv20, .ma20 { margin-bottom: 20px !important; }
.ml20, .mh20, .ma20 { margin-left:   20px !important; }
.pt20, .pv20, .pa20 { padding-top:   20px !important; }
.pr20, .ph20, .pa20 { padding-right: 20px !important; }
.pb20, .pv20, .pa20 { padding-bottom:20px !important; }
.pl20, .ph20, .pa20 { padding-left:  20px !important; }
.mt25, .mv25, .ma25 { margin-top:    25px !important; }
.mr25, .mh25, .ma25 { margin-right:  25px !important; }
.mb25, .mv25, .ma25 { margin-bottom: 25px !important; }
.ml25, .mh25, .ma25 { margin-left:   25px !important; }
.pt25, .pv25, .pa25 { padding-top:   25px !important; }
.pr25, .ph25, .pa25 { padding-right: 25px !important; }
.pb25, .pv25, .pa25 { padding-bottom:25px !important; }
.pl25, .ph25, .pa25 { padding-left:  25px !important; }
.mt30, .mv30, .ma30 { margin-top:    30px !important; }
.mr30, .mh30, .ma30 { margin-right:  30px !important; }
.mb30, .mv30, .ma30 { margin-bottom: 30px !important; }
.ml30, .mh30, .ma30 { margin-left:   30px !important; }
.pt30, .pv30, .pa30 { padding-top:   30px !important; }
.pr30, .ph30, .pa30 { padding-right: 30px !important; }
.pb30, .pv30, .pa30 { padding-bottom:30px !important; }
.pl30, .ph30, .pa30 { padding-left:  30px !important; }
.mt40, .mv40, .ma40 { margin-top:    40px !important; }
.mr40, .mh40, .ma40 { margin-right:  40px !important; }
.mb40, .mv40, .ma40 { margin-bottom: 40px !important; }
.ml40, .mh40, .ma40 { margin-left:   40px !important; }
.pt40, .pv40, .pa40 { padding-top:   40px !important; }
.pr40, .ph40, .pa40 { padding-right: 40px !important; }
.pb40, .pv40, .pa40 { padding-bottom:40px !important; }
.pl40, .ph40, .pa40 { padding-left:  40px !important; }
.mt50, .mv50, .ma50 { margin-top:    50px !important; }
.mr50, .mh50, .ma50 { margin-right:  50px !important; }
.mb50, .mv50, .ma50 { margin-bottom: 50px !important; }
.ml50, .mh50, .ma50 { margin-left:   50px !important; }
.pt50, .pv50, .pa50 { padding-top:   50px !important; }
.pr50, .ph50, .pa50 { padding-right: 50px !important; }
.pb50, .pv50, .pa50 { padding-bottom:50px !important; }
.pl50, .ph50, .pa50 { padding-left:  50px !important; }
.bt0, .ba0 { border-top:none !important; }
.br0, .ba0 { border-right:none !important; }
.bb0, .ba0 { border-bottom:none !important; }
.bl0, .ba0 { border-left:none !important; }


/* 202404追記 */
#header {
  height: 80px;
	margin: 0 auto;
	border-bottom: none;
	border-bottom: 2px solid #B4B0AD;
	-webkit-box-shadow: none;
}

#headerWrapper {
	border-bottom: none;
}

#footer {
	border-top: none;
  padding: 0;
}

#footerLinks_lp li {
	line-height: 2.3;
}