@charset "utf-8";

#base {
	background-image: url(../img/nav_bg_color.png),url(../img/foot_bg.png), url(../img/header_bg.png) !important;
	background-position: top center,bottom left,top right;
	background-repeat: repeat-x,no-repeat,no-repeat;
	-pie-background:url(img/nav_bg_color.png) repeat-x top center,
					url(img/foot_bg.png) no-repeat top right,
                  	url(img/header_bg.png) no-repeat top right;
	behavior: url("PIE.htc");
}

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


/* ---------------------------------------------------------------------------------------------

　   スライドショー

--------------------------------------------------------------------------------------------- */

#slideshow {
   max-width: 1300px;
   min-width: 980px;
   margin: 0 auto 30px;
	overflow-x:hidden;
	position: relative;
}
#slideshow:before {
	content: url(../img/slide-waku-top.png);
	position: absolute;
	z-index: 999;
	top: 0;
}
#slideshow:after {
	content: url(../img/slide-waku-bottom.png);
	position: absolute;
	z-index: 999;
	bottom: 0;
}
#slideshow .slide-img {
	position: relative;
}
#slideshow .slide-img img {
	position: absolute;
	min-height: 400px;
	left: -100%;
	right: -100%;
	margin: auto;
	top: 0;
}
#slideshow .slide-facility a {
	display: block;
	min-height: 400px;
	background: #fff;
}
#slideshow .slide-facility .posL {
	width: 45%;
	position: relative;
}
#slideshow .slide-facility .posL img {
	min-height: 400px;
	position: absolute;
	left: -20px;
}
#slideshow .slide-facility .posR {
	width: 52%;
	padding-top: 80px;
	position: relative;
	height: 320px;
}
#slideshow h3 {
	background: rgba(0, 0, 0, 0) url("../img/pickup-icon.png") no-repeat scroll left top;
	background-size: auto 100%;
	color: #24ac9c;
	font-size: 24px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#slideshow .pickup,#slideshow .special,#slideshow .netok {
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	margin-right: 10px;
	padding: 5px 10px;
}
#slideshow .moreBtn {
	position: absolute;
	background: #48B8AB;
	color: #fff;
	bottom: 80px;
	right: 100px;
	width: 200px;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
}

/* ---------------------------------------------------------------------------------------------

　   ピックアップサロン

--------------------------------------------------------------------------------------------- */
#charge {
    position: relative;
    width: 700px;
}

#pickup #pickupSlide li {
	background: url(../img/pickup_bg.gif) no-repeat bottom right #ddedea;
}

#pickup #pickupSlide li img {
	/*width: 206px;*/
	width: 100%;
	height: 120px;
}

#pickup #pickupSlide li a {
	display: block;
	text-decoration: none;
	color: #231815;
	padding: 10px;
}

#pickup #pickupSlide li a:hover {
	text-decoration: none;
}

#pickup h2 {
	margin-bottom: 15px;
	background: url(../img/border_bg.png) repeat-x center;
}
#pickup h2 img {
	background: #fff;
	padding-right: 15px;
}

#pickup #pickupSlide li h3,#pickup #pickupSlide_free li h3 {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", serif;
	background: url(../img/pickup-icon.png) no-repeat left top;
	padding-left: 8px;
	color: #24AC9C;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-size: 120%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#pickup #pickupSlide_free li h3 {
	font-size: 100%;
	background: none;
	padding-left: 0;
}
#pickup #pickupSlide_free li img {
	width: 78px;
	height: 78px;
}
#pickup #pickupSlide_free li .posR {
	width: 132px;
}
#pickup #pickupSlide li p {
	font-size: 11px;
	line-height: 1.5em;
	*font-size: 12px;
	overflow: hidden;
	height: 3em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#pickup #pickupSlide_free li p {
	font-size: 11px;
	line-height: 1.5em;
	*font-size: 12px;
	overflow: hidden;
	height: 50px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#pickup .span_category {
	margin: 10px 0 5px 0;
}

#charge {
	width: 735px;
	float: left;
}
#free {
	width: 219px;
	float: right;
}
/* ---------------------------------------------------------------------------------------------

　   新着情報

--------------------------------------------------------------------------------------------- */

.newsbox {
	/*background: url(../img/news_bg.png) no-repeat top left;*/
	/*height: 40px;*/
}
.newsbox table {
	width: 690px;
	background-image: url(../img/tab_line.jpg),url(../img/tab_line.jpg),url(../img/tab_side.png);
	background-repeat: repeat-x,repeat-x,repeat-y;
	background-position: top left,bottom left,top right;
	-pie-background:url(img/tab_line.jpg) repeat-x top left,
					url(img/tab_line.jpg) repeat-x bottom left,
                  	url(img/tab_side.png) repeat-y top right;
	behavior: url("PIE.htc");
}
.newsbox th {
	width: 165px !important;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 10px;
	background:url(../img/logout-bg.jpg) no-repeat top center;
	color: #fff;
}
.newsbox #news {
	}
.newsbox #news li {
	/*line-height: 33px;*/
	font-size: 12px !important;
	padding: 5px 30px;
}
	.newsbox #news li span {
		font-weight: bold;
		display: block;
		color: #1FB3C4;
		margin-bottom: 3px;
	}
	.newsbox #news li a {
		color: #1FB3C4 !important;
		text-decoration: underline;
	}
	.newsbox #news li a:hover {
		color: #9BD2DB !important;
	}


/* ---------------------------------------------------------------------------------------------

　   検索

--------------------------------------------------------------------------------------------- */

#search {
	position: relative;
}

#search .search_salon {
	position: relative;
}

#search .grass {
	position: absolute;
	top: -10px;
	left: 10px;
}

#search .search_salon .midashi h3 {
	background: #009aaf;
	width: 170px;
	padding: 7px 15px 7px 0;
	text-align: right;
}

#search .search_salon .midashi p {
	width: 535px;
	background: #1bb3c3;
	line-height: 33px;
	color: #fff;
	padding-left: 10px;
	font-size: 12px;
}
.en #search .search_salon .midashi p {
	font-size: 11px;
}

#search .search_salon .key {
	background: #9bd2db;
}

#search .search_salon .key .posL {
	padding: 20px 7px 20px 0;
	width: 170px;
	text-align: right;
}
#search .search_salon .key .posR {
	width: 535px;
	margin-top: 5px;
	position: relative;
}
#search .search_salon .key .search_input {
	line-height: 22px;
	width: 480px;
	border: 1px solid #666;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
    margin-top: 6px;
    margin-right: 5px;
    padding: 2px;
}

#search .search_salon .key .search_btn {
	position: absolute;
	top: 7px;
}

.search_area li {
	font-size: 13px !important;
}


/* ------------------ タブ設定 ------------------ */

@media projection, screen { 
    .ui-tabs-hide {
        display: none;
    }
}

@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav a img:hover {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.ui-tabs-nav .ui-tabs-selected a img {
    position: relative;
    top: 0px;
    z-index: 2;
    margin-top: 0;
    cursor: default !important;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    }

.search_area #ui-tab li {
	float: left;
	margin-top: 2px;
}

.search_area #ui-tab li.first {
	margin-left: 2px;
}

.tab01 {
	background: url(../img/tab01_on.png) no-repeat;
}

.tab02 {
	background: url(../img/tab02_on.png) no-repeat;
}

.tab03 {
	background: url(../img/tab03_on.png) no-repeat;
}

.tab04 {
	background: url(../img/tab04_on.png) no-repeat;
}

/*English*/
.en .tab01 {
	background: url(../img/en/tab01_on.png) no-repeat;
}

.en .tab02 {
	background: url(../img/en/tab02_on.png) no-repeat;
}

.en .tab03 {
	background: url(../img/en/tab03_on.png) no-repeat;
}

.en .tab04 {
	background: url(../img/en/tab04_on.png) no-repeat;
}

/*簡体字*/
.zhs .tab01 {
	background: url(../img/zhs/tab01_on.png) no-repeat;
}

.zhs .tab02 {
	background: url(../img/zhs/tab02_on.png) no-repeat;
}

.zhs .tab03 {
	background: url(../img/zhs/tab03_on.png) no-repeat;
}

.zhs .tab04 {
	background: url(../img/zhs/tab04_on.png) no-repeat;
}

/*繁体字*/
.zht .tab01 {
	background: url(../img/zht/tab01_on.png) no-repeat;
}

.zht .tab02 {
	background: url(../img/zht/tab02_on.png) no-repeat;
}

.zht .tab03 {
	background: url(../img/zht/tab03_on.png) no-repeat;
}

.zht .tab04 {
	background: url(../img/zht/tab04_on.png) no-repeat;
}

/*韓国語*/
.ko .tab01 {
	background: url(../img/ko/tab01_on.png) no-repeat;
}

.ko .tab02 {
	background: url(../img/ko/tab02_on.png) no-repeat;
}

.ko .tab03 {
	background: url(../img/ko/tab03_on.png) no-repeat;
}

.ko .tab04 {
	background: url(../img/ko/tab04_on.png) no-repeat;
}


#fragment-1,#fragment-2,#fragment-3,#fragment-4 {
	margin: 15px;
}

.search_area {
	background-image: url(../img/tab_bg_bottom.png),url(../img/tab_bg.png),url(../img/tab_side.png),url(../img/tab_side.png);
	background-repeat: no-repeat,no-repeat,repeat-y,repeat-y;
	background-position: bottom left,top center,top left,top right;
	background-color: #fff;
	-webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-pie-background:url(img/tab_bg_bottom.png) no-repeat bottom left,
					url(img/tab_bg.png) no-repeat top center,
					url(img/tab_side.png) repeat-y top left;
                  	url(img/tab_side.png) repeat-y top right;
	behavior: url("PIE.htc");
	padding-bottom: 15px;
}

/* ------------- エリアから探す ------------- */

#fragment-1 .area-R,.area-L {
	width: 320px;
}
#fragment-1 .area-R {
	padding-right: 15px;
}
#fragment-1 .area-L {
	padding-left: 15px;
}

.search_area .area {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 7px 0;
}

.search_area .area.last {
	border-bottom: none;
}

.search_area .area p {
	margin-right: 15px;
}

.search_area .area li {
	float: left;
	margin-right: 10px;
}
.search_area .area li.last {
	margin-right: 0;
}

.search_area .area .overseas {
	background:#1BB3C3;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 3px;
	font-size: 12px;
	margin-bottom: 5px;
}

#fragment-2,#fragment-3,#fragment-4 {
	padding-top: 15px;
	position: relative;
}

#fragment-2 label,#fragment-3 label,#fragment-4 label {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}

#fragment-2 span,#fragment-3 span,#fragment-4 span {
	display: inline-block;
	margin-right: 10px;
}

#fragment-2 .purpose,#fragment-3 .treatment,#fragment-4 .category {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.tab-search_btn {
	position: absolute;
	right: 10px;
	top: 45px;
}

/* ------------- 準備中 ------------- */
.pre {
	/*position: absolute;
	width: 750px;
	height: 370px;*/
	/*background: url(../img/pre_bg.png) repeat;*/
	/*z-index: 99;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; 
        -moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    left: -10px;
    top: -10px;*/
}

.pre p {
	/*left: 170px;
	top: 170px;
	position: absolute;*/
	text-align: center;
	padding: 10px 0;
	letter-spacing: 1px;
	border: 2px solid #1FB3C4;
}

/* ---------------------------------------------------------------------------------------------

　   新着クーポン・お得情報／今月のお店

--------------------------------------------------------------------------------------------- */
#info a{
	display: block;
	text-decoration: none;
}
#info a:hover {
	text-decoration: none;
}

#info .cupon,#info .posR {
	/*width: 355px;*/
}

#info .cupon .cupon-box li span{
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	background: url(../img/pickup-icon.png) no-repeat left top;
	padding-left: 10px;
	color: #24AC9C;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

#info .url {
	color: #4D4D4D !important;
	text-decoration: none;
	background: none !important;
	margin-left: -5px !important;
	font-size: 12px !important;
}
/* ------------- 新着クーポン・お得情報 ------------- */
#info .posL .cupon-box ,#info .posR .shop-box {
	padding: 10px;
	/*background-color: #fff;*/
	background: url(../img/white_bg02.png) repeat;
	border: 1px solid #ddd;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
    margin-top: 10px;
}

#info .posL .cupon-box ul,#info .posR .shop-box ul {
	overflow-y:auto;
	height: 270px;
}

#info .posL .cupon-box {
	width: 360px;
	box-sizing:border-box;
}
#info .posL .cupon-box li {
	border-bottom: 1px dashed #666;
	margin: 0 5px 0 0;
	padding-bottom: 15px;
	padding-top: 5px;
	font-size: 11px;
	line-height: 1.2em;
}



#info .posL .cupon-box li:last-child {
	border-bottom: none;
}

#info .posL .cupon-box .none {
	border-bottom: none;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #24AC9C;
	font-size: 14px;
}


/* ------------- 今月のお店 ------------- */

#info .posR .shop-box li .shop-text {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #24AC9C;
	font-size: 17px;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#info .posR .shop-box {
	width: 360px;
	box-sizing:border-box;
}
#info .posR .shop-box li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#info .posR .shop-box li .posL {
	width: 28%;
}
#info .posR .shop-box li .posR {
	width: 70%;
}
#info .posR .shop-box p {
	line-height: 1.5em;
	font-size: 11px;
}

/* ---------------------------------------------------------------------------------------------

　   Special Presents

--------------------------------------------------------------------------------------------- */
#special_presents {
}
#special_presents h2 {
	color: #ad1c4a;
	font-family: 'Josefin Slab', serif;
	font-size: 28px;
	background: url(../img/border_bg02.png) repeat-x center;
	/*background: url(../img/stripe.png);*/
	padding: 10px 10px 10px 20px;
	/*border-left: 5px solid #ad1c4a;*/
	letter-spacing: 1px;
	/*border-top: 1px solid #ad1c4a;
	border-bottom: 1px solid #ad1c4a;*/
	text-align: center;
	font-weight: 700;
}
#special_presents h2 span {
	background: #fff;
	/*padding-right: 20px;*/
	padding: 0 20px;
}

#special_presents article {
	float: left;
	width: 350px;
	height: 200px;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#special_presents article:last-child {
	margin-right: 0;
}

#special_presents .kado {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.zoom:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.zoom img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

